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

  /external/llvm/include/llvm/Target/
TargetMachine.h 196 /// getDataSections - Return true if data objects should be emitted into their
198 bool getDataSections() const;
  /external/llvm/lib/Target/
TargetMachine.cpp 163 bool TargetMachine::getDataSections() const {
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 254 EmitUniquedSection = TM.getDataSections();
859 EmitUniquedSection = TM.getDataSections();
    [all...]

Completed in 1876 milliseconds