Home
last modified time | relevance | path

Searched refs:InlinedAt (Results 1 – 25 of 72) sorted by relevance

123

/external/llvm-project/llvm/bindings/go/llvm/
DIRBindings.cpp55 LLVMMetadataRef InlinedAt) { in LLVMGoSetCurrentDebugLocation() argument
58 InlinedAt ? unwrap<MDNode>(InlinedAt) : nullptr)); in LLVMGoSetCurrentDebugLocation()
63 const auto* InlinedAt = Loc.getInlinedAt(); in LLVMGoGetCurrentDebugLocation() local
68 InlinedAt == nullptr ? nullptr : wrap(InlinedAt->getRawInlinedAt()), in LLVMGoGetCurrentDebugLocation()
DIRBindings.h33 LLVMMetadataRef InlinedAt; member
48 LLVMMetadataRef InlinedAt);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugLoc.cpp72 const MDNode *InlinedAt, bool ImplicitCode) { in get() argument
79 const_cast<MDNode *>(InlinedAt), ImplicitCode); in get()
82 DebugLoc DebugLoc::appendInlinedAt(DebugLoc DL, DILocation *InlinedAt, in appendInlinedAt() argument
87 DILocation *Last = InlinedAt; in appendInlinedAt()
DDebugInfo.cpp497 auto *InlinedAt = map(MLD->getInlinedAt()); in getReplacementMDLocation() local
500 MLD->getColumn(), Scope, InlinedAt); in getReplacementMDLocation()
502 Scope, InlinedAt); in getReplacementMDLocation()
642 MDNode *InlinedAt = DL.getInlinedAt(); in stripNonLineTableDebugInfo() local
644 InlinedAt = remap(InlinedAt); in stripNonLineTableDebugInfo()
645 return DebugLoc::get(DL.getLine(), DL.getCol(), Scope, InlinedAt); in stripNonLineTableDebugInfo()
886 LLVMMetadataRef InlinedAt) { in LLVMDIBuilderCreateDebugLocation() argument
888 unwrap(InlinedAt))); in LLVMDIBuilderCreateDebugLocation()
/external/llvm-project/llvm/lib/IR/
DDebugLoc.cpp72 const MDNode *InlinedAt, bool ImplicitCode) { in get() argument
79 const_cast<MDNode *>(InlinedAt), ImplicitCode); in get()
82 DebugLoc DebugLoc::appendInlinedAt(const DebugLoc &DL, DILocation *InlinedAt, in appendInlinedAt() argument
87 DILocation *Last = InlinedAt; in appendInlinedAt()
DDebugInfo.cpp505 auto *InlinedAt = map(MLD->getInlinedAt()); in getReplacementMDLocation() local
508 MLD->getColumn(), Scope, InlinedAt); in getReplacementMDLocation()
510 Scope, InlinedAt); in getReplacementMDLocation()
652 MDNode *InlinedAt = DL.getInlinedAt(); in stripNonLineTableDebugInfo() local
654 InlinedAt = remap(InlinedAt); in stripNonLineTableDebugInfo()
655 return DebugLoc::get(DL.getLine(), DL.getCol(), Scope, InlinedAt); in stripNonLineTableDebugInfo()
925 LLVMMetadataRef InlinedAt) { in LLVMDIBuilderCreateDebugLocation() argument
927 unwrap(InlinedAt))); in LLVMDIBuilderCreateDebugLocation()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLexicalScopes.cpp188 const DILocation *InlinedAt) { in getOrCreateInlinedScope() argument
191 std::pair<const DILocalScope *, const DILocation *> P(Scope, InlinedAt); in getOrCreateInlinedScope()
198 Parent = getOrCreateInlinedScope(Block->getScope(), InlinedAt); in getOrCreateInlinedScope()
200 Parent = getOrCreateLexicalScope(InlinedAt); in getOrCreateInlinedScope()
204 std::forward_as_tuple(Parent, Scope, InlinedAt, false)) in getOrCreateInlinedScope()
/external/llvm/lib/CodeGen/
DLexicalScopes.cpp170 const DILocation *InlinedAt) { in getOrCreateInlinedScope() argument
173 std::pair<const DILocalScope *, const DILocation *> P(Scope, InlinedAt); in getOrCreateInlinedScope()
180 Parent = getOrCreateInlinedScope(Block->getScope(), InlinedAt); in getOrCreateInlinedScope()
182 Parent = getOrCreateLexicalScope(InlinedAt); in getOrCreateInlinedScope()
187 InlinedAt, false)) in getOrCreateInlinedScope()
DLiveDebugValues.cpp69 DebugVariable(const DILocalVariable *Var, const DILocation *InlinedAt) in DebugVariable()
70 : DebugVariableBase(Var, InlinedAt) {} in DebugVariable()
286 const DILocation *InlinedAt = DebugLoc->getInlinedAt(); in transferDebugValue() local
291 DebugVariable V(Var, InlinedAt); in transferDebugValue()
/external/llvm-project/llvm/lib/CodeGen/
DLexicalScopes.cpp189 const DILocation *InlinedAt) { in getOrCreateInlinedScope() argument
192 std::pair<const DILocalScope *, const DILocation *> P(Scope, InlinedAt); in getOrCreateInlinedScope()
199 Parent = getOrCreateInlinedScope(Block->getScope(), InlinedAt); in getOrCreateInlinedScope()
201 Parent = getOrCreateLexicalScope(InlinedAt); in getOrCreateInlinedScope()
205 std::forward_as_tuple(Parent, Scope, InlinedAt, false)) in getOrCreateInlinedScope()
/external/llvm/bindings/go/llvm/
DIRBindings.cpp96 LLVMMetadataRef InlinedAt) { in LLVMSetCurrentDebugLocation2() argument
99 InlinedAt ? unwrap<MDNode>(InlinedAt) : nullptr)); in LLVMSetCurrentDebugLocation2()
DIRBindings.h56 LLVMMetadataRef InlinedAt);
/external/llvm-project/llvm/include/llvm/IR/
DDebugLoc.h80 const MDNode *InlinedAt = nullptr,
88 static DebugLoc appendInlinedAt(const DebugLoc &DL, DILocation *InlinedAt,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugLoc.h80 const MDNode *InlinedAt = nullptr,
88 static DebugLoc appendInlinedAt(DebugLoc DL, DILocation *InlinedAt,
DDebugInfoMetadata.h1365 Metadata *InlinedAt, bool ImplicitCode,
1369 DILocation *InlinedAt, bool ImplicitCode,
1372 static_cast<Metadata *>(InlinedAt), ImplicitCode, Storage,
1422 Metadata *InlinedAt = nullptr, bool ImplicitCode = false),
1423 (Line, Column, Scope, InlinedAt, ImplicitCode))
1426 DILocation *InlinedAt = nullptr,
1428 (Line, Column, Scope, InlinedAt, ImplicitCode))
3278 const DILocation *InlinedAt;
3286 const DILocation *InlinedAt)
3287 : Variable(Var), Fragment(FragmentInfo), InlinedAt(InlinedAt) {}
[all …]
/external/llvm-project/llvm/lib/MC/
DMCCodeView.cpp109 MCCVFunctionInfo::LineInfo InlinedAt; in recordInlinedCallSiteId() local
110 InlinedAt.File = IAFile; in recordInlinedCallSiteId()
111 InlinedAt.Line = IALine; in recordInlinedCallSiteId()
112 InlinedAt.Col = IACol; in recordInlinedCallSiteId()
117 Info->InlinedAt = InlinedAt; in recordInlinedCallSiteId()
122 InlinedAt = Info->InlinedAt; in recordInlinedCallSiteId()
124 Info->InlinedAtMap[FuncId] = InlinedAt; in recordInlinedCallSiteId()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCCodeView.cpp109 MCCVFunctionInfo::LineInfo InlinedAt; in recordInlinedCallSiteId() local
110 InlinedAt.File = IAFile; in recordInlinedCallSiteId()
111 InlinedAt.Line = IALine; in recordInlinedCallSiteId()
112 InlinedAt.Col = IACol; in recordInlinedCallSiteId()
117 Info->InlinedAt = InlinedAt; in recordInlinedCallSiteId()
122 InlinedAt = Info->InlinedAt; in recordInlinedCallSiteId()
124 Info->InlinedAtMap[FuncId] = InlinedAt; in recordInlinedCallSiteId()
/external/llvm/lib/IR/
DDebugLoc.cpp59 const MDNode *InlinedAt) { in get() argument
66 const_cast<MDNode *>(InlinedAt)); in get()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DDebugLoc.h81 const MDNode *InlinedAt = nullptr);
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp118 CodeViewDebug::getInlineSite(const DILocation *InlinedAt, in getInlineSite() argument
120 auto SiteInsertion = CurFn->InlineSites.insert({InlinedAt, InlineSite()}); in getInlineSite()
288 const DILocation *InlinedAt) { in recordLocalVariable() argument
289 if (InlinedAt) { in recordLocalVariable()
292 InlineSite &Site = getInlineSite(InlinedAt, Inlinee); in recordLocalVariable()
543 const DILocation *InlinedAt, in emitInlinedCallSite() argument
688 for (const DILocation *InlinedAt : FI.ChildSites) { in emitDebugInfoForFunction() local
689 auto I = FI.InlineSites.find(InlinedAt); in emitDebugInfoForFunction()
692 emitInlinedCallSite(FI, InlinedAt, I->second); in emitDebugInfoForFunction()
784 const DILocation *InlinedAt = IV.second; in collectVariableInfo() local
[all …]
DCodeViewDebug.h121 InlineSite &getInlineSite(const DILocation *InlinedAt,
210 void emitInlinedCallSite(const FunctionInfo &FI, const DILocation *InlinedAt,
/external/llvm/include/llvm/IR/
DDebugLoc.h91 const MDNode *InlinedAt = nullptr);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h71 const DILocation *InlinedAt; variable
82 : Entity(N), InlinedAt(IA), SubclassID(ID) {} in DbgEntity()
88 const DILocation *getInlinedAt() const { return InlinedAt; } in getInlinedAt()
DCodeViewDebug.cpp266 CodeViewDebug::getInlineSite(const DILocation *InlinedAt, in getInlineSite() argument
268 auto SiteInsertion = CurFn->InlineSites.insert({InlinedAt, InlineSite()}); in getInlineSite()
272 if (const DILocation *OuterIA = InlinedAt->getInlinedAt()) in getInlineSite()
274 getInlineSite(OuterIA, InlinedAt->getScope()->getSubprogram()) in getInlineSite()
279 Site->SiteFuncId, ParentFuncId, maybeRecordFile(InlinedAt->getFile()), in getInlineSite()
280 InlinedAt->getLine(), InlinedAt->getColumn(), SMLoc()); in getInlineSite()
477 if (const DILocation *InlinedAt = LS->getInlinedAt()) { in recordLocalVariable() local
480 InlineSite &Site = getInlineSite(InlinedAt, Inlinee); in recordLocalVariable()
884 const DILocation *InlinedAt, in emitInlinedCallSite() argument
1077 for (const DILocation *InlinedAt : FI.ChildSites) { in emitDebugInfoForFunction() local
[all …]
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp241 CodeViewDebug::getInlineSite(const DILocation *InlinedAt, in getInlineSite() argument
243 auto SiteInsertion = CurFn->InlineSites.insert({InlinedAt, InlineSite()}); in getInlineSite()
247 if (const DILocation *OuterIA = InlinedAt->getInlinedAt()) in getInlineSite()
249 getInlineSite(OuterIA, InlinedAt->getScope()->getSubprogram()) in getInlineSite()
254 Site->SiteFuncId, ParentFuncId, maybeRecordFile(InlinedAt->getFile()), in getInlineSite()
255 InlinedAt->getLine(), InlinedAt->getColumn(), SMLoc()); in getInlineSite()
465 if (const DILocation *InlinedAt = LS->getInlinedAt()) { in recordLocalVariable() local
468 InlineSite &Site = getInlineSite(InlinedAt, Inlinee); in recordLocalVariable()
895 const DILocation *InlinedAt, in emitInlinedCallSite() argument
1089 for (const DILocation *InlinedAt : FI.ChildSites) { in emitDebugInfoForFunction() local
[all …]

123