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

/freebsd-current/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStubCommon.h32 OSLibNotForSharedCache = 1U << 4,
33 LLVM_MARK_AS_BITMASK_ENUM(/*LargestValue=*/OSLibNotForSharedCache), variable
H A DTextStub.cpp364 TBDFlags::OSLibNotForSharedCache);
788 Flags |= TBDFlags::OSLibNotForSharedCache;
881 (Flags & TBDFlags::OSLibNotForSharedCache));
H A DRecordsSlice.cpp299 if (BA.OSLibNotForSharedCache && !File->isOSLibNotForSharedCache())
H A DTextStubV5.cpp569 TBDFlags::OSLibNotForSharedCache)
661 F->setOSLibNotForSharedCache((Flags & TBDFlags::OSLibNotForSharedCache));
/freebsd-current/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DRecordsSlice.h153 bool OSLibNotForSharedCache = false; member in struct:llvm::MachO::RecordsSlice::BinaryAttrs
/freebsd-current/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp211 BA.OSLibNotForSharedCache = true;

Completed in 200 milliseconds