Home
last modified time | relevance | path

Searched refs:OSLibNotForSharedCache (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStubCommon.h32 OSLibNotForSharedCache = 1U << 4, enumerator
33 LLVM_MARK_AS_BITMASK_ENUM(/*LargestValue=*/OSLibNotForSharedCache),
H A DTextStub.cpp364 TBDFlags::OSLibNotForSharedCache); in bitset()
788 Flags |= TBDFlags::OSLibNotForSharedCache; in NormalizedTBD_V4()
881 (Flags & TBDFlags::OSLibNotForSharedCache)); in denormalize()
H A DRecordsSlice.cpp299 if (BA.OSLibNotForSharedCache && !File->isOSLibNotForSharedCache()) in createInterfaceFile()
H A DTextStubV5.cpp569 TBDFlags::OSLibNotForSharedCache) in getFlags()
661 F->setOSLibNotForSharedCache((Flags & TBDFlags::OSLibNotForSharedCache)); in parseToInterfaceFile()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DRecordsSlice.h153 bool OSLibNotForSharedCache = false; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp211 BA.OSLibNotForSharedCache = true; in readMachOHeader()