Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp304 LabelsBeforeInsn[Entries.front().getInstr()] = Asm->getFunctionBegin(); in beginFunction()
324 LabelsBeforeInsn[I->getInstr()] = Asm->getFunctionBegin(); in beginFunction()
344 PrevLabel = Asm->getFunctionBegin(); in beginFunction()
H A DWinException.cpp933 StartLabel = Asm->getFunctionBegin(); in computeIP2StateTable()
1128 MCSymbol *FuncBeginSym = Asm->getFunctionBegin(); in emitCLRExceptionTable()
H A DEHStreamer.cpp234 MCSymbol *LastLabel = Asm->getFunctionBegin(); in computeCallSiteTable()
H A DDwarfDebug.cpp1731 if (Asm->MF->hasBBSections() && StartLabel == Asm->getFunctionBegin() && in buildLocationList()
1781 if (DebugLoc[0].getBeginSym() == Asm->getFunctionBegin()) in buildLocationList()
H A DAsmPrinter.cpp1326 const MCSymbol *FunctionSymbol = getFunctionBegin(); in emitBBAddrMapSection()
1383 const MCSymbol *FunctionSymbol = getFunctionBegin(); in emitStackSizeSection()
H A DCodeViewDebug.cpp1449 CurFn->Begin = Asm->getFunctionBegin(); in beginFunctionImpl()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h264 MCSymbol *getFunctionBegin() const { return CurrentFnBegin; } in getFunctionBegin() function
/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1199 MCSymbol *FuncLabel = Asm->getFunctionBegin(); in beginFunctionImpl()
1346 MCSymbol *FuncLabel = Asm->getFunctionBegin(); in beginInstruction()