/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/ |
H A D | IRBindings.cpp | 55 LLVMMetadataRef InlinedAt) { in LLVMGoSetCurrentDebugLocation() 66 const auto* InlinedAt = Loc.getInlinedAt(); in LLVMGoGetCurrentDebugLocation() local
|
H A D | IRBindings.h | 33 LLVMMetadataRef InlinedAt; member
|
H A D | ir.go | 1361 InlinedAt Metadata member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | PseudoProbePrinter.cpp | 56 auto *InlinedAt = DebugLoc ? DebugLoc->getInlinedAt() : nullptr; in emitPseudoProbe() local
|
H A D | CodeViewDebug.cpp | 241 CodeViewDebug::getInlineSite(const DILocation *InlinedAt, in getInlineSite() 485 if (const DILocation *InlinedAt = LS->getInlinedAt()) { in recordLocalVariable() local 918 const DILocation *InlinedAt, in emitInlinedCallSite() 1112 for (const DILocation *InlinedAt : FI.ChildSites) { in emitDebugInfoForFunction() local 1344 const DILocation *InlinedAt = IV.second; in collectVariableInfo() local
|
H A D | DbgEntityHistoryCalculator.cpp | 151 if (const DILocation *InlinedAt = Entity.second) { in trimLocationRanges() local
|
H A D | DwarfDebug.h | 69 const DILocation *InlinedAt; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | DebugLoc.cpp | 71 DebugLoc DebugLoc::appendInlinedAt(const DebugLoc &DL, DILocation *InlinedAt, in appendInlinedAt()
|
H A D | DebugInfo.cpp | 585 auto *InlinedAt = map(MLD->getInlinedAt()); in getReplacementMDLocation() local 732 MDNode *InlinedAt = DL.getInlinedAt(); in stripNonLineTableDebugInfo() local 1010 LLVMMetadataRef InlinedAt) { in LLVMDIBuilderCreateDebugLocation()
|
H A D | DebugInfoMetadata.cpp | 60 Metadata *InlinedAt, bool ImplicitCode, in getImpl()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | LexicalScopes.cpp | 189 const DILocation *InlinedAt) { in getOrCreateInlinedScope()
|
H A D | LiveDebugVariables.cpp | 680 auto *InlinedAt = DL ? DL->getInlinedAt() : nullptr; in printExtendedName() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCCodeView.h | 107 LineInfo InlinedAt; member
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGDebugInfo.h | 407 void setInlinedAt(llvm::MDNode *InlinedAt) { CurInlinedAt = InlinedAt; } in setInlinedAt()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | SampleProfileProbe.cpp | 55 const DILocation *InlinedAt = DIL ? DIL->getInlinedAt() : nullptr; in getCallStackHash() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
H A D | MCCodeView.cpp | 109 MCCVFunctionInfo::LineInfo InlinedAt; in recordInlinedCallSiteId() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.cpp | 1596 const DILocation *InlinedAt = DebugLoc->getInlinedAt(); in transferDebugValue() local 1655 const DILocation *InlinedAt = DebugLoc->getInlinedAt(); in transferDebugInstrRef() local
|
H A D | VarLocBasedImpl.cpp | 1289 const DILocation *InlinedAt = DebugLoc->getInlinedAt(); in transferDebugValue() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/ |
H A D | debuginfo_ocaml.c | 322 LLVMMetadataRef InlinedAt) { in llvm_dibuild_create_debug_location()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/ |
H A D | MetadataLoader.cpp | 1311 Metadata *InlinedAt = getMDOrNull(Record[4]); in parseOneMetadata() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | InlineFunction.cpp | 1483 static DebugLoc inlineDebugLoc(DebugLoc OrigDL, DILocation *InlinedAt, in inlineDebugLoc()
|
H A D | Local.cpp | 1425 DILocation *InlinedAt = DeclareLoc.getInlinedAt(); in getDebugValueLoc() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/ |
H A D | MIParser.cpp | 2076 MDNode *InlinedAt = nullptr; in parseDILocation() local
|