Home
last modified time | relevance | path

Searched refs:getProducedBinaries (Results 1 – 6 of 6) sorted by relevance

/external/llvm/tools/lto/
Dlto.cpp478 return unwrap(cg)->getProducedBinaries().size(); in thinlto_module_get_num_objects()
482 assert(index < unwrap(cg)->getProducedBinaries().size() && "Index overflow"); in thinlto_module_get_object()
483 auto &MemBuffer = unwrap(cg)->getProducedBinaries()[index]; in thinlto_module_get_object()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/lto/
Dlto.cpp511 return unwrap(cg)->getProducedBinaries().size(); in thinlto_module_get_num_objects()
515 assert(index < unwrap(cg)->getProducedBinaries().size() && "Index overflow"); in thinlto_module_get_object()
516 auto &MemBuffer = unwrap(cg)->getProducedBinaries()[index]; in thinlto_module_get_object()
/external/llvm/include/llvm/LTO/legacy/
DThinLTOCodeGenerator.h82 std::vector<std::unique_ptr<MemoryBuffer>> &getProducedBinaries() { in getProducedBinaries() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/legacy/
DThinLTOCodeGenerator.h105 std::vector<std::unique_ptr<MemoryBuffer>> &getProducedBinaries() { in getProducedBinaries() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto/
Dllvm-lto.cpp732 zip(ThinGenerator.getProducedBinaries(), InputFilenames)) { in codegen()
780 auto &Binaries = ThinGenerator.getProducedBinaries(); in runAll()
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp677 auto &Binaries = ThinGenerator.getProducedBinaries(); in runAll()