Home
last modified time | relevance | path

Searched defs:ToolPath (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Rewrite/
H A DMachORewriteInstance.h35 StringRef ToolPath; variable
H A DRewriteInstance.h429 StringRef ToolPath; variable
/llvm-project-15.0.7/bolt/lib/RuntimeLibs/
H A DHugifyRuntimeLibrary.cpp92 void HugifyRuntimeLibrary::link(BinaryContext &BC, StringRef ToolPath, in link()
H A DRuntimeLibrary.cpp27 std::string RuntimeLibrary::getLibPath(StringRef ToolPath, in getLibPath()
H A DInstrumentationRuntimeLibrary.cpp194 BinaryContext &BC, StringRef ToolPath, RuntimeDyld &RTDyld, in link()
/llvm-project-15.0.7/bolt/tools/heatmap/
H A Dheatmap.cpp80 std::string ToolPath = GetExecutablePath(argv[0]); in main() local
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DNaCl.cpp222 std::string ToolPath(getDriver().ResourceDir + "/lib/"); in NaClToolChain() local
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DMachORewriteInstance.cpp88 object::MachOObjectFile *InputFile, StringRef ToolPath) { in createMachORewriteInstance()
98 StringRef ToolPath, Error &Err) in MachORewriteInstance()
H A DRewriteInstance.cpp322 StringRef ToolPath) { in createRewriteInstance()
331 const char *const *Argv, StringRef ToolPath, in RewriteInstance()
/llvm-project-15.0.7/bolt/tools/driver/
H A Dllvm-bolt.cpp187 std::string ToolPath = GetExecutablePath(argv[0]); in main() local
/llvm-project-15.0.7/libc/test/utils/tools/WrapperGen/
H A Dwrappergen_test.cpp27 ToolPath("tool", llvm::cl::desc("Path to the tool executable."), variable
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DToolingTest.cpp871 SmallString<32> ToolPath; in TEST() local