/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DebugHandlerBase.cpp | 132 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()
|
D | EHStreamer.cpp | 515 MCSymbol *EHFuncBeginSym = Asm->getFunctionBegin(); in emitExceptionTable()
|
D | WinException.cpp | 909 StartLabel = Asm->getFunctionBegin(); in computeIP2StateTable() 1095 MCSymbol *FuncBeginSym = Asm->getFunctionBegin(); in emitCLRExceptionTable()
|
D | DwarfDebug.cpp | 1831 SectionLabels.insert(std::make_pair(&Asm->getFunctionBegin()->getSection(), in beginFunctionImpl() 1832 Asm->getFunctionBegin())); in beginFunctionImpl() 1881 TheCU.addRange({Asm->getFunctionBegin(), Asm->getFunctionEnd()}); in endFunctionImpl()
|
D | DwarfCompileUnit.cpp | 395 attachLowHighPC(*SPDie, Asm->getFunctionBegin(), Asm->getFunctionEnd()); in updateSubprogramScopeDIE()
|
D | AsmPrinter.cpp | 1030 const MCSymbol *FunctionSymbol = getFunctionBegin(); in emitStackSizeSection()
|
D | CodeViewDebug.cpp | 1337 CurFn->Begin = Asm->getFunctionBegin(); in beginFunctionImpl()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DebugHandlerBase.cpp | 143 LabelsBeforeInsn[Ranges.front().first] = Asm->getFunctionBegin(); in beginFunction() 152 LabelsBeforeInsn[I->first] = Asm->getFunctionBegin(); in beginFunction() 167 PrevLabel = Asm->getFunctionBegin(); in beginFunction()
|
D | WinException.cpp | 873 StartLabel = Asm->getFunctionBegin(); in computeIP2StateTable() 1052 MCSymbol *FuncBeginSym = Asm->getFunctionBegin(); in emitCLRExceptionTable()
|
D | EHStreamer.cpp | 556 MCSymbol *EHFuncBeginSym = Asm->getFunctionBegin(); in emitExceptionTable()
|
D | DwarfCompileUnit.cpp | 299 attachLowHighPC(*SPDie, Asm->getFunctionBegin(), Asm->getFunctionEnd()); in updateSubprogramScopeDIE()
|
D | DwarfDebug.cpp | 1122 TheCU.addRange(RangeSpan(Asm->getFunctionBegin(), Asm->getFunctionEnd())); in endFunction()
|
D | CodeViewDebug.cpp | 876 CurFn->Begin = Asm->getFunctionBegin(); in beginFunction()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DebugHandlerBase.cpp | 303 LabelsBeforeInsn[Entries.front().getInstr()] = Asm->getFunctionBegin(); in beginFunction() 323 LabelsBeforeInsn[I->getInstr()] = Asm->getFunctionBegin(); in beginFunction() 343 PrevLabel = Asm->getFunctionBegin(); in beginFunction()
|
D | WinException.cpp | 925 StartLabel = Asm->getFunctionBegin(); in computeIP2StateTable() 1120 MCSymbol *FuncBeginSym = Asm->getFunctionBegin(); in emitCLRExceptionTable()
|
D | EHStreamer.cpp | 240 MCSymbol *LastLabel = Asm->getFunctionBegin(); in computeCallSiteTable()
|
D | AsmPrinter.cpp | 1335 const MCSymbol *FunctionSymbol = getFunctionBegin(); in emitBBAddrMapSection() 1424 const MCSymbol *FunctionSymbol = getFunctionBegin(); in emitStackSizeSection() 1532 EmitForMD(*MD, {getFunctionBegin(), getFunctionEnd()}, true); in emitPCSections()
|
D | DwarfDebug.cpp | 1757 if (Asm->MF->hasBBSections() && StartLabel == Asm->getFunctionBegin() && in buildLocationList() 1807 if (DebugLoc[0].getBeginSym() == Asm->getFunctionBegin()) in buildLocationList()
|
D | CodeViewDebug.cpp | 1460 CurFn->Begin = Asm->getFunctionBegin(); in beginFunctionImpl()
|
/external/llvm/include/llvm/CodeGen/ |
D | AsmPrinter.h | 161 MCSymbol *getFunctionBegin() const { return CurrentFnBegin; } in getFunctionBegin() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | AsmPrinter.h | 222 MCSymbol *getFunctionBegin() const { return CurrentFnBegin; } in getFunctionBegin() function
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
D | AsmPrinter.h | 274 MCSymbol *getFunctionBegin() const { return CurrentFnBegin; } in getFunctionBegin() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BTFDebug.cpp | 910 MCSymbol *FuncLabel = Asm->getFunctionBegin(); in beginFunctionImpl() 1033 MCSymbol *FuncLabel = Asm->getFunctionBegin(); in beginInstruction()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/ |
D | BTFDebug.cpp | 1206 MCSymbol *FuncLabel = Asm->getFunctionBegin(); in beginFunctionImpl() 1353 MCSymbol *FuncLabel = Asm->getFunctionBegin(); in beginInstruction()
|