[llvm-commits] [llvm] r79969 - in /llvm/trunk/lib/CodeGen/AsmPrinter: DwarfException.cpp DwarfException.h
Eric Christopher
echristo at apple.com
Tue Aug 25 00:29:15 PDT 2009
On Aug 24, 2009, at 7:27 PM, Bill Wendling wrote:
> + void EmitCommonInformationEntry(const Function *Personality,
> unsigned Index);
> +
> + /// EmitFrameDescriptionEntry - Emit the Frame Description Entry
> (FDE) for the
> + /// function.
> + void EmitFrameDescriptionEntry(const FunctionEHFrameInfo
> &EHFrameInfo);
I'd honestly prefer EmitCIE and EmitFDE since that's what we'll see in
just about any text referencing them. Easier to look for FDE too :)
-eric
More information about the llvm-commits
mailing list