reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  518   if (PrevInstLoc.get() && PrevInstLoc->getFile() == DL->getFile())
  518   if (PrevInstLoc.get() && PrevInstLoc->getFile() == DL->getFile())
  521     FileId = CurFn->LastFileId = maybeRecordFile(DL->getFile());
  525   if (const DILocation *SiteLoc = DL->getInlinedAt()) {
  548                         DL->getFilename(), SMLoc());
lib/CodeGen/AsmPrinter/DbgEntityHistoryCalculator.cpp
  250         InlinedEntity Var(RawVar, MI.getDebugLoc()->getInlinedAt());
  261         InlinedEntity L(RawLabel, MI.getDebugLoc()->getInlinedAt());
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  259   assert(getInlinedAt() == DbgValue->getDebugLoc()->getInlinedAt() &&
 1326     if (DL->getScope() == PredDL->getScope())
 1326     if (DL->getScope() == PredDL->getScope())
 1769     const DISubprogram *SP = PrologEndLoc->getInlinedAtScope()->getSubprogram();
lib/CodeGen/LiveDebugValues.cpp
  153                         MI.getDebugLoc()->getInlinedAt()) {}
 1294            !MI.getDebugLoc()->getInlinedAt();
lib/CodeGen/LiveDebugVariables.cpp
  218     return UserValueIdentity(Variable, Expression, dl->getInlinedAt());
  372     return Label == L && dl->getInlinedAt() == IA && loc == Index;
  575   auto Ident = UserValueIdentity(Var, Expr, DL->getInlinedAt());
  670     if (L->match(Label, DL->getInlinedAt(), Idx)) {
lib/CodeGen/MIRPrinter.cpp
  792     DL->printAsOperand(OS, MST);
lib/CodeGen/MachineInstr.cpp
 1717       DL->printAsOperand(OS, MST);
 1767     if (auto *InlinedAt = debugLoc->getInlinedAt()) {
lib/IR/Core.cpp
 1223       S = DL->getDirectory();
 1247       S = DL->getFilename();
 1270       L = DL->getLine();
 1292       C = DL->getColumn();
lib/IR/DiagnosticInfo.cpp
  114   File = DL->getFile();
  115   Line = DL->getLine();
  116   Column = DL->getColumn();
  218     Val = (Loc->getFilename() + ":" + Twine(Loc.getLine()) + ":" +
lib/IR/Verifier.cpp
 5038   if (I.getDebugLoc()->getInlinedAt())
lib/Target/X86/X86DiscriminateMemOps.cpp
  117           std::max(MemOpDiscriminators[Loc], DI->getBaseDiscriminator());
lib/Target/X86/X86InsertPrefetch.cpp
   75                                           Loc->getBaseDiscriminator());
lib/Transforms/Scalar/ADCE.cpp
  517         if (AliveScopes.count(DII->getDebugLoc()->getScope()))
  542       if (AliveScopes.count(DII->getDebugLoc()->getScope()))
tools/clang/lib/CodeGen/CGDebugInfo.cpp
  154           CGF.Builder.getCurrentDebugLocation()->getInlinedAt()) &&
unittests/Transforms/Utils/CloningTest.cpp
  624       if (OldIntrin->getDebugLoc()->getInlinedAt()) {
  640       if (!OldIntrin->getDebugLoc()->getInlinedAt()) {