/external/llvm-project/llvm/bindings/go/llvm/ |
D | IRBindings.cpp | 55 LLVMMetadataRef InlinedAt) { in LLVMGoSetCurrentDebugLocation() 63 const auto* InlinedAt = Loc.getInlinedAt(); in LLVMGoGetCurrentDebugLocation() local
|
D | IRBindings.h | 33 LLVMMetadataRef InlinedAt; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DebugLoc.cpp | 72 const MDNode *InlinedAt, bool ImplicitCode) { in get() 82 DebugLoc DebugLoc::appendInlinedAt(DebugLoc DL, DILocation *InlinedAt, in appendInlinedAt()
|
D | DebugInfo.cpp | 497 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/ |
D | DebugLoc.cpp | 72 const MDNode *InlinedAt, bool ImplicitCode) { in get() 82 DebugLoc DebugLoc::appendInlinedAt(const DebugLoc &DL, DILocation *InlinedAt, in appendInlinedAt()
|
D | DebugInfo.cpp | 505 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/ |
D | DebugLoc.cpp | 59 const MDNode *InlinedAt) { in get()
|
/external/llvm/bindings/go/llvm/ |
D | IRBindings.cpp | 96 LLVMMetadataRef InlinedAt) { in LLVMSetCurrentDebugLocation2()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LexicalScopes.cpp | 188 const DILocation *InlinedAt) { in getOrCreateInlinedScope()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | LexicalScopes.cpp | 189 const DILocation *InlinedAt) { in getOrCreateInlinedScope()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 118 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/ |
D | LexicalScopes.cpp | 170 const DILocation *InlinedAt) { in getOrCreateInlinedScope()
|
D | LiveDebugValues.cpp | 286 const DILocation *InlinedAt = DebugLoc->getInlinedAt(); in transferDebugValue() local
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCCodeView.h | 107 LineInfo InlinedAt; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCCodeView.h | 107 LineInfo InlinedAt; member
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGDebugInfo.h | 399 void setInlinedAt(llvm::MDNode *InlinedAt) { CurInlinedAt = InlinedAt; } in setInlinedAt()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 241 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
|
D | DbgEntityHistoryCalculator.cpp | 167 if (const DILocation *InlinedAt = Entity.second) { in trimLocationRanges() local
|
D | DwarfDebug.h | 69 const DILocation *InlinedAt; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 266 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
|
D | DwarfDebug.h | 71 const DILocation *InlinedAt; variable
|
/external/llvm-project/llvm/lib/MC/ |
D | MCCodeView.cpp | 109 MCCVFunctionInfo::LineInfo InlinedAt; in recordInlinedCallSiteId() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCCodeView.cpp | 109 MCCVFunctionInfo::LineInfo InlinedAt; in recordInlinedCallSiteId() local
|
/external/swiftshader/src/Pipeline/ |
D | SpirvShaderDebugger.cpp | 341 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/ |
D | InlineFunction.cpp | 1351 static DebugLoc inlineDebugLoc(DebugLoc OrigDL, DILocation *InlinedAt, in inlineDebugLoc() 1361 static MDNode *inlineLoopID(const MDNode *OrigLoopId, DILocation *InlinedAt, in inlineLoopID()
|