Home
last modified time | relevance | path

Searched defs:InlinedAt (Results 1 – 25 of 45) sorted by relevance

12

/external/llvm-project/llvm/bindings/go/llvm/
DIRBindings.cpp55 LLVMMetadataRef InlinedAt) { in LLVMGoSetCurrentDebugLocation()
63 const auto* InlinedAt = Loc.getInlinedAt(); in LLVMGoGetCurrentDebugLocation() local
DIRBindings.h33 LLVMMetadataRef InlinedAt; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugLoc.cpp72 const MDNode *InlinedAt, bool ImplicitCode) { in get()
82 DebugLoc DebugLoc::appendInlinedAt(DebugLoc DL, DILocation *InlinedAt, in appendInlinedAt()
DDebugInfo.cpp497 auto *InlinedAt = map(MLD->getInlinedAt()); in getReplacementMDLocation() local
642 MDNode *InlinedAt = DL.getInlinedAt(); in stripNonLineTableDebugInfo() local
886 LLVMMetadataRef InlinedAt) { in LLVMDIBuilderCreateDebugLocation()
/external/llvm-project/llvm/lib/IR/
DDebugLoc.cpp72 const MDNode *InlinedAt, bool ImplicitCode) { in get()
82 DebugLoc DebugLoc::appendInlinedAt(const DebugLoc &DL, DILocation *InlinedAt, in appendInlinedAt()
DDebugInfo.cpp505 auto *InlinedAt = map(MLD->getInlinedAt()); in getReplacementMDLocation() local
652 MDNode *InlinedAt = DL.getInlinedAt(); in stripNonLineTableDebugInfo() local
925 LLVMMetadataRef InlinedAt) { in LLVMDIBuilderCreateDebugLocation()
/external/llvm/lib/IR/
DDebugLoc.cpp59 const MDNode *InlinedAt) { in get()
/external/llvm/bindings/go/llvm/
DIRBindings.cpp96 LLVMMetadataRef InlinedAt) { in LLVMSetCurrentDebugLocation2()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLexicalScopes.cpp188 const DILocation *InlinedAt) { in getOrCreateInlinedScope()
/external/llvm-project/llvm/lib/CodeGen/
DLexicalScopes.cpp189 const DILocation *InlinedAt) { in getOrCreateInlinedScope()
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp118 CodeViewDebug::getInlineSite(const DILocation *InlinedAt, in getInlineSite()
288 const DILocation *InlinedAt) { in recordLocalVariable()
543 const DILocation *InlinedAt, in emitInlinedCallSite()
688 for (const DILocation *InlinedAt : FI.ChildSites) { in emitDebugInfoForFunction() local
784 const DILocation *InlinedAt = IV.second; in collectVariableInfo() local
/external/llvm/lib/CodeGen/
DLexicalScopes.cpp170 const DILocation *InlinedAt) { in getOrCreateInlinedScope()
DLiveDebugValues.cpp286 const DILocation *InlinedAt = DebugLoc->getInlinedAt(); in transferDebugValue() local
/external/llvm-project/llvm/include/llvm/MC/
DMCCodeView.h107 LineInfo InlinedAt; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCCodeView.h107 LineInfo InlinedAt; member
/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.h399 void setInlinedAt(llvm::MDNode *InlinedAt) { CurInlinedAt = InlinedAt; } in setInlinedAt()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp241 CodeViewDebug::getInlineSite(const DILocation *InlinedAt, in getInlineSite()
465 if (const DILocation *InlinedAt = LS->getInlinedAt()) { in recordLocalVariable() local
895 const DILocation *InlinedAt, in emitInlinedCallSite()
1089 for (const DILocation *InlinedAt : FI.ChildSites) { in emitDebugInfoForFunction() local
1321 const DILocation *InlinedAt = IV.second; in collectVariableInfo() local
DDbgEntityHistoryCalculator.cpp167 if (const DILocation *InlinedAt = Entity.second) { in trimLocationRanges() local
DDwarfDebug.h69 const DILocation *InlinedAt; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp266 CodeViewDebug::getInlineSite(const DILocation *InlinedAt, in getInlineSite()
477 if (const DILocation *InlinedAt = LS->getInlinedAt()) { in recordLocalVariable() local
884 const DILocation *InlinedAt, in emitInlinedCallSite()
1077 for (const DILocation *InlinedAt : FI.ChildSites) { in emitDebugInfoForFunction() local
1306 const DILocation *InlinedAt = IV.second; in collectVariableInfo() local
DDwarfDebug.h71 const DILocation *InlinedAt; variable
/external/llvm-project/llvm/lib/MC/
DMCCodeView.cpp109 MCCVFunctionInfo::LineInfo InlinedAt; in recordInlinedCallSiteId() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCCodeView.cpp109 MCCVFunctionInfo::LineInfo InlinedAt; in recordInlinedCallSiteId() local
/external/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp341 InlinedAt, enumerator
800 struct InlinedAt : ObjectImpl<InlinedAt, Object, Object::Kind::InlinedAt> struct
802 uint32_t line = 0;
803 Scope *scope = nullptr;
804 InlinedAt *inlined = nullptr;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1351 static DebugLoc inlineDebugLoc(DebugLoc OrigDL, DILocation *InlinedAt, in inlineDebugLoc()
1361 static MDNode *inlineLoopID(const MDNode *OrigLoopId, DILocation *InlinedAt, in inlineLoopID()

12