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

  /external/llvm/lib/IR/
DebugLoc.cpp 41 DILocation *DebugLoc::getInlinedAt() const {
43 return get()->getInlinedAt();
78 if (DebugLoc InlinedAtDL = DebugLoc(getInlinedAt())) {
97 if (DebugLoc InlinedAtDL = getInlinedAt()) {
DebugInfo.cpp 145 processLocation(M, Loc->getInlinedAt());
  /external/llvm/include/llvm/IR/
DebugLoc.h 96 DILocation *getInlinedAt() const;
DebugInfoMetadata.h     [all...]
  /external/llvm/include/llvm/CodeGen/
LexicalScopes.h 61 const DILocation *getInlinedAt() const { return InlinedAtLocation; }
208 return DL ? getOrCreateLexicalScope(DL->getScope(), DL->getInlinedAt())
  /external/llvm/lib/Transforms/Utils/
AddDiscriminators.cpp 206 NewScope, DIL->getInlinedAt()));
237 CurrentDIL->getInlinedAt()));
InlineFunction.cpp     [all...]
  /external/llvm/tools/llvm-dis/
llvm-dis.cpp 66 if (DILocation *IDL = DL.getInlinedAt()) {
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 102 assert(IA == DbgValue->getDebugLoc()->getInlinedAt() && "Wrong inlined-at");
112 const DILocation *getInlinedAt() const { return IA; }
DbgValueHistoryCalculator.cpp 210 InlinedVariable Var(RawVar, MI.getDebugLoc()->getInlinedAt());
DwarfCompileUnit.cpp 315 assert((Scope->getInlinedAt() || !isa<DISubprogram>(DS)) &&
439 const DILocation *IA = Scope->getInlinedAt();
568 assert(!Scope->getInlinedAt());
DwarfDebug.cpp 362 assert(!Scope->getInlinedAt());
517 InlinedVariable(Var->getVariable(), Var->getInlinedAt()));
741 InlinedVariable Var(VI.Var, VI.Loc->getInlinedAt());
    [all...]
  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 161 return Var == Variable && Expr == Expression && dl->getInlinedAt() == IA &&
370 DebugLoc InlinedAtDL = DL.getInlinedAt();
385 if (auto *InlinedAt = DL->getInlinedAt()) {
465 if (UV->match(Var, Expr, DL->getInlinedAt(), Offset, IsIndirect))
    [all...]
LexicalScopes.cpp 119 if (auto *IA = DL->getInlinedAt()) {
LiveDebugValues.cpp 192 DebugVariable Var(RawVar, MI.getDebugLoc()->getInlinedAt());
MachineInstr.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
SampleProfile.cpp 585 DIL = DIL->getInlinedAt()) {
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 586 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 2222 milliseconds