HomeSort by relevance Sort by last modified time
    Searched refs:ToolPath (Results 1 - 13 of 13) sorted by null

  /development/scripts/
architecture.py 38 return [symbol.ToolPath(ASSEMBLE)] + self.options.get(ASSEMBLE, []) + args
42 return [symbol.ToolPath(LINK)] + self.options.get(LINK, []) + args
46 return ([symbol.ToolPath(DISASSEMBLE)] + self.options.get(DISASSEMBLE, []) +
symbol.py 138 def ToolPath(tool, toolchain=None):
170 if not os.path.exists(ToolPath("addr2line", toolchain)):
301 cmd = [ToolPath("addr2line"), "--functions", "--inlines",
394 cmd = [ToolPath("objdump"),
458 cmd = [ToolPath("c++filt")]
  /build/soong/cc/config/
toolchain.go 50 ToolPath() string
145 func (t toolchainBase) ToolPath() string {
227 func ToolPath(t Toolchain) string {
228 if p := t.ToolPath(); p != "" {
x86_darwin_host.go 223 func (t *toolchainDarwin) ToolPath() string {
  /external/libchrome/build/android/pylib/constants/
host_paths.py 54 # Cache used to speed up the results of ToolPath()
56 # Useful because ToolPath() is called repeatedly for demangling C++ symbols.
60 def ToolPath(tool, cpu_arch):
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
VpdInfoFile.py 222 # @param ToolPath The string path name for BPDG tool
225 def CallExtenalBPDGTool(ToolPath, VpdFileName):
226 assert ToolPath != None, "Invalid parameter ToolPath"
236 PopenObject = subprocess.Popen(' '.join([ToolPath,
  /external/clang/unittests/Tooling/
ToolingTest.cpp 402 SmallString<32> ToolPath;
403 llvm::sys::path::append(ToolPath, "foo", "bar", Target + "-g++");
406 addTargetAndModeForProgramName(Args, ToolPath);
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
GenFds.py 456 ToolPath = ToolDefinition.get(Key + \
468 ToolPathTmp = ToolPath
470 if ToolPathTmp != ToolPath:
471 EdkLogger.error("GenFds", GENFDS_ERROR, "Don't know which tool to use, %s or %s ?" % (ToolPathTmp, ToolPath))
    [all...]
GenFdsGlobalVariable.py 583 def GuidTool(Output, Input, ToolPath, Options='', returnValue=[]):
588 Cmd = [ToolPath, ]
593 GenFdsGlobalVariable.CallExternalTool(Cmd, "Failed to call " + ToolPath, returnValue)
  /build/soong/cc/
makevars.go 238 clangExtras += " -B" + config.ToolPath(toolchain)
compiler.go 372 gccPrefix := "-B" + config.ToolPath(tc)
  /external/clang/lib/Driver/
ToolChains.cpp     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
AutoGen.py     [all...]

Completed in 315 milliseconds