Searched refs:OSLibNotForSharedCache (Results 1 – 7 of 7) 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()
365 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()
213 BA.OSLibNotForSharedCache = true; in readMachOHeader()