Home
last modified time | relevance | path

Searched defs:LinkerPath (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DUEFI.cpp91 auto LinkerPath = TC.GetProgramPath(Linker.str().c_str()); in ConstructJob() local
H A DCommonArgs.cpp950 const char *LinkerPath = Args.MakeArgString(ToolChain.GetLinkerPath()); in addLTOOptions() local
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp1137 std::string LinkerPath(GetProgramPath(LinkerName.c_str())); GetLinkerPath() local