Home | History | Annotate | Download | only in llvm-objdump

Lines Matching refs:diContext

21 #include "llvm/DebugInfo/DIContext.h"
1293 std::unique_ptr<DIContext> DICtx(new DWARFContextInMemory(*MachOOF));
6556 std::unique_ptr<DIContext> diContext;
6558 // Try to find debug info and set up the DIContext for it.
6575 // Setup the DIContext
6576 diContext.reset(new DWARFContextInMemory(*DbgObj));
6822 if (diContext) {
6823 DILineInfo dli = diContext->getLineInfoForAddress(PC);