Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDebugHandlerBase.cpp143 LabelsBeforeInsn[Ranges.front().first] = Asm->getFunctionBegin(); in beginFunction()
152 LabelsBeforeInsn[I->first] = Asm->getFunctionBegin(); in beginFunction()
167 PrevLabel = Asm->getFunctionBegin(); in beginFunction()
DWinException.cpp873 StartLabel = Asm->getFunctionBegin(); in computeIP2StateTable()
1052 MCSymbol *FuncBeginSym = Asm->getFunctionBegin(); in emitCLRExceptionTable()
DEHStreamer.cpp556 MCSymbol *EHFuncBeginSym = Asm->getFunctionBegin(); in emitExceptionTable()
DDwarfCompileUnit.cpp299 attachLowHighPC(*SPDie, Asm->getFunctionBegin(), Asm->getFunctionEnd()); in updateSubprogramScopeDIE()
DDwarfDebug.cpp1122 TheCU.addRange(RangeSpan(Asm->getFunctionBegin(), Asm->getFunctionEnd())); in endFunction()
DCodeViewDebug.cpp876 CurFn->Begin = Asm->getFunctionBegin(); in beginFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDebugHandlerBase.cpp208 LabelsBeforeInsn[Ranges.front().first] = Asm->getFunctionBegin(); in beginFunction()
218 LabelsBeforeInsn[I->first] = Asm->getFunctionBegin(); in beginFunction()
233 PrevLabel = Asm->getFunctionBegin(); in beginFunction()
DWinException.cpp881 StartLabel = Asm->getFunctionBegin(); in computeIP2StateTable()
1069 MCSymbol *FuncBeginSym = Asm->getFunctionBegin(); in emitCLRExceptionTable()
DEHStreamer.cpp511 MCSymbol *EHFuncBeginSym = Asm->getFunctionBegin(); in emitExceptionTable()
DDwarfCompileUnit.cpp322 attachLowHighPC(*SPDie, Asm->getFunctionBegin(), Asm->getFunctionEnd()); in updateSubprogramScopeDIE()
DDwarfDebug.cpp1424 TheCU.addRange(RangeSpan(Asm->getFunctionBegin(), Asm->getFunctionEnd())); in endFunctionImpl()
DAsmPrinter.cpp1006 const MCSymbol *FunctionSymbol = getFunctionBegin(); in emitStackSizeSection()
DCodeViewDebug.cpp1236 CurFn->Begin = Asm->getFunctionBegin(); in beginFunctionImpl()
/external/llvm/include/llvm/CodeGen/
DAsmPrinter.h161 MCSymbol *getFunctionBegin() const { return CurrentFnBegin; } in getFunctionBegin() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DAsmPrinter.h208 MCSymbol *getFunctionBegin() const { return CurrentFnBegin; } in getFunctionBegin() function