Searched refs:MachOSection (Results 1 – 1 of 1) sorted by relevance
39 class MachOSection;41 using DebugSection = MachOSection;222 class MachOSection : public DebugSectionBase<MachOSectionHeader> { class232 MachOSection(const char* name, const char* segment, uint32_t align, in MachOSection() function in v8::internal::GDBJITInterface::MachOSection241 ~MachOSection() override = default;349 class MachOTextSection : public MachOSection {352 : MachOSection("__text", "__TEXT", align, in MachOTextSection()353 MachOSection::S_REGULAR | in MachOTextSection()354 MachOSection::S_ATTR_SOME_INSTRUCTIONS | in MachOTextSection()355 MachOSection::S_ATTR_PURE_INSTRUCTIONS), in MachOTextSection()[all …]