Searched refs:getInlinedAt (Results 1 - 16 of 16) 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()) {
H A DDebugInfo.cpp158 processLocation(M, Loc->getInlinedAt());
/external/llvm/include/llvm/IR/
H A DDebugLoc.h96 MDLocation *getInlinedAt() const;
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())
/external/llvm/lib/Transforms/Utils/
H A DAddDiscriminators.cpp209 NewScope, FirstDIL->getInlinedAt());
H A DInlineFunction.cpp841 while (MDLocation *IA = CurInlinedAt->getInlinedAt()) {
882 InlinedAtNode->getScope(), InlinedAtNode->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/tools/llvm-dis/
H A Dllvm-dis.cpp66 if (MDLocation *IDL = 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
H A DDbgValueHistoryCalculator.cpp210 InlinedVariable Var(RawVar, MI.getDebugLoc()->getInlinedAt());
H A DDwarfCompileUnit.cpp310 assert((Scope->getInlinedAt() || !isa<MDSubprogram>(DS)) &&
434 const MDLocation *IA = Scope->getInlinedAt();
563 assert(!Scope->getInlinedAt());
H A DDwarfDebug.cpp342 assert(!Scope->getInlinedAt());
493 InlinedVariable(Var->getVariable(), Var->getInlinedAt()));
717 InlinedVariable Var(VI.Var, VI.Loc->getInlinedAt());
/external/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp163 return Var == Variable && Expr == Expression && dl->getInlinedAt() == IA &&
372 DebugLoc InlinedAtDL = DL.getInlinedAt();
387 if (auto *InlinedAt = DL->getInlinedAt()) {
467 if (UV->match(Var, Expr, DL->getInlinedAt(), Offset, IsIndirect))
H A DLexicalScopes.cpp119 if (auto *IA = DL->getInlinedAt()) {
H A DMachineInstr.cpp1715 if (auto *InlinedAt = debugLoc->getInlinedAt()) {
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp793 Record.push_back(VE.getMetadataOrNullID(N->getInlinedAt()));
2124 Vals.push_back(VE.getMetadataOrNullID(DL->getInlinedAt()));

Completed in 272 milliseconds