Home
last modified time | relevance | path

Searched refs:PrefixReplace (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/gold/
H A Dgold-plugin.cpp855 StringRef PrefixReplace = options::thinlto_prefix_replace; in getThinLTOOldAndNewPrefix() local
856 assert(PrefixReplace.empty() || PrefixReplace.find(';') != StringRef::npos); in getThinLTOOldAndNewPrefix()
857 auto Split = PrefixReplace.split(';'); in getThinLTOOldAndNewPrefix()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp463 StringRef PrefixReplace = ThinLTOPrefixReplace; in getThinLTOOldAndNewPrefix() local
464 std::pair<StringRef, StringRef> Split = PrefixReplace.split(";"); in getThinLTOOldAndNewPrefix()