OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDataSections
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Target/
TargetMachine.h
223
///
getDataSections
- Return true if data objects should be emitted into their
225
static bool
getDataSections
();
/external/llvm/lib/Target/
TargetMachine.cpp
179
bool TargetMachine::
getDataSections
() {
/external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp
245
EmitUniquedSection = TM.
getDataSections
();
Completed in 292 milliseconds