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

Declarations

include/llvm/IR/DebugInfoMetadata.h
 1540   static const DILocation *getMergedLocation(const DILocation *LocA,

References

lib/CodeGen/BranchFolding.cpp
  920       DL = DILocation::getMergedLocation(DL, Pos->getDebugLoc());
lib/CodeGen/MachineBasicBlock.cpp
 1322         DL = DILocation::getMergedLocation(DL, TI->getDebugLoc());
lib/CodeGen/MachineSink.cpp
  772     MI.setDebugLoc(DILocation::getMergedLocation(MI.getDebugLoc(),
lib/IR/DebugInfo.cpp
  691   setDebugLoc(DILocation::getMergedLocation(LocA, LocB));
lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
 1570   DebugLoc MergedLoc = DILocation::getMergedLocation(SI.getDebugLoc(),
lib/Transforms/Scalar/ConstantHoisting.cpp
  891         Base->setDebugLoc(DILocation::getMergedLocation(
unittests/IR/MetadataTest.cpp
  890     auto *M = DILocation::getMergedLocation(A, B);
  900     auto *M = DILocation::getMergedLocation(A, B);
  910     auto *M = DILocation::getMergedLocation(A, B);
  920     auto *M = DILocation::getMergedLocation(A, B);
  939     auto *M = DILocation::getMergedLocation(A, B);
  951     auto *M = DILocation::getMergedLocation(A, B);