OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SectionDataSize
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/MC/
MachObjectWriter.cpp
173
/// \param
SectionDataSize
The total size of the sections.
176
uint64_t SectionDataStartOffset, uint64_t
SectionDataSize
, uint32_t MaxProt,
197
W.write<uint64_t>(
SectionDataSize
); // file size
202
W.write<uint32_t>(
SectionDataSize
); // file size
816
uint64_t
SectionDataSize
= 0;
830
SectionDataSize
= std::max(
SectionDataSize
, Address + Size);
847
SectionDataSize
, Prot, Prot);
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCMachObjectWriter.h
185
/// \param
SectionDataSize
The total size of the sections.
189
uint64_t
SectionDataSize
, uint32_t MaxProt,
Completed in 44 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026