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.cpp363 TBDFlags::OSLibNotForSharedCache); in bitset()
787 Flags |= TBDFlags::OSLibNotForSharedCache; in NormalizedTBD_V4()
880 (Flags & TBDFlags::OSLibNotForSharedCache)); in denormalize()
H A DInterfaceFile.cpp367 if (BA.OSLibNotForSharedCache && !isOSLibNotForSharedCache()) in setFromBinaryAttrs()
H A DTextStubV5.cpp596 TBDFlags::OSLibNotForSharedCache) in getFlags()
689 F->setOSLibNotForSharedCache((Flags & TBDFlags::OSLibNotForSharedCache)); in parseToInterfaceFile()
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DRecordsSlice.h162 bool OSLibNotForSharedCache = false; member
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DDylibVerifier.cpp912 if (ProvidedBA.OSLibNotForSharedCache != DylibBA.OSLibNotForSharedCache) { in verifyBinaryAttrs()
914 << (ProvidedBA.OSLibNotForSharedCache ? "true" : "false") in verifyBinaryAttrs()
915 << (DylibBA.OSLibNotForSharedCache ? "true" : "false"); in verifyBinaryAttrs()
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp212 BA.OSLibNotForSharedCache = true; in readMachOHeader()