Home
last modified time | relevance | path

Searched refs:MachOSection (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/diagnostics/
Dgdb-jit.cc39 class MachOSection;
41 using DebugSection = MachOSection;
222 class MachOSection : public DebugSectionBase<MachOSectionHeader> { class
232 MachOSection(const char* name, const char* segment, uint32_t align, in MachOSection() function in v8::internal::GDBJITInterface::MachOSection
241 ~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 …]