OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFunctionSections
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Target/
TargetMachine.h
227
///
getFunctionSections
- Return true if functions should be emitted into
229
static bool
getFunctionSections
();
/external/llvm/lib/Target/
TargetMachine.cpp
175
bool TargetMachine::
getFunctionSections
() {
/external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp
243
EmitUniquedSection = TM.
getFunctionSections
();
Completed in 37 milliseconds