Lines Matching refs:MachOLinkingContext
54 const MachOLinkingContext &ctxt, uint32_t attr,
78 const MachOLinkingContext &ctxt, uint32_t attrs, in SectionInfo()
109 Util(const MachOLinkingContext &ctxt) in Util()
191 const MachOLinkingContext &_ctx;
463 case lld::MachOLinkingContext::OS::unknown: in segmentForName()
464 case lld::MachOLinkingContext::OS::macOSX: in segmentForName()
465 case lld::MachOLinkingContext::OS::iOS_simulator: in segmentForName()
473 case lld::MachOLinkingContext::OS::iOS: in segmentForName()
798 if (_ctx.debugInfoMode() == MachOLinkingContext::DebugInfoMode::noDebugMap) in synthesizeDebugNotes()
993 if ((_ctx.exportMode() == MachOLinkingContext::ExportMode::exported) && in getSymbolTableRegion()
1586 const MachOLinkingContext &context) { in normalizedFromAtoms()
1616 context.os() != MachOLinkingContext::OS::unknown) in normalizedFromAtoms()
1620 ((normFile.os != MachOLinkingContext::OS::unknown) || in normalizedFromAtoms()