OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFunctionSections
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
CommandFlags.h
100
bool
getFunctionSections
();
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp
351
TM->
getFunctionSections
() ? Name->getString() : StringRef());
862
EmitUniqueSection = TM.
getFunctionSections
();
893
bool EmitUniqueSection = TM.
getFunctionSections
() || C;
907
if (!LSDASection || (!F.hasComdat() && !TM.
getFunctionSections
()))
922
if (TM.
getFunctionSections
() &&
1615
EmitUniquedSection = TM.
getFunctionSections
();
1685
((isa<Function>(GV) && TM.
getFunctionSections
()) ||
1697
bool EmitUniqueSection = TM.
getFunctionSections
() || C;
2094
EmitUniqueSection = TM.
getFunctionSections
();
2310
if (TM.
getFunctionSections
()) {
[
all
...]
CommandFlags.cpp
517
Options.FunctionSections =
getFunctionSections
();
/src/external/apache2/llvm/dist/llvm/include/llvm/Target/
TargetMachine.h
276
bool
getFunctionSections
() const {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
SampleProfileProbe.cpp
390
if (Triple.supportsCOMDAT() && TM->
getFunctionSections
())
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp
2271
if (!TM.
getFunctionSections
())
PPCISelLowering.cpp
4677
if (TM.
getFunctionSections
() || GV->hasComdat() || Caller->hasComdat() ||
Completed in 89 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026