HomeSort by relevance Sort by last modified time
    Searched refs:needsDwarfSectionOffsetDirective (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/MC/
MCAsmInfo.h 218 bool NeedsDwarfSectionOffsetDirective;
412 bool needsDwarfSectionOffsetDirective() const {
413 return NeedsDwarfSectionOffsetDirective;
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterDwarf.cpp 144 if (MAI->needsDwarfSectionOffsetDirective()) {
AsmPrinter.cpp     [all...]

Completed in 46 milliseconds