Home
last modified time | relevance | path

Searched refs:getFunctionBegin (Results 1 – 24 of 24) 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/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
DDebugHandlerBase.cpp303 LabelsBeforeInsn[Entries.front().getInstr()] = Asm->getFunctionBegin(); in beginFunction()
323 LabelsBeforeInsn[I->getInstr()] = Asm->getFunctionBegin(); in beginFunction()
343 PrevLabel = Asm->getFunctionBegin(); in beginFunction()
DWinException.cpp925 StartLabel = Asm->getFunctionBegin(); in computeIP2StateTable()
1120 MCSymbol *FuncBeginSym = Asm->getFunctionBegin(); in emitCLRExceptionTable()
DEHStreamer.cpp240 MCSymbol *LastLabel = Asm->getFunctionBegin(); in computeCallSiteTable()
DAsmPrinter.cpp1335 const MCSymbol *FunctionSymbol = getFunctionBegin(); in emitBBAddrMapSection()
1424 const MCSymbol *FunctionSymbol = getFunctionBegin(); in emitStackSizeSection()
1532 EmitForMD(*MD, {getFunctionBegin(), getFunctionEnd()}, true); in emitPCSections()
DDwarfDebug.cpp1757 if (Asm->MF->hasBBSections() && StartLabel == Asm->getFunctionBegin() && in buildLocationList()
1807 if (DebugLoc[0].getBeginSym() == Asm->getFunctionBegin()) in buildLocationList()
DCodeViewDebug.cpp1460 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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DAsmPrinter.h274 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/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/
DBTFDebug.cpp1206 MCSymbol *FuncLabel = Asm->getFunctionBegin(); in beginFunctionImpl()
1353 MCSymbol *FuncLabel = Asm->getFunctionBegin(); in beginInstruction()