Searched defs:getInlinedAt (Results 1 - 8 of 8) sorted by relevance

/external/llvm/lib/IR/
H A DDebugLoc.cpp40 DILocation *DebugLoc::getInlinedAt() const { function in class:DebugLoc
42 return get()->getInlinedAt();
77 if (DebugLoc InlinedAtDL = DebugLoc(getInlinedAt())) {
96 if (DebugLoc InlinedAtDL = getInlinedAt()) {
/external/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h61 const DILocation *getInlinedAt() const { return InlinedAtLocation; } function in class:llvm::LexicalScope
208 return DL ? getOrCreateLexicalScope(DL->getScope(), DL->getInlinedAt())
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DLexicalScopes.h170 const MDNode *getInlinedAt() const { return InlinedAtLocation; } function in class:llvm::LexicalScope
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DDebugLoc.cpp36 MDNode *DebugLoc::getInlinedAt(const LLVMContext &Ctx) const { function in class:DebugLoc
153 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(getInlinedAt(Ctx));
/external/llvm/lib/CodeGen/
H A DLiveDebugValues.cpp73 const DILocation *getInlinedAt() const { return this->second; }; function in struct:__anon13907::LiveDebugValues::DebugVariable
77 return getInlinedAt() < DV.getInlinedAt();
100 : Var(MI.getDebugVariable(), MI.getDebugLoc()->getInlinedAt()), MI(MI),
286 const DILocation *InlinedAt = DebugLoc->getInlinedAt();
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h100 assert(IA == DbgValue->getDebugLoc()->getInlinedAt() && "Wrong inlined-at");
110 const DILocation *getInlinedAt() const { return IA; } function in class:llvm::DbgVariable
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DDebugInfo.cpp122 /// getInlinedAt - If this variable is inlined then return inline location.
123 MDNode *DIVariable::getInlinedAt() const { function in class:DIVariable
767 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(DL.getInlinedAt(Ctx));
781 if (MDNode *InlinedAt = getInlinedAt()) {
959 if (MDNode *IA = Loc.getInlinedAt(Ctx))
/external/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1218 DILocation *getInlinedAt() const { function in class:llvm::DICompileUnit::DILocation
1228 /// Walk through \a getInlinedAt() and return \a getScope() from the deepest
1231 if (auto *IA = getInlinedAt())

Completed in 410 milliseconds