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

Declarations

include/llvm/IR/DebugLoc.h
   88     static DebugLoc appendInlinedAt(DebugLoc DL, DILocation *InlinedAt,

References

lib/Transforms/Utils/InlineFunction.cpp
 1353   auto IA = DebugLoc::appendInlinedAt(OrigDL, InlinedAt, Ctx, IANodes);
unittests/IR/IRBuilderTest.cpp
  757   auto IA = DebugLoc::appendInlinedAt(DL, InlinedAtNode, Ctx, IANodes);