OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumLoadCommands
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/dsymutil/
MachOUtils.cpp
395
unsigned
NumLoadCommands
= 0;
407
++
NumLoadCommands
;
414
++
NumLoadCommands
;
431
++
NumLoadCommands
;
462
++
NumLoadCommands
;
484
++
NumLoadCommands
;
509
Writer.writeHeader(MachO::MH_DSYM,
NumLoadCommands
, LoadCommandSize, false);
/src/external/apache2/llvm/dist/llvm/lib/MC/
MachObjectWriter.cpp
134
unsigned
NumLoadCommands
,
154
W.write<uint32_t>(
NumLoadCommands
);
768
unsigned
NumLoadCommands
= 1;
775
++
NumLoadCommands
;
785
++
NumLoadCommands
;
793
++
NumLoadCommands
;
801
NumLoadCommands
+= 2;
808
++
NumLoadCommands
;
842
writeHeader(MachO::MH_OBJECT,
NumLoadCommands
, LoadCommandsSize,
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCMachObjectWriter.h
179
void writeHeader(MachO::HeaderFileType Type, unsigned
NumLoadCommands
,
Completed in 39 milliseconds
Indexes created Fri Sep 11 00:24:00 UTC 2026