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

  /external/llvm/include/llvm/Target/
TargetMachine.h 200 /// getFunctionSections - Return true if functions should be emitted into
202 bool getFunctionSections() const;
  /external/llvm/lib/Target/
TargetMachine.cpp 159 bool TargetMachine::getFunctionSections() const {
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 252 EmitUniquedSection = TM.getFunctionSections();
857 EmitUniquedSection = TM.getFunctionSections();
    [all...]

Completed in 371 milliseconds