Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDebugHandlerBase.cpp132 MCSymbol *Start = Asm->getFunctionBegin(); in getFunctionLocalOffsetAfterInsn()
235 LabelsBeforeInsn[Entries.front().getInstr()] = Asm->getFunctionBegin(); in beginFunction()
255 LabelsBeforeInsn[I->getInstr()] = Asm->getFunctionBegin(); in beginFunction()
275 PrevLabel = Asm->getFunctionBegin(); in beginFunction()
DEHStreamer.cpp515 MCSymbol *EHFuncBeginSym = Asm->getFunctionBegin(); in emitExceptionTable()
DWinException.cpp909 StartLabel = Asm->getFunctionBegin(); in computeIP2StateTable()
1095 MCSymbol *FuncBeginSym = Asm->getFunctionBegin(); in emitCLRExceptionTable()
DDwarfDebug.cpp1831 SectionLabels.insert(std::make_pair(&Asm->getFunctionBegin()->getSection(), in beginFunctionImpl()
1832 Asm->getFunctionBegin())); in beginFunctionImpl()
1881 TheCU.addRange({Asm->getFunctionBegin(), Asm->getFunctionEnd()}); in endFunctionImpl()
DDwarfCompileUnit.cpp395 attachLowHighPC(*SPDie, Asm->getFunctionBegin(), Asm->getFunctionEnd()); in updateSubprogramScopeDIE()
DAsmPrinter.cpp1030 const MCSymbol *FunctionSymbol = getFunctionBegin(); in emitStackSizeSection()
DCodeViewDebug.cpp1337 CurFn->Begin = Asm->getFunctionBegin(); in beginFunctionImpl()
/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/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDebugHandlerBase.cpp287 LabelsBeforeInsn[Entries.front().getInstr()] = Asm->getFunctionBegin(); in beginFunction()
307 LabelsBeforeInsn[I->getInstr()] = Asm->getFunctionBegin(); in beginFunction()
327 PrevLabel = Asm->getFunctionBegin(); in beginFunction()
DWinException.cpp916 StartLabel = Asm->getFunctionBegin(); in computeIP2StateTable()
1104 MCSymbol *FuncBeginSym = Asm->getFunctionBegin(); in emitCLRExceptionTable()
DEHStreamer.cpp240 MCSymbol *LastLabel = Asm->getFunctionBegin(); in computeCallSiteTable()
DAsmPrinter.cpp1068 const MCSymbol *FunctionSymbol = getFunctionBegin(); in emitBBAddrMapSection()
1106 const MCSymbol *FunctionSymbol = getFunctionBegin(); in emitStackSizeSection()
DCodeViewDebug.cpp1352 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-10.0/llvm/include/llvm/CodeGen/
DAsmPrinter.h222 MCSymbol *getFunctionBegin() const { return CurrentFnBegin; } in getFunctionBegin() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DAsmPrinter.h244 MCSymbol *getFunctionBegin() const { return CurrentFnBegin; } in getFunctionBegin() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTFDebug.cpp910 MCSymbol *FuncLabel = Asm->getFunctionBegin(); in beginFunctionImpl()
1033 MCSymbol *FuncLabel = Asm->getFunctionBegin(); in beginInstruction()
/external/llvm-project/llvm/lib/Target/BPF/
DBTFDebug.cpp946 MCSymbol *FuncLabel = Asm->getFunctionBegin(); in beginFunctionImpl()
1090 MCSymbol *FuncLabel = Asm->getFunctionBegin(); in beginInstruction()