Searched refs:getDwarfRangesSection (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h242 const MCSection *getDwarfRangesSection() const { return DwarfRangesSection; } function in class:llvm::MCObjectFileInfo
/external/llvm/lib/MC/
H A DMCDwarf.cpp808 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfRangesSection());
878 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfRangesSection());
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1679 emitSectionSym(Asm, TLOF.getDwarfRangesSection(), "debug_range");
2232 Asm->getObjFileLowering().getDwarfRangesSection());

Completed in 103 milliseconds