Searched refs:UseIntegratedAssembler (Results 1 – 2 of 2) sorted by relevance
94 bool UseIntegratedAssembler = false);156 bool UseIntegratedAssembler; variable162 UseIntegratedAssembler(useIntegratedAssembler) { in LLC()
477 const char *Suffix = (UseIntegratedAssembler ? ".llc.o" : ".llc.s"); in OutputCode()498 if (UseIntegratedAssembler) in OutputCode()503 outs() << (UseIntegratedAssembler ? "<llc-ia>" : "<llc>"); in OutputCode()515 return UseIntegratedAssembler ? GCC::ObjectFile : GCC::AsmFile; in OutputCode()556 bool UseIntegratedAssembler) { in createLLC() argument570 return new LLC(LLCPath, gcc, Args, UseIntegratedAssembler); in createLLC()