Searched defs:ToolPath (Results 1 – 12 of 12) sorted by relevance
/llvm-project/bolt/lib/RuntimeLibs/ |
H A D | HugifyRuntimeLibrary.cpp | 62 void HugifyRuntimeLibrary::link(BinaryContext &BC, StringRef ToolPath, in link() argument
|
H A D | RuntimeLibrary.cpp | 29 std::string RuntimeLibrary::getLibPathByToolPath(StringRef ToolPath, in getLibPath() argument
|
H A D | InstrumentationRuntimeLibrary.cpp | 198 BinaryContext &BC, StringRef ToolPath, BOLTLinker &Linker, in link() argument
|
/llvm-project/bolt/include/bolt/Rewrite/ |
H A D | MachORewriteInstance.h | 35 StringRef ToolPath; variable
|
H A D | RewriteInstance.h | 437 StringRef ToolPath; global() variable
|
/llvm-project/bolt/tools/heatmap/ |
H A D | heatmap.cpp | 88 std::string ToolPath = GetExecutablePath(argv[0]); in main() local
|
/llvm-project/bolt/tools/bat-dump/ |
H A D | bat-dump.cpp | 166 std::string ToolPath = GetExecutablePath(argv[0]); in main() local
|
/llvm-project/bolt/lib/Rewrite/ |
H A D | MachORewriteInstance.cpp | 62 StringRef ToolPath) { in create() argument 72 StringRef ToolPath, Error &Err) in MachORewriteInstance() argument
|
H A D | RewriteInstance.cpp | 307 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 D | NaCl.cpp | 219 std::string ToolPath(getDriver().ResourceDir + "/lib/"); in NaClToolChain() local
|
/llvm-project/bolt/tools/driver/ |
H A D | llvm-bolt.cpp | 192 std::string ToolPath = GetExecutablePath(argv[0]); main() local
|
/llvm-project/clang/unittests/Tooling/ |
H A D | ToolingTest.cpp | 901 SmallString<32> ToolPath; TEST() local
|