Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DDebugLoc.cpp72 const MDNode *InlinedAt, bool ImplicitCode) { in get()
82 DebugLoc DebugLoc::appendInlinedAt(DebugLoc DL, DILocation *InlinedAt, in appendInlinedAt()
H A DDebugInfo.cpp497 auto *InlinedAt = map(MLD->getInlinedAt()); in getReplacementMDLocation() local
642 MDNode *InlinedAt = DL.getInlinedAt(); in stripNonLineTableDebugInfo() local
886 LLVMMetadataRef InlinedAt) { in LLVMDIBuilderCreateDebugLocation()
/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A 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
H A DDwarfDebug.h71 const DILocation *InlinedAt; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DPseudoProbePrinter.cpp33 auto *InlinedAt = DebugLoc ? DebugLoc->getInlinedAt() : nullptr; in emitPseudoProbe() local
H A DCodeViewDebug.cpp234 CodeViewDebug::getInlineSite(const DILocation *InlinedAt, in getInlineSite()
487 if (const DILocation *InlinedAt = LS->getInlinedAt()) { in recordLocalVariable() local
999 const DILocation *InlinedAt, in emitInlinedCallSite()
1193 for (const DILocation *InlinedAt : FI.ChildSites) { in emitDebugInfoForFunction() local
1429 const DILocation *InlinedAt = IV.second; in collectVariableInfo() local
H A DDbgEntityHistoryCalculator.cpp150 if (const DILocation *InlinedAt = Entity.second) { in trimLocationRanges() local
/aosp_15_r20/external/llvm/lib/IR/
H A DDebugLoc.cpp59 const MDNode *InlinedAt) { in get()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DDebugLoc.cpp110 DebugLoc DebugLoc::appendInlinedAt(const DebugLoc &DL, DILocation *InlinedAt, in appendInlinedAt()
H A DDebugInfo.cpp142 DILocation *InlinedAt = DeclareLoc.getInlinedAt(); in getDebugValueLoc() local
636 auto *InlinedAt = map(MLD->getInlinedAt()); in getReplacementMDLocation() local
783 MDNode *InlinedAt = DL.getInlinedAt(); in stripNonLineTableDebugInfo() local
1106 LLVMMetadataRef InlinedAt) { in LLVMDIBuilderCreateDebugLocation()
/aosp_15_r20/external/llvm/bindings/go/llvm/
H A DIRBindings.cpp96 LLVMMetadataRef InlinedAt) { in LLVMSetCurrentDebugLocation2()
/aosp_15_r20/external/swiftshader/src/Pipeline/
H A 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;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLexicalScopes.cpp188 const DILocation *InlinedAt) { in getOrCreateInlinedScope()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DLexicalScopes.cpp189 const DILocation *InlinedAt) { in getOrCreateInlinedScope()
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DLexicalScopes.cpp170 const DILocation *InlinedAt) { in getOrCreateInlinedScope()
H A DLiveDebugValues.cpp286 const DILocation *InlinedAt = DebugLoc->getInlinedAt(); in transferDebugValue() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCCodeView.h107 LineInfo InlinedAt; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/
DMCCodeView.h114 LineInfo InlinedAt; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
H A DMCCodeView.h114 LineInfo InlinedAt; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/
DMCCodeView.h114 LineInfo InlinedAt; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/
DMCCodeView.h114 LineInfo InlinedAt; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/
DMCCodeView.h114 LineInfo InlinedAt; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp54 const DILocation *InlinedAt = DIL ? DIL->getInlinedAt() : nullptr; in getCallStackHash() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1351 static DebugLoc inlineDebugLoc(DebugLoc OrigDL, DILocation *InlinedAt, in inlineDebugLoc()
1361 static MDNode *inlineLoopID(const MDNode *OrigLoopId, DILocation *InlinedAt, in inlineLoopID()

12