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

  /external/llvm/lib/Target/XCore/
XCoreTargetObjectFile.cpp 22 DataSection =
52 TLSDataSection = DataSection;
63 DataRelSection = DataRelLocalSection = DataSection;
  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 57 /// DataSection - Section directive for standard data.
59 const MCSection *DataSection;
191 const MCSection *getDataSection() const { return DataSection; }
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 38 DataSection // .data
285 DataSection =
406 DataSection =
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 285 return DataSection;
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 288 if (Kind.isDataNoRel()) return DataSection;
531 return DataSection;

Completed in 843 milliseconds