Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DLTO.cpp76 BitcodeCompiler::BitcodeCompiler() : LTOObj(createLTO()) {} in BitcodeCompiler() function in BitcodeCompiler
78 BitcodeCompiler::~BitcodeCompiler() = default;
82 void BitcodeCompiler::add(BitcodeFile &F) { in add()
109 std::vector<StringRef> BitcodeCompiler::compile() { in compile()
H A DLTO.h41 class BitcodeCompiler {
43 BitcodeCompiler();
44 ~BitcodeCompiler();
H A DSymbolTable.h121 std::unique_ptr<BitcodeCompiler> LTO;
H A DSymbolTable.cpp529 LTO.reset(new BitcodeCompiler); in compileBitcodeFiles()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLTO.h44 class BitcodeCompiler {
46 BitcodeCompiler();
47 ~BitcodeCompiler();
H A DLTO.cpp120 BitcodeCompiler::BitcodeCompiler() { in BitcodeCompiler() function in BitcodeCompiler
148 BitcodeCompiler::~BitcodeCompiler() = default;
155 void BitcodeCompiler::add(BitcodeFile &F) { in add()
225 std::vector<InputFile *> BitcodeCompiler::compile() { in compile()
H A DSymbolTable.h119 std::unique_ptr<BitcodeCompiler> LTO;
H A DSymbolTable.cpp140 LTO.reset(new BitcodeCompiler); in addCombinedLTOObject()