Searched refs:ass (Results 1 – 2 of 2) sorted by relevance
164 for ass in os.listdir(asserts):165 if os.path.isfile(os.path.join(asserts, ass)):166 with open(os.path.join(asserts, ass), 'r', encoding="utf-8") as file:
316 LLVMAssembler* ass = new LLVMAssembler(m, option); in AddModule() local317 modulePackage_.emplace_back(Module(m, ass)); in AddModule()343 LLVMAssembler* ass = new LLVMAssembler(m, option); in AddModule() local344 modulePackage_.emplace_back(Module(m, ass)); in AddModule()