Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHIPAMD.cpp440 auto AsanRTL = RocmInstallation->getAsanRTLPath(); in getDeviceLibs() local
441 if (AsanRTL.empty()) { in getDeviceLibs()
450 BCLibs.emplace_back(AsanRTL, /*ShouldInternalize=*/false); in getDeviceLibs()
H A DAMDGPU.cpp107 AsanRTL = FilePath; in scanLibDevicePath()