CompileData(std::mutex* mtx_, Module* rootModule_, std::vector<std::unique_ptr<BoundCompileUnit>>& boundCompileUnits_, std::vector<std::string>& objectFilePaths_, bool& stop_, bool& ready_, int numThreads_, CompileQueue& input_, CompileQueue& output_) |
std::vector<std::unique_ptr<BoundCompileUnit>>& | boundCompileUnits |
std::vector<std::exception_ptr> | exceptions |
CompileQueue& | input |
std::mutex* | mtx |
int | numThreads |
std::vector<std::string>& | objectFilePaths |
CompileQueue& | output |
bool& | ready |
Module* | rootModule |
std::vector<std::string> | sourceFileFilePaths |
bool& | stop |