Home
last modified time | relevance | path

Searched refs:dylibCompatVersion (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/include/lld/ReaderWriter/
H A DMachOLinkingContext.h377 uint32_t dylibCompatVersion(StringRef installName) const;
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachOLinkingContext.cpp740 uint32_t MachOLinkingContext::dylibCompatVersion(StringRef installName) const { in dylibCompatVersion() function in lld::MachOLinkingContext
H A DMachONormalizedFileFromAtoms.cpp1247 depInfo.compatVersion = _ctx.dylibCompatVersion(dylib->path()); in addDependentDylibs()