OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SectionSize
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/DebugInfo/
DWARFContext.cpp
544
uint64_t
SectionSize
;
545
i->getSize(
SectionSize
);
575
if (Address + R.Width >
SectionSize
) {
578
<<
SectionSize
<< " bytes long.\n";
/external/llvm/lib/MC/
MachObjectWriter.cpp
203
uint64_t
SectionSize
= Layout.getSectionAddressSize(&SD);
222
Write64(
SectionSize
); // size
225
Write32(
SectionSize
); // size
[
all
...]
/external/llvm/include/llvm/Support/
COFF.h
38
SectionSize
= 40,
Completed in 3000 milliseconds