Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp142 static cl::opt<std::string> ThinLTOPrefixReplace( variable
515 assert(ThinLTOPrefixReplace.empty() || in getThinLTOOldAndNewPrefix()
516 ThinLTOPrefixReplace.find(';') != StringRef::npos); in getThinLTOOldAndNewPrefix()
517 StringRef PrefixReplace = ThinLTOPrefixReplace; in getThinLTOOldAndNewPrefix()