OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MOSection
(Results
1 - 2
of
2
) sorted by null
/external/llvm/tools/llvm-readobj/
MachODumper.cpp
440
MachOSection
MOSection
;
441
getSection(Obj, Section.getRawDataRefImpl(),
MOSection
);
455
W.printHex("Address",
MOSection
.Address);
456
W.printHex("Size",
MOSection
.Size);
457
W.printNumber("Offset",
MOSection
.Offset);
458
W.printNumber("Alignment",
MOSection
.Alignment);
459
W.printHex("RelocationOffset",
MOSection
.RelocationTableOffset);
460
W.printNumber("RelocationCount",
MOSection
.NumRelocationTableEntries);
461
W.printEnum("Type",
MOSection
.Flags & 0xFF,
463
W.printFlags("Attributes",
MOSection
.Flags >> 8
[
all
...]
/external/llvm/lib/MC/
MCAsmStreamer.cpp
593
const MCSectionMachO *
MOSection
= ((const MCSectionMachO*)Section);
594
OS <<
MOSection
->getSegmentName() << "," <<
MOSection
->getSectionName();
[
all
...]
Completed in 341 milliseconds