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

/external/llvm/include/llvm/Target/
H A DTargetMachine.h200 /// getFunctionSections - Return true if functions should be emitted into
202 bool getFunctionSections() const;
/external/llvm/lib/Target/
H A DTargetMachine.cpp159 bool TargetMachine::getFunctionSections() const { function in class:TargetMachine
/external/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp252 EmitUniquedSection = TM.getFunctionSections();
857 EmitUniquedSection = TM.getFunctionSections();

Completed in 1236 milliseconds