Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStubCommon.h33 OSLibNotForSharedCache = 1U << 4, enumerator
34 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 DInterfaceFile.cpp365 if (BA.OSLibNotForSharedCache && !isOSLibNotForSharedCache()) in setFromBinaryAttrs()
H A DTextStubV5.cpp569 TBDFlags::OSLibNotForSharedCache) in getFlags()
661 F->setOSLibNotForSharedCache((Flags & TBDFlags::OSLibNotForSharedCache)); in parseToInterfaceFile()
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DRecordsSlice.h157 bool OSLibNotForSharedCache = false; member
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DDylibVerifier.cpp894 if (ProvidedBA.OSLibNotForSharedCache != DylibBA.OSLibNotForSharedCache) { in verifyBinaryAttrs()
896 << (ProvidedBA.OSLibNotForSharedCache ? "true" : "false") in verifyBinaryAttrs()
897 << (DylibBA.OSLibNotForSharedCache ? "true" : "false"); in verifyBinaryAttrs()
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp213 BA.OSLibNotForSharedCache = true; in readMachOHeader()