Home
last modified time | relevance | path

Searched defs:BCFile (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DHIPSPV.cpp158 [&](const BitCodeLibraryInfo &BCFile) { in addClangTargetOptions()
H A DAMDGPUOpenMP.cpp128 for (StringRef BCFile : BCLibs) in constructLLVMLinkCommand() local
H A DHIPAMD.cpp249 for (auto BCFile : getHIPDeviceLibs(DriverArgs)) { in addClangTargetOptions() local
H A DAMDGPU.cpp866 for (StringRef BCFile : BCLibs) { in addClangTargetOptions() local
897 auto AddBCLib = [&](StringRef BCFile) { BCLibs.push_back(BCFile.str()); }; in getCommonBitcodeLibs()