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

  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 301 sys::Path aPath(Filename);
303 if (sys::fs::exists(aPath.str(), exists) || !exists)
306 if (Filename == "-" || aPath.isBitcodeFile()) {
320 } else if (aPath.isArchive()) {
333 } else if (aPath.isObjectFile()) {
335 if (error_code ec = object::createBinary(aPath.str(), obj)) {
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 310 sys::Path aPath;
311 if (!aPath.set(Members[i]))
315 if (sys::fs::exists(aPath.str(), Exists) || !Exists)
318 sys::PathWithStatus PwS(aPath);
324 if (recurseDirectories(aPath, dirpaths, ErrMsg))
328 Paths.insert(aPath);
331 Paths.insert(aPath);

Completed in 56 milliseconds