Searched refs:getDataSections (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Target/
H A DTargetMachine.h196 /// getDataSections - Return true if data objects should be emitted into their
198 bool getDataSections() const;
/external/llvm/lib/Target/
H A DTargetMachine.cpp163 bool TargetMachine::getDataSections() const { function in class:TargetMachine
/external/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp254 EmitUniquedSection = TM.getDataSections();
859 EmitUniquedSection = TM.getDataSections();

Completed in 202 milliseconds