Home
last modified time | relevance | path

Searched refs:SDKLibraryRootDir (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DPS4CPU.h131 StringRef getSDKLibraryRootDir() const { return SDKLibraryRootDir; } in getSDKLibraryRootDir()
136 std::string SDKLibraryRootDir; variable
H A DPS4CPU.cpp480 OverrideRoot(options::OPT__sysroot_EQ, SDKLibraryRootDir, SDKRootDir); in PS4PS5Base()
482 OverrideRoot(options::OPT_isysroot, SDKHeaderRootDir, SDKLibraryRootDir); in PS4PS5Base()
498 SmallString<128> Dir(SDKLibraryRootDir); in PS4PS5Base()