Searched refs:OSLibNotForSharedCache (Results 1 – 9 of 9) sorted by relevance
33 OSLibNotForSharedCache = 1U << 4, enumerator34 LLVM_MARK_AS_BITMASK_ENUM(/*LargestValue=*/OSLibNotForSharedCache),
364 TBDFlags::OSLibNotForSharedCache); in bitset()788 Flags |= TBDFlags::OSLibNotForSharedCache; in NormalizedTBD_V4()881 (Flags & TBDFlags::OSLibNotForSharedCache)); in denormalize()
373 if (BA.OSLibNotForSharedCache && !isOSLibNotForSharedCache()) in setFromBinaryAttrs()
569 TBDFlags::OSLibNotForSharedCache) in getFlags()661 F->setOSLibNotForSharedCache((Flags & TBDFlags::OSLibNotForSharedCache)); in parseToInterfaceFile()
157 bool OSLibNotForSharedCache = false; member
894 if (ProvidedBA.OSLibNotForSharedCache != DylibBA.OSLibNotForSharedCache) { in verifyBinaryAttrs() 896 << (ProvidedBA.OSLibNotForSharedCache ? "true" : "false") in verifyBinaryAttrs() 897 << (DylibBA.OSLibNotForSharedCache ? "true" : "false"); in verifyBinaryAttrs()
135 bool OSLibNotForSharedCache = false; member
607 LinkerOpts.OSLibNotForSharedCache = in processAndFilterOutInstallAPIOptions() 850 Ctx.BA.OSLibNotForSharedCache = LinkerOpts.OSLibNotForSharedCache; in getReexportedLibraries()
213 BA.OSLibNotForSharedCache = true; in readMachOHeader()