Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
DWinException.cpp909 StartLabel = Asm->getFunctionBegin(); in computeIP2StateTable()
1095 MCSymbol *FuncBeginSym = Asm->getFunctionBegin(); in emitCLRExceptionTable()
DEHStreamer.cpp515 MCSymbol *EHFuncBeginSym = Asm->getFunctionBegin(); in emitExceptionTable()
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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DAsmPrinter.h222 MCSymbol *getFunctionBegin() const { return CurrentFnBegin; } in getFunctionBegin() function
/third_party/skia/third_party/externals/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()