Home
last modified time | relevance | path

Searched refs:getInlinedAt (Results 1 – 25 of 53) sorted by relevance

123

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDebugLoc.cpp41 DILocation *DebugLoc::getInlinedAt() const { in getInlinedAt() function in DebugLoc
43 return get()->getInlinedAt(); in getInlinedAt()
79 while (DILocation *IA = CurInlinedAt->getInlinedAt()) { in appendInlinedAt()
86 if (ReplaceLast && !IA->getInlinedAt()) in appendInlinedAt()
117 if (DebugLoc InlinedAtDL = getInlinedAt()) { in print()
DDebugInfoMetadata.cpp84 for (DILocation *L = LocA->getInlinedAt(); L; L = L->getInlinedAt()) in getMergedLocation()
87 for (DILocation *L = LocB->getInlinedAt(); L; L = L->getInlinedAt()) { in getMergedLocation()
93 Result->getInlinedAt()); in getMergedLocation()
/external/llvm/lib/IR/
DDebugLoc.cpp40 DILocation *DebugLoc::getInlinedAt() const { in getInlinedAt() function in DebugLoc
42 return get()->getInlinedAt(); in getInlinedAt()
77 if (DebugLoc InlinedAtDL = DebugLoc(getInlinedAt())) { in dump()
96 if (DebugLoc InlinedAtDL = getInlinedAt()) { in print()
/external/llvm/lib/CodeGen/
DLiveDebugValues.cpp73 const DILocation *getInlinedAt() const { return this->second; }; in getInlinedAt() function
77 return getInlinedAt() < DV.getInlinedAt(); in operator <()
100 : Var(MI.getDebugVariable(), MI.getDebugLoc()->getInlinedAt()), MI(MI), in VarLoc()
286 const DILocation *InlinedAt = DebugLoc->getInlinedAt(); in transferDebugValue()
DLiveDebugVariables.cpp162 return Var == Variable && Expr == Expression && dl->getInlinedAt() == IA && in match()
373 DebugLoc InlinedAtDL = DL.getInlinedAt(); in printDebugLoc()
388 if (auto *InlinedAt = DL->getInlinedAt()) { in printExtendedName()
468 if (UV->match(Var, Expr, DL->getInlinedAt(), Offset, IsIndirect)) in getUserValue()
/external/llvm/lib/Transforms/Utils/
DAddDiscriminators.cpp208 NewScope, DIL->getInlinedAt())); in addDiscriminators()
240 CurrentDIL->getInlinedAt())); in addDiscriminators()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DSampleProf.cpp166 for (DIL = DIL->getInlinedAt(); DIL; DIL = DIL->getInlinedAt()) { in findFunctionSamples()
/external/llvm/include/llvm/CodeGen/
DLexicalScopes.h61 const DILocation *getInlinedAt() const { return InlinedAtLocation; } in getInlinedAt() function
208 return DL ? getOrCreateLexicalScope(DL->getScope(), DL->getInlinedAt()) in getOrCreateLexicalScope()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DLexicalScopes.h63 const DILocation *getInlinedAt() const { return InlinedAtLocation; } in getInlinedAt() function
210 return DL ? getOrCreateLexicalScope(DL->getScope(), DL->getInlinedAt()) in getOrCreateLexicalScope()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLiveDebugValues.cpp117 const DILocation *getInlinedAt() const { return this->second; } in getInlinedAt() function
121 return getInlinedAt() < DV.getInlinedAt(); in operator <()
141 : Var(MI.getDebugVariable(), MI.getDebugLoc()->getInlinedAt()), MI(MI), in VarLoc()
363 const DILocation *InlinedAt = DebugLoc->getInlinedAt(); in transferDebugValue()
DLiveDebugVariables.cpp204 return Var == Variable && Expr == Expression && dl->getInlinedAt() == IA; in match()
423 DebugLoc InlinedAtDL = DL.getInlinedAt(); in printDebugLoc()
438 if (auto *InlinedAt = DL->getInlinedAt()) { in printExtendedName()
491 if (UV->match(Var, Expr, DL->getInlinedAt())) in getUserValue()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DDebugLoc.h86 DILocation *getInlinedAt() const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDebugLoc.h96 DILocation *getInlinedAt() const;
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DDebugLoc.h85 MDNode *getInlinedAt(const LLVMContext &Ctx) const;
/external/llvm/include/llvm/IR/
DDebugLoc.h96 DILocation *getInlinedAt() const;
/external/swiftshader/third_party/LLVM/lib/VMCore/
DDebugLoc.cpp36 MDNode *DebugLoc::getInlinedAt(const LLVMContext &Ctx) const { in getInlinedAt() function in DebugLoc
153 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(getInlinedAt(Ctx)); in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
DIRBindings.cpp64 const auto* InlinedAt = Loc.getInlinedAt(); in LLVMGetCurrentDebugLocation2()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DDebugInfo.cpp123 MDNode *DIVariable::getInlinedAt() const { in getInlinedAt() function in DIVariable
767 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(DL.getInlinedAt(Ctx)); in printDebugLoc()
781 if (MDNode *InlinedAt = getInlinedAt()) { in printExtendedName()
959 if (MDNode *IA = Loc.getInlinedAt(Ctx)) in processModule()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h100 assert(IA == DbgValue->getDebugLoc()->getInlinedAt() && "Wrong inlined-at"); in initializeDbgValue()
110 const DILocation *getInlinedAt() const { return IA; } in getInlinedAt() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h115 assert(IA == DbgValue->getDebugLoc()->getInlinedAt() && "Wrong inlined-at"); in initializeDbgValue()
125 const DILocation *getInlinedAt() const { return IA; } in getInlinedAt() function
DDwarfCompileUnit.cpp357 assert((Scope->getInlinedAt() || !isa<DISubprogram>(DS)) && in constructScopeDIE()
472 const DILocation *IA = Scope->getInlinedAt(); in constructInlinedScopeDIE()
712 assert(!Scope->getInlinedAt()); in constructSubprogramScopeDIE()
829 InlinedVariable(Var.getVariable(), Var.getInlinedAt())); in finishVariableDefinition()
/external/llvm/lib/Transforms/Scalar/
DADCE.cpp61 if (const DILocation *IA = DL.getInlinedAt()) in collectLiveScopes()
/external/swiftshader/third_party/LLVM/tools/llvm-dis/
Dllvm-dis.cpp57 if (MDNode *N = DL.getInlinedAt(getGlobalContext())) { in printDebugLoc()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DLexicalScopes.h170 const MDNode *getInlinedAt() const { return InlinedAtLocation; } in getInlinedAt() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dis/
Dllvm-dis.cpp75 if (DILocation *IDL = DL.getInlinedAt()) { in printDebugLoc()

123