Searched defs:NewPrefix (Results 1 - 3 of 3) sorted by relevance

/external/llvm/utils/TableGen/
H A DOptParserEmitter.cpp127 unsigned NewPrefix = CurPrefix + 1; local
129 Twine(NewPrefix)).str())).second)
130 CurPrefix = NewPrefix;
/external/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp310 /// \p NewPrefix strings, if it was specified.
312 std::string &NewPrefix) {
318 NewPrefix = Split.second.str();
322 /// prefix matching \p OldPrefix with \p NewPrefix. Also, create the
326 const std::string &NewPrefix) {
327 if (OldPrefix.empty() && NewPrefix.empty())
330 llvm::sys::path::replace_path_prefix(NewPath, OldPrefix, NewPrefix);
467 std::string OldPrefix, NewPrefix; local
468 getThinLTOOldAndNewPrefix(OldPrefix, NewPrefix);
482 OutputName = getThinLTOOutputFile(OutputName, OldPrefix, NewPrefix);
311 getThinLTOOldAndNewPrefix(std::string &OldPrefix, std::string &NewPrefix) argument
324 getThinLTOOutputFile(const std::string &Path, const std::string &OldPrefix, const std::string &NewPrefix) argument
499 std::string OldPrefix, NewPrefix; local
[all...]
/external/llvm/tools/gold/
H A Dgold-plugin.cpp1273 /// \p NewPrefix strings, if it was specified.
1275 std::string &NewPrefix) {
1280 NewPrefix = Split.second.str();
1284 /// prefix matching \p OldPrefix with \p NewPrefix. Also, create the
1288 const std::string &NewPrefix) {
1289 if (OldPrefix.empty() && NewPrefix.empty())
1292 llvm::sys::path::replace_path_prefix(NewPath, OldPrefix, NewPrefix);
1409 std::string OldPrefix, NewPrefix; local
1410 getThinLTOOldAndNewPrefix(OldPrefix, NewPrefix);
1419 getThinLTOOutputFile(F.name, OldPrefix, NewPrefix);
1274 getThinLTOOldAndNewPrefix(std::string &OldPrefix, std::string &NewPrefix) argument
1286 getThinLTOOutputFile(const std::string &Path, const std::string &OldPrefix, const std::string &NewPrefix) argument
[all...]

Completed in 253 milliseconds