Searched refs:getFunctionBegin (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h158 MCSymbol *getFunctionBegin() const { return CurrentFnBegin; } function in class:llvm::AsmPrinter
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1153 LabelsBeforeInsn[Ranges.front().first] = Asm->getFunctionBegin();
1162 LabelsBeforeInsn[I->first] = Asm->getFunctionBegin();
1177 PrevLabel = Asm->getFunctionBegin();
1215 TheCU.addRange(RangeSpan(Asm->getFunctionBegin(), Asm->getFunctionEnd()));
H A DWinException.cpp795 StartLabel = Asm->getFunctionBegin();
933 MCSymbol *FuncBeginSym = Asm->getFunctionBegin();
H A DEHStreamer.cpp556 MCSymbol *EHFuncBeginSym = Asm->getFunctionBegin();
H A DDwarfCompileUnit.cpp287 attachLowHighPC(*SPDie, Asm->getFunctionBegin(), Asm->getFunctionEnd());

Completed in 57 milliseconds