Home
last modified time | relevance | path

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

/llvm-project/bolt/lib/RuntimeLibs/
H A DHugifyRuntimeLibrary.cpp62 void HugifyRuntimeLibrary::link(BinaryContext &BC, StringRef ToolPath, in link() argument
H A DRuntimeLibrary.cpp29 std::string RuntimeLibrary::getLibPathByToolPath(StringRef ToolPath, in getLibPath() argument
H A DInstrumentationRuntimeLibrary.cpp198 BinaryContext &BC, StringRef ToolPath, BOLTLinker &Linker, in link() argument
/llvm-project/bolt/include/bolt/Rewrite/
H A DMachORewriteInstance.h35 StringRef ToolPath; variable
H A DRewriteInstance.h437 StringRef ToolPath; global() variable
/llvm-project/bolt/tools/heatmap/
H A Dheatmap.cpp88 std::string ToolPath = GetExecutablePath(argv[0]); in main() local
/llvm-project/bolt/tools/bat-dump/
H A Dbat-dump.cpp166 std::string ToolPath = GetExecutablePath(argv[0]); in main() local
/llvm-project/bolt/lib/Rewrite/
H A DMachORewriteInstance.cpp62 StringRef ToolPath) { in create() argument
72 StringRef ToolPath, Error &Err) in MachORewriteInstance() argument
H A DRewriteInstance.cpp307 create(ELFObjectFileBase * File,const int Argc,const char * const * Argv,StringRef ToolPath,raw_ostream & Stdout,raw_ostream & Stderr) create() argument
318 RewriteInstance(ELFObjectFileBase * File,const int Argc,const char * const * Argv,StringRef ToolPath,raw_ostream & Stdout,raw_ostream & Stderr,Error & Err) RewriteInstance() argument
/llvm-project/clang/lib/Driver/ToolChains/
H A DNaCl.cpp219 std::string ToolPath(getDriver().ResourceDir + "/lib/"); in NaClToolChain() local
/llvm-project/bolt/tools/driver/
H A Dllvm-bolt.cpp192 std::string ToolPath = GetExecutablePath(argv[0]); main() local
/llvm-project/clang/unittests/Tooling/
H A DToolingTest.cpp901 SmallString<32> ToolPath; TEST() local