Searched refs:OSLibNotForSharedCache (Results 1 – 6 of 6) sorted by relevance
32 OSLibNotForSharedCache = 1U << 4, enumerator33 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()
299 if (BA.OSLibNotForSharedCache && !File->isOSLibNotForSharedCache()) in createInterfaceFile()
569 TBDFlags::OSLibNotForSharedCache) in getFlags()661 F->setOSLibNotForSharedCache((Flags & TBDFlags::OSLibNotForSharedCache)); in parseToInterfaceFile()
153 bool OSLibNotForSharedCache = false; member
211 BA.OSLibNotForSharedCache = true; in readMachOHeader()