HomeSort by relevance Sort by last modified time
    Searched refs:getInlinedAt (Results 1 - 19 of 19) sorted by null

  /external/llvm/lib/IR/
DebugLoc.cpp 41 MDLocation *DebugLoc::getInlinedAt() const {
43 return get()->getInlinedAt();
78 if (DebugLoc InlinedAtDL = DebugLoc(getInlinedAt())) {
97 if (DebugLoc InlinedAtDL = getInlinedAt()) {
DebugInfo.cpp 158 processLocation(M, Loc->getInlinedAt());
  /external/llvm/include/llvm/IR/
DebugLoc.h 96 MDLocation *getInlinedAt() const;
DebugInfoMetadata.h     [all...]
  /external/llvm/include/llvm/CodeGen/
LexicalScopes.h 61 const MDLocation *getInlinedAt() const { return InlinedAtLocation; }
208 return DL ? getOrCreateLexicalScope(DL->getScope(), DL->getInlinedAt())
  /external/llvm/lib/Transforms/Utils/
AddDiscriminators.cpp 209 NewScope, FirstDIL->getInlinedAt());
InlineFunction.cpp     [all...]
  /external/llvm/tools/llvm-dis/
llvm-dis.cpp 66 if (MDLocation *IDL = DL.getInlinedAt()) {
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 101 IA(DbgValue->getDebugLoc()->getInlinedAt()),
109 DILocation getInlinedAt() const { return IA; }
DbgValueHistoryCalculator.cpp 210 InlinedVariable Var(RawVar, MI.getDebugLoc()->getInlinedAt());
DwarfCompileUnit.cpp 310 assert((Scope->getInlinedAt() || !isa<MDSubprogram>(DS)) &&
434 const MDLocation *IA = Scope->getInlinedAt();
563 assert(!Scope->getInlinedAt());
DwarfDebug.cpp 342 assert(!Scope->getInlinedAt());
493 InlinedVariable(Var->getVariable(), Var->getInlinedAt()));
717 InlinedVariable Var(VI.Var, VI.Loc->getInlinedAt());
    [all...]
  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 163 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))
    [all...]
LexicalScopes.cpp 119 if (auto *IA = DL->getInlinedAt()) {
MachineInstr.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 793 Record.push_back(VE.getMetadataOrNullID(N->getInlinedAt()));
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 585 Record.push_back(VE.getMetadataOrNullID(N->getInlinedAt()));
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 584 Record.push_back(VE.getMetadataOrNullID(N->getInlinedAt()));
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 613 Record.push_back(VE.getMetadataOrNullID(N->getInlinedAt()));
    [all...]

Completed in 789 milliseconds