Home
last modified time | relevance | path

Searched refs:setFunctionSections (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/
DTargetMachine.cpp123 void TargetMachine::setFunctionSections(bool V) { in setFunctionSections() function in TargetMachine
/external/llvm/include/llvm/Target/
DTargetMachine.h232 static void setFunctionSections(bool);
/external/clang/lib/CodeGen/
DBackendUtil.cpp247 TargetMachine::setFunctionSections(CodeGenOpts.FunctionSections); in AddEmitPasses()