Lines Matching refs:MachOLinkingContext
55 const MachOLinkingContext &ctxt, uint32_t attr,
79 const MachOLinkingContext &ctxt, uint32_t attrs, in SectionInfo()
110 Util(const MachOLinkingContext &ctxt) in Util()
192 const MachOLinkingContext &_ctx;
464 case lld::MachOLinkingContext::OS::unknown: in segmentForName()
465 case lld::MachOLinkingContext::OS::macOSX: in segmentForName()
466 case lld::MachOLinkingContext::OS::iOS_simulator: in segmentForName()
474 case lld::MachOLinkingContext::OS::iOS: in segmentForName()
798 if (_ctx.debugInfoMode() == MachOLinkingContext::DebugInfoMode::noDebugMap) in synthesizeDebugNotes()
993 if ((_ctx.exportMode() == MachOLinkingContext::ExportMode::whiteList) && in getSymbolTableRegion()
1586 const MachOLinkingContext &context) { in normalizedFromAtoms()
1616 context.os() != MachOLinkingContext::OS::unknown) in normalizedFromAtoms()
1620 ((normFile.os != MachOLinkingContext::OS::unknown) || in normalizedFromAtoms()