Searched defs:litecgOptions (Results 1 – 3 of 3) sorted by relevance
36 const std::vector<std::string> &litecgOptions; variable
40 const std::vector<std::string> &litecgOptions) in LiteCGAssembler()
26 LiteCG::LiteCG(Module &mirModule, const std::vector<std::string> &litecgOptions) : module(mirModule) in LiteCG()