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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp132 MCSymbol *Start = Asm->getFunctionBegin();
235 LabelsBeforeInsn[Entries.front().getInstr()] = Asm->getFunctionBegin();
255 LabelsBeforeInsn[I->getInstr()] = Asm->getFunctionBegin();
275 PrevLabel = Asm->getFunctionBegin();
H A DEHStreamer.cpp515 MCSymbol *EHFuncBeginSym = Asm->getFunctionBegin();
H A DWinException.cpp909 StartLabel = Asm->getFunctionBegin();
1095 MCSymbol *FuncBeginSym = Asm->getFunctionBegin();
H A DDwarfCompileUnit.cpp395 attachLowHighPC(*SPDie, Asm->getFunctionBegin(), Asm->getFunctionEnd());
H A DDwarfDebug.cpp1831 SectionLabels.insert(std::make_pair(&Asm->getFunctionBegin()->getSection(),
1832 Asm->getFunctionBegin()));
1881 TheCU.addRange({Asm->getFunctionBegin(), Asm->getFunctionEnd()});
H A DAsmPrinter.cpp1030 const MCSymbol *FunctionSymbol = getFunctionBegin();
H A DCodeViewDebug.cpp1337 CurFn->Begin = Asm->getFunctionBegin();
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h222 MCSymbol *getFunctionBegin() const { return CurrentFnBegin; } function in class:llvm::AsmPrinter
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp942 MCSymbol *FuncLabel = Asm->getFunctionBegin();
1065 MCSymbol *FuncLabel = Asm->getFunctionBegin();

Completed in 253 milliseconds