OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ToolPath
(Results
1 - 2
of
2
) sorted by null
/development/scripts/
symbol.py
55
def
ToolPath
(tool, toolchain=None):
87
if not os.path.exists(
ToolPath
("addr2line", toolchain)):
192
cmd = [
ToolPath
("addr2line"), "--functions", "--inlines",
262
cmd = [
ToolPath
("objdump"),
323
cmd = [
ToolPath
("c++filt")]
/external/clang/unittests/Tooling/
ToolingTest.cpp
347
SmallString<32>
ToolPath
;
348
llvm::sys::path::append(
ToolPath
, "foo", "bar", Target + "-g++");
351
addTargetAndModeForProgramName(Args,
ToolPath
);
Completed in 52 milliseconds