Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp930 StartLabel = Asm->getFunctionBegin(); in computeIP2StateTable()
1118 MCSymbol *FuncBeginSym = Asm->getFunctionBegin(); in emitCLRExceptionTable()
H A DEHStreamer.cpp237 MCSymbol *LastLabel = Asm->getFunctionBegin(); in computeCallSiteTable()
H A DAsmPrinter.cpp1133 const MCSymbol *FunctionSymbol = getFunctionBegin(); in emitBBAddrMapSection()
1180 const MCSymbol *FunctionSymbol = getFunctionBegin(); in emitStackSizeSection()
H A DCodeViewDebug.cpp1375 CurFn->Begin = Asm->getFunctionBegin(); in beginFunctionImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h247 MCSymbol *getFunctionBegin() const { return CurrentFnBegin; } in getFunctionBegin() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBTFDebug.cpp971 MCSymbol *FuncLabel = Asm->getFunctionBegin(); in beginFunctionImpl()
1118 MCSymbol *FuncLabel = Asm->getFunctionBegin(); in beginInstruction()