Searched refs:thinlto_prefix_replace (Results 1 – 4 of 4) sorted by relevance
4 ; RUN: opt -module-summary %s -o %t/oldpath/thinlto_prefix_replace.o8 ; RUN: rm -f %t/newpath/thinlto_prefix_replace.o.thinlto.bc9 …lace="%t/oldpath/;%t/newpath/" -shared %t/oldpath/thinlto_prefix_replace.o -o %t/thinlto_prefix_re…10 ; RUN: ls %t/newpath/thinlto_prefix_replace.o.thinlto.bc13 ; RUN: rm -f %t/newpath/thinlto_prefix_replace.o.thinlto.bc14 …lace="%t/oldpath/;%t/newpath/" -shared %t/oldpath/thinlto_prefix_replace.o -o %t/thinlto_prefix_re…15 ; RUN: ls %t/newpath/thinlto_prefix_replace.o.thinlto.bc18 ; RUN: rm -f %t/newpath/thinlto_prefix_replace.o.thinlto.bc19 …y --plugin-opt=thinlto-prefix-replace=abc:def -shared %t/oldpath/thinlto_prefix_replace.o -o /dev/…
3 ; RUN: opt -module-summary %s -o %t/oldpath/thinlto_prefix_replace.o6 ; RUN: rm -f %t/newpath/thinlto_prefix_replace.o.thinlto.bc11 ; RUN: -shared %t/oldpath/thinlto_prefix_replace.o -o %t/thinlto_prefix_replace12 ; RUN: ls %t/newpath/thinlto_prefix_replace.o.thinlto.bc
186 static std::string thinlto_prefix_replace; variable257 thinlto_prefix_replace = std::string(opt); in process_plugin_option()258 if (thinlto_prefix_replace.find(';') == std::string::npos) in process_plugin_option()867 StringRef PrefixReplace = options::thinlto_prefix_replace; in getThinLTOOldAndNewPrefix()
251 def thinlto_prefix_replace: P<