Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DLLVMTargetMachine.cpp60 MCAsmInfo *TmpAsmInfo = in initAsmInfo() local
66 assert(TmpAsmInfo && "MCAsmInfo not initialized. " in initAsmInfo()
71 TmpAsmInfo->setUseIntegratedAssembler(false); in initAsmInfo()
73 TmpAsmInfo->setPreserveAsmComments(Options.MCOptions.PreserveAsmComments); in initAsmInfo()
76 TmpAsmInfo->setCompressDebugSections(DebugCompressionType::DCT_ZlibGnu); in initAsmInfo()
78 TmpAsmInfo->setRelaxELFRelocations(Options.RelaxELFRelocations); in initAsmInfo()
81 TmpAsmInfo->setExceptionsType(Options.ExceptionModel); in initAsmInfo()
83 AsmInfo = TmpAsmInfo; in initAsmInfo()