Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp133 MCSymbol *Start = Asm->getFunctionBegin(); in getFunctionLocalOffsetAfterInsn()
224 LabelsBeforeInsn[Ranges.front().first] = Asm->getFunctionBegin(); in beginFunction()
234 LabelsBeforeInsn[I->first] = Asm->getFunctionBegin(); in beginFunction()
255 PrevLabel = Asm->getFunctionBegin(); in beginFunction()
H A DWinException.cpp897 StartLabel = Asm->getFunctionBegin(); in computeIP2StateTable()
1088 MCSymbol *FuncBeginSym = Asm->getFunctionBegin(); in emitCLRExceptionTable()
H A DEHStreamer.cpp515 MCSymbol *EHFuncBeginSym = Asm->getFunctionBegin(); in emitExceptionTable()
H A DDwarfCompileUnit.cpp335 attachLowHighPC(*SPDie, Asm->getFunctionBegin(), Asm->getFunctionEnd()); in updateSubprogramScopeDIE()
H A DDwarfDebug.cpp1586 TheCU.addRange(RangeSpan(Asm->getFunctionBegin(), Asm->getFunctionEnd())); in endFunctionImpl()
H A DAsmPrinter.cpp1020 const MCSymbol *FunctionSymbol = getFunctionBegin(); in emitStackSizeSection()
H A DCodeViewDebug.cpp1287 CurFn->Begin = Asm->getFunctionBegin(); in beginFunctionImpl()
/freebsd-12.1/contrib/llvm/lib/Target/BPF/
H A DBTFDebug.cpp673 MCSymbol *FuncLabel = Asm->getFunctionBegin(); in beginFunctionImpl()
722 MCSymbol *FuncLabel = Asm->getFunctionBegin(); in beginInstruction()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h212 MCSymbol *getFunctionBegin() const { return CurrentFnBegin; } in getFunctionBegin() function