Searched refs:BitcodeCompiler (Results 1 – 11 of 11) sorted by relevance
46 std::string BitcodeCompiler::getThinLTOOutputFile(StringRef path) { in getThinLTOOutputFile()51 lto::Config BitcodeCompiler::createConfig() { in createConfig()110 BitcodeCompiler::BitcodeCompiler(COFFLinkerContext &c) : ctx(c) { in BitcodeCompiler() function in BitcodeCompiler133 BitcodeCompiler::~BitcodeCompiler() = default;137 void BitcodeCompiler::add(BitcodeFile &f) { in add()172 std::vector<InputFile *> BitcodeCompiler::compile() { in compile()
41 class BitcodeCompiler {43 BitcodeCompiler(COFFLinkerContext &ctx);44 ~BitcodeCompiler();
135 std::unique_ptr<BitcodeCompiler> lto;
891 lto.reset(new BitcodeCompiler(ctx)); in compileBitcodeFiles()
39 class BitcodeCompiler {41 BitcodeCompiler();42 ~BitcodeCompiler();
168 BitcodeCompiler::BitcodeCompiler() { in BitcodeCompiler() function in BitcodeCompiler210 BitcodeCompiler::~BitcodeCompiler() = default;212 void BitcodeCompiler::add(BitcodeFile &f) { in add()306 std::vector<InputFile *> BitcodeCompiler::compile() { in compile()
45 class BitcodeCompiler; variable139 std::unique_ptr<BitcodeCompiler> lto;
2380 lto.reset(new BitcodeCompiler); in compileBitcodeFiles()
29 class BitcodeCompiler {31 BitcodeCompiler();
83 BitcodeCompiler::BitcodeCompiler() { in BitcodeCompiler() function in BitcodeCompiler107 void BitcodeCompiler::add(BitcodeFile &f) { in add()191 std::vector<ObjFile *> BitcodeCompiler::compile() { in compile()
578 auto *lto = make<BitcodeCompiler>(); in compileBitcodeFiles()