OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumLoadCommands
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/MC/
MachObjectWriter.cpp
126
void MachObjectWriter::WriteHeader(unsigned
NumLoadCommands
,
146
Write32(
NumLoadCommands
);
778
unsigned
NumLoadCommands
= 1;
785
++
NumLoadCommands
;
792
++
NumLoadCommands
;
800
++
NumLoadCommands
;
808
NumLoadCommands
+= 2;
817
++
NumLoadCommands
;
853
WriteHeader(
NumLoadCommands
, LoadCommandsSize,
[
all
...]
/external/llvm/include/llvm/MC/
MCMachObjectWriter.h
165
void WriteHeader(unsigned
NumLoadCommands
, unsigned LoadCommandsSize,
Completed in 35 milliseconds