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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp51 MCAsmInfo *TmpAsmInfo = TheTarget.createMCAsmInfo( local
57 assert(TmpAsmInfo && "MCAsmInfo not initialized. "
62 TmpAsmInfo->setUseIntegratedAssembler(false);
64 TmpAsmInfo->setPreserveAsmComments(Options.MCOptions.PreserveAsmComments);
66 TmpAsmInfo->setCompressDebugSections(Options.CompressDebugSections);
68 TmpAsmInfo->setRelaxELFRelocations(Options.RelaxELFRelocations);
71 TmpAsmInfo->setExceptionsType(Options.ExceptionModel);
73 AsmInfo.reset(TmpAsmInfo);

Completed in 98 milliseconds