Home
last modified time | relevance | path

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

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