Home
last modified time | relevance | path

Searched refs:NewPrefix (Results 1 – 9 of 9) sorted by relevance

/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp312 std::string &NewPrefix) { in getThinLTOOldAndNewPrefix() argument
318 NewPrefix = Split.second.str(); in getThinLTOOldAndNewPrefix()
326 const std::string &NewPrefix) { in getThinLTOOutputFile() argument
327 if (OldPrefix.empty() && NewPrefix.empty()) in getThinLTOOutputFile()
330 llvm::sys::path::replace_path_prefix(NewPath, OldPrefix, NewPrefix); in getThinLTOOutputFile()
467 std::string OldPrefix, NewPrefix; in distributedIndexes() local
468 getThinLTOOldAndNewPrefix(OldPrefix, NewPrefix); in distributedIndexes()
482 OutputName = getThinLTOOutputFile(OutputName, OldPrefix, NewPrefix); in distributedIndexes()
499 std::string OldPrefix, NewPrefix; in emitImports() local
500 getThinLTOOldAndNewPrefix(OldPrefix, NewPrefix); in emitImports()
[all …]
/external/llvm/utils/TableGen/
DOptParserEmitter.cpp127 unsigned NewPrefix = CurPrefix + 1; in EmitOptParser() local
129 Twine(NewPrefix)).str())).second) in EmitOptParser()
130 CurPrefix = NewPrefix; in EmitOptParser()
/external/llvm/tools/gold/
Dgold-plugin.cpp1275 std::string &NewPrefix) { in getThinLTOOldAndNewPrefix() argument
1280 NewPrefix = Split.second.str(); in getThinLTOOldAndNewPrefix()
1288 const std::string &NewPrefix) { in getThinLTOOutputFile() argument
1289 if (OldPrefix.empty() && NewPrefix.empty()) in getThinLTOOutputFile()
1292 llvm::sys::path::replace_path_prefix(NewPath, OldPrefix, NewPrefix); in getThinLTOOutputFile()
1409 std::string OldPrefix, NewPrefix; in thinLTOLink() local
1410 getThinLTOOldAndNewPrefix(OldPrefix, NewPrefix); in thinLTOLink()
1419 getThinLTOOutputFile(F.name, OldPrefix, NewPrefix); in thinLTOLink()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp527 const StringRef &NewPrefix) { in replace_path_prefix() argument
528 if (OldPrefix.empty() && NewPrefix.empty()) in replace_path_prefix()
536 if (OldPrefix.size() == NewPrefix.size()) { in replace_path_prefix()
537 std::copy(NewPrefix.begin(), NewPrefix.end(), Path.begin()); in replace_path_prefix()
543 path::append(NewPath, NewPrefix); in replace_path_prefix()
/external/llvm/lib/Support/
DPath.cpp527 const StringRef &NewPrefix) { in replace_path_prefix() argument
528 if (OldPrefix.empty() && NewPrefix.empty()) in replace_path_prefix()
536 if (OldPrefix.size() == NewPrefix.size()) { in replace_path_prefix()
537 std::copy(NewPrefix.begin(), NewPrefix.end(), Path.begin()); in replace_path_prefix()
543 path::append(NewPath, NewPrefix); in replace_path_prefix()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DPath.h160 const StringRef &NewPrefix);
/external/llvm/include/llvm/Support/
DPath.h160 const StringRef &NewPrefix);
/external/llvm/unittests/Support/
DPath.cpp978 SmallString<64> NewPrefix("/new"); in TEST() local
983 path::replace_path_prefix(Path, OldPrefix, NewPrefix); in TEST()
986 path::replace_path_prefix(Path, OldPrefix, NewPrefix); in TEST()
992 path::replace_path_prefix(Path, EmptyPrefix, NewPrefix); in TEST()
/external/abi-compliance-checker/
Dabi-compliance-checker.pl6572 my $NewPrefix = $1;
6587 $Prefix = $NewPrefix; # increase prefix