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

  /external/llvm/include/llvm/MC/
MCSectionMachO.h 135 StringRef getSegmentName() const {
149 return StringRef(getSegmentName().str() + getSectionName().str() + "_begin");
153 return StringRef(getSegmentName().str() + getSectionName().str() + "_end");
  /external/llvm/lib/MC/
MCSectionMachO.cpp 95 OS << "\t.section\t" << getSegmentName() << ',' << getSectionName();
MachObjectWriter.cpp 219 WriteBytes(Section.getSegmentName(), 16);
    [all...]
MCAsmStreamer.cpp 581 OS << MOSection->getSegmentName() << "," << MOSection->getSectionName();
    [all...]

Completed in 445 milliseconds