OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SectName
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
MachOLinkGraphBuilder.h
64
// to be null-terminated, hence the extra bytes on SegName and
SectName
.
72
char
SectName
[17];
/src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProf.cpp
177
std::string
SectName
;
180
SectName
= InstrProfSectNamePrefix[IPSK];
183
SectName
+= InstrProfSectNameCoff[IPSK];
185
SectName
+= InstrProfSectNameCommon[IPSK];
188
SectName
+= ",regular,live_support";
190
return
SectName
;
/src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp
682
<< Sec.
sectname
<< ") "
688
<< Sec.
sectname
<< ") " << count << " entries";
710
<< Sec.
sectname
<< ") "
716
<< Sec.
sectname
<< ") " << count << " entries";
1509
StringRef
SectName
;
1512
SectName
= *SectNameOrErr;
1518
outs() << SegmentName << ":" <<
SectName
<< ":";
1726
StringRef
SectName
;
1729
SectName
= *SecNameOrErr;
1739
(
SectName
== DumpSectName))
[
all
...]
Completed in 70 milliseconds
Indexes created Tue Sep 08 00:25:21 UTC 2026