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

/external/llvm/lib/IR/
H A DDebugLoc.cpp41 MDLocation *DebugLoc::getInlinedAt() const { function in class:DebugLoc
43 return get()->getInlinedAt();
78 if (DebugLoc InlinedAtDL = DebugLoc(getInlinedAt())) {
97 if (DebugLoc InlinedAtDL = getInlinedAt()) {
/external/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h61 const MDLocation *getInlinedAt() const { return InlinedAtLocation; } function in class:llvm::LexicalScope
208 return DL ? getOrCreateLexicalScope(DL->getScope(), DL->getInlinedAt())
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h101 IA(DbgValue->getDebugLoc()->getInlinedAt()),
109 DILocation getInlinedAt() const { return IA; } function in class:llvm::DbgVariable
/external/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1153 getInlinedAt());
1177 MDLocation *getInlinedAt() const { function in class:llvm::MDLocation
1187 /// Walk through \a getInlinedAt() and return \a getScope() from the deepest
1190 if (auto *IA = getInlinedAt())

Completed in 192 milliseconds