OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PrependMainExecutablePath
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Support/
SystemUtils.cpp
35
///
PrependMainExecutablePath
- Prepend the path to the program being executed
41
sys::Path llvm::
PrependMainExecutablePath
(const std::string &ExeName,
/external/llvm/tools/bugpoint/
ToolRunner.cpp
231
static std::string
PrependMainExecutablePath
(const std::string &ExeName,
255
PrependMainExecutablePath
("lli", Argv0, (void *)(intptr_t) & createLLI);
542
PrependMainExecutablePath
("llc", Argv0, (void *)(intptr_t) & createLLC);
630
PrependMainExecutablePath
("lli", Argv0, (void *)(intptr_t) & createJIT);
[
all
...]
Completed in 134 milliseconds