Searched refs:TmpAsmInfo (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp55 MCAsmInfo *TmpAsmInfo = local
61 assert(TmpAsmInfo && "MCAsmInfo not initialized. "
66 TmpAsmInfo->setUseIntegratedAssembler(false);
69 TmpAsmInfo->setCompressDebugSections(true);
71 AsmInfo = TmpAsmInfo;

Completed in 53 milliseconds