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

References

include/llvm/IR/DebugInfoMetadata.h
 1980   return DILocation::get(getContext(), getLine(), getColumn(), NewScope,
lib/IR/DebugLoc.cpp
  108     Cache[MD] = Last = DILocation::getDistinct(
lib/Target/X86/X86DiscriminateMemOps.cpp
   99       DILocation::get(FDI->getContext(), FDI->getLine(), 0, FDI);
lib/Transforms/Utils/InlineFunction.cpp
 1399   InlinedAtNode = DILocation::getDistinct(
tools/opt/Debugify.cpp
  108         I.setDebugLoc(DILocation::get(Ctx, NextLine++, 1, SP));
unittests/CodeGen/MachineInstrTest.cpp
  328   DILocation *DIL = DILocation::get(Ctx, 1, 5, DIS);
unittests/IR/IRBuilderTest.cpp
  754       DILocation::getDistinct(Ctx, GSP->getScopeLine(), 0, GSP);
  812   DebugLoc DL1 = DILocation::get(Ctx, 2, 0, SP);
  813   DebugLoc DL2 = DILocation::get(Ctx, 3, 0, SP);
unittests/IR/MetadataTest.cpp
  860     DILocation *L = DILocation::get(Context, 2, 7, N);
  866     DILocation *L = DILocation::get(Context, UINT32_MAX, U16 - 1, N);
  871     DILocation *L = DILocation::get(Context, UINT32_MAX, U16, N);
  876     DILocation *L = DILocation::get(Context, UINT32_MAX, U16 + 1, N);
  888     auto *A = DILocation::get(Context, 2, 7, N);
  889     auto *B = DILocation::get(Context, 2, 7, N);
  898     auto *A = DILocation::get(Context, 2, 7, N);
  908     auto *A = DILocation::get(Context, 1, 6, N);
  909     auto *B = DILocation::get(Context, 2, 7, N);
  918     auto *A = DILocation::get(Context, 1, 6, N);
  936     auto *I = DILocation::get(Context, 2, 7, N);
  937     auto *A = DILocation::get(Context, 1, 6, SP1, I);
  938     auto *B = DILocation::get(Context, 2, 7, SP2, I);
  948     auto *I = DILocation::get(Context, 2, 7, N);
  950     auto *B = DILocation::get(Context, 2, 7, getSubprogram());
 1049   auto L1 = DILocation::get(Context, 1, 2, getSubprogram());
unittests/Transforms/Utils/CloningTest.cpp
  501     auto *DL = DILocation::get(Subprogram->getContext(), 5, 0, Subprogram);