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

  /external/llvm/lib/Target/NVPTX/
NVPTXTargetObjectFile.h 26 DataSection = 0;
49 delete DataSection;
72 DataSection =
117 return DataSection;
  /external/llvm/lib/Target/XCore/
XCoreTargetObjectFile.cpp 22 DataSection =
52 TLSDataSection = DataSection;
  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 62 /// DataSection - Section directive for standard data.
64 const MCSection *DataSection;
214 const MCSection *getDataSection() const { return DataSection; }
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 285 return DataSection;
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 38 DataSection // .data
341 DataSection =
505 DataSection =
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 318 if (Kind.isDataNoRel()) return DataSection;
583 return DataSection;

Completed in 57 milliseconds