Searched refs:NewPrefix (Results 1 – 9 of 9) sorted by relevance
/external/llvm/tools/llvm-lto/ |
D | llvm-lto.cpp | 312 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/ |
D | OptParserEmitter.cpp | 127 unsigned NewPrefix = CurPrefix + 1; in EmitOptParser() local 129 Twine(NewPrefix)).str())).second) in EmitOptParser() 130 CurPrefix = NewPrefix; in EmitOptParser()
|
/external/llvm/tools/gold/ |
D | gold-plugin.cpp | 1275 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/ |
D | Path.cpp | 527 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/ |
D | Path.cpp | 527 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/ |
D | Path.h | 160 const StringRef &NewPrefix);
|
/external/llvm/include/llvm/Support/ |
D | Path.h | 160 const StringRef &NewPrefix);
|
/external/llvm/unittests/Support/ |
D | Path.cpp | 978 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/ |
D | abi-compliance-checker.pl | 6572 my $NewPrefix = $1; 6587 $Prefix = $NewPrefix; # increase prefix
|