/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | DebugLoc.cpp | 41 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()
|
D | DebugInfoMetadata.cpp | 84 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/ |
D | DebugLoc.cpp | 40 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/ |
D | LiveDebugValues.cpp | 73 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()
|
D | LiveDebugVariables.cpp | 162 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/ |
D | AddDiscriminators.cpp | 208 NewScope, DIL->getInlinedAt())); in addDiscriminators() 240 CurrentDIL->getInlinedAt())); in addDiscriminators()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/ |
D | SampleProf.cpp | 166 for (DIL = DIL->getInlinedAt(); DIL; DIL = DIL->getInlinedAt()) { in findFunctionSamples()
|
/external/llvm/include/llvm/CodeGen/ |
D | LexicalScopes.h | 61 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/ |
D | LexicalScopes.h | 63 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/ |
D | LiveDebugValues.cpp | 117 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()
|
D | LiveDebugVariables.cpp | 204 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/ |
D | DebugLoc.h | 86 DILocation *getInlinedAt() const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | DebugLoc.h | 96 DILocation *getInlinedAt() const;
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | DebugLoc.h | 85 MDNode *getInlinedAt(const LLVMContext &Ctx) const;
|
/external/llvm/include/llvm/IR/ |
D | DebugLoc.h | 96 DILocation *getInlinedAt() const;
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | DebugLoc.cpp | 36 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/ |
D | IRBindings.cpp | 64 const auto* InlinedAt = Loc.getInlinedAt(); in LLVMGetCurrentDebugLocation2()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | DebugInfo.cpp | 123 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/ |
D | DwarfDebug.h | 100 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/ |
D | DwarfDebug.h | 115 assert(IA == DbgValue->getDebugLoc()->getInlinedAt() && "Wrong inlined-at"); in initializeDbgValue() 125 const DILocation *getInlinedAt() const { return IA; } in getInlinedAt() function
|
D | DwarfCompileUnit.cpp | 357 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/ |
D | ADCE.cpp | 61 if (const DILocation *IA = DL.getInlinedAt()) in collectLiveScopes()
|
/external/swiftshader/third_party/LLVM/tools/llvm-dis/ |
D | llvm-dis.cpp | 57 if (MDNode *N = DL.getInlinedAt(getGlobalContext())) { in printDebugLoc()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | LexicalScopes.h | 170 const MDNode *getInlinedAt() const { return InlinedAtLocation; } in getInlinedAt() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dis/ |
D | llvm-dis.cpp | 75 if (DILocation *IDL = DL.getInlinedAt()) { in printDebugLoc()
|