Searched defs:BitcodeCompiler (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/lld/COFF/ | ||
| H A D | LTO.cpp | 106 BitcodeCompiler::BitcodeCompiler(COFFLinkerContext &c) : ctx(c) { in BitcodeCompiler() function in BitcodeCompiler |
| /freebsd/contrib/llvm-project/lld/MachO/ | ||
| H A D | LTO.cpp | 82 BitcodeCompiler::BitcodeCompiler() { in BitcodeCompiler() function in BitcodeCompiler |
| /freebsd/contrib/llvm-project/lld/ELF/ | ||
| H A D | LTO.cpp | 168 BitcodeCompiler::BitcodeCompiler(Ctx &ctx) : ctx(ctx) { in BitcodeCompiler() function in BitcodeCompiler |
| H A D | Config.h | 50 class BitcodeCompiler; variable |