Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lld/COFF/
HDCOFFLinkerContext.h38 std::vector<BitcodeFile *> bitcodeFileInstances; variable
HDSymbolTable.cpp68 ctx.bitcodeFileInstances.push_back(f); in addFile()
446 for (BitcodeFile *file : ctx.bitcodeFileInstances) in reportProblemSymbols()
908 if (ctx.bitcodeFileInstances.empty()) in compileBitcodeFiles()
914 for (BitcodeFile *f : ctx.bitcodeFileInstances) in compileBitcodeFiles()
HDDriver.cpp2431 if (!ctx.bitcodeFileInstances.empty()) { in linkerMain()
2433 ctx.bitcodeFileInstances.front()->obj->getTargetTriple()); in linkerMain()
2487 if (!ctx.bitcodeFileInstances.empty() && !config->forceUnresolved) in linkerMain()