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

  /external/llvm/include/llvm/Target/
TargetMachine.h 234 /// setFunctionSections - Set if the functions are emit into separate
236 static void setFunctionSections(bool);
  /external/llvm/lib/Target/
TargetMachine.cpp 183 void TargetMachine::setFunctionSections(bool V) {
  /external/clang/lib/CodeGen/
BackendUtil.cpp 344 TargetMachine::setFunctionSections(CodeGenOpts.FunctionSections);

Completed in 271 milliseconds