Searched refs:OSLibNotForSharedCache (Results 1 – 7 of 7) sorted by relevance
33 OSLibNotForSharedCache = 1U << 4, enumerator34 LLVM_MARK_AS_BITMASK_ENUM(/*LargestValue=*/OSLibNotForSharedCache),
363 TBDFlags::OSLibNotForSharedCache); in bitset()787 Flags |= TBDFlags::OSLibNotForSharedCache; in NormalizedTBD_V4()880 (Flags & TBDFlags::OSLibNotForSharedCache)); in denormalize()
367 if (BA.OSLibNotForSharedCache && !isOSLibNotForSharedCache()) in setFromBinaryAttrs()
596 TBDFlags::OSLibNotForSharedCache) in getFlags()689 F->setOSLibNotForSharedCache((Flags & TBDFlags::OSLibNotForSharedCache)); in parseToInterfaceFile()
162 bool OSLibNotForSharedCache = false; member
912 if (ProvidedBA.OSLibNotForSharedCache != DylibBA.OSLibNotForSharedCache) { in verifyBinaryAttrs()914 << (ProvidedBA.OSLibNotForSharedCache ? "true" : "false") in verifyBinaryAttrs()915 << (DylibBA.OSLibNotForSharedCache ? "true" : "false"); in verifyBinaryAttrs()
212 BA.OSLibNotForSharedCache = true; in readMachOHeader()