HomeSort by relevance Sort by last modified time
    Searched refs:MachOSection (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
gdb-jit.cc 33 class MachOSection;
35 typedef MachOSection DebugSection;
222 class MachOSection : public DebugSectionBase<MachOSectionHeader> {
232 MachOSection(const char* name, const char* segment, uint32_t align,
241 virtual ~MachOSection() { }
358 class MachOTextSection : public MachOSection {
361 : MachOSection("__text", "__TEXT", align,
362 MachOSection::S_REGULAR |
363 MachOSection::S_ATTR_SOME_INSTRUCTIONS |
364 MachOSection::S_ATTR_PURE_INSTRUCTIONS)
    [all...]
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 254 struct MachOSection {
306 MachOSection &Section) {
440 MachOSection MOSection;
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
MachODumper.cpp 256 struct MachOSection {
308 MachOSection &Section) {
442 MachOSection MOSection;

Completed in 108 milliseconds