Home
last modified time | relevance | path

Searched refs:isOSLibNotForSharedCache (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DInterfaceFile.cpp169 IF->setOSLibNotForSharedCache(isOSLibNotForSharedCache()); in merge()
248 IF->setOSLibNotForSharedCache(isOSLibNotForSharedCache()); in remove()
317 IF->setOSLibNotForSharedCache(isOSLibNotForSharedCache()); in extract()
367 if (BA.OSLibNotForSharedCache && !isOSLibNotForSharedCache()) in setFromBinaryAttrs()
H A DTextStub.cpp786 if (File->isOSLibNotForSharedCache()) in NormalizedTBD_V4()
H A DTextStubV5.cpp982 if (File->isOSLibNotForSharedCache()) in serializeFlags()
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h220 bool isOSLibNotForSharedCache() const { return IsOSLibNotForSharedCache; } in isOSLibNotForSharedCache() function