Home
last modified time | relevance | path

Searched refs:getProducedBinaryFiles (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/lto/
H A Dlto.cpp566 return unwrap(cg)->getProducedBinaryFiles().size(); in thinlto_module_get_num_object_files()
570 assert(index < unwrap(cg)->getProducedBinaryFiles().size() && in thinlto_module_get_object_file()
572 return unwrap(cg)->getProducedBinaryFiles()[index].c_str(); in thinlto_module_get_object_file()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h97 std::vector<std::string> &getProducedBinaryFiles() { in getProducedBinaryFiles() function