Home
last modified time | relevance | path

Searched refs:getAsmInfo (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp63 S.emitInt8(S.getContext().getAsmInfo()->getCodePointerSize()); in emitListsTableHeaderStart()
70 unsigned MinInsnLength = Context.getAsmInfo()->getMinInstAlignment(); in ScaleAddrDelta()
81 UseRelocs = Ctx.getAsmInfo()->doesDwarfUseRelocationsAcrossSections(); in MCDwarfLineStr()
191 const MCAsmInfo *asmInfo = MCOS->getContext().getAsmInfo(); in emitOne()
323 if (Context.getAsmInfo()->hasAggressiveSymbolFolding()) in forceExpAbs()
364 if (Ctx.getAsmInfo()->needsDwarfSectionOffsetDirective()) { in emitRef()
517 MCOS->emitInt8(context.getAsmInfo()->getCodePointerSize()); in Emit()
532 MCOS->emitInt8(context.getAsmInfo()->getMinInstAlignment()); in Emit()
847 const MCAsmInfo *asmInfo = context.getAsmInfo(); in EmitGenDwarfAranges()
943 const MCAsmInfo &AsmInfo = *context.getAsmInfo(); in EmitGenDwarfInfo()
[all …]
H A DMCStreamer.cpp62 Section->printSwitchToSection(*Streamer.getContext().getAsmInfo(), in changeSection()
75 Value->print(OS, Streamer.getContext().getAsmInfo()); in emitValue()
80 const MCAsmInfo *MAI = Streamer.getContext().getAsmInfo(); in emitRawBytes()
137 const bool IsLittleEndian = Context.getAsmInfo()->isLittleEndian(); in emitIntValue()
149 const bool IsLittleEndianTarget = Context.getAsmInfo()->isLittleEndian(); in emitIntValue()
273 StringRef Prefix = Context.getAsmInfo()->getPrivateGlobalPrefix(); in getDwarfLineTableSymbol()
448 const MCAsmInfo* MAI = Context.getAsmInfo(); in emitCFIStartProc()
700 const MCAsmInfo *MAI = Context.getAsmInfo(); in EnsureValidWinFrameInfo()
715 const MCAsmInfo *MAI = Context.getAsmInfo(); in emitWinCFIStartProc()
837 if (!Context.getAsmInfo()->hasCOFFAssociativeComdats()) { in getWinCFISection()
[all …]
H A DMCELFStreamer.cpp64 switchSection(Ctx.getAsmInfo()->getNonexecutableStackSection(Ctx)); in initSections()
H A DMCAsmStreamer.cpp78 MAI(Context.getAsmInfo()), InstPrinter(printer), in MCAsmStreamer()
106 Context.getAsmInfo()->enableDwarfFileDirectoryDefault(); in MCAsmStreamer()
2600 const MCAsmInfo *AsmInfo = Ctx.getAsmInfo(); in emitDwarfLineEndEntry()
H A DMCObjectStreamer.cpp482 const MCAsmInfo *AsmInfo = Ctx.getAsmInfo(); in emitDwarfLineEndEntry()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp97 Section->printSwitchToSection(*getStreamer().getContext().getAsmInfo(), in changeSection()
112 const MCAsmInfo *MAI = Streamer.getContext().getAsmInfo(); in emitRawBytes()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp133 if (Ctx.getAsmInfo()->getExceptionHandlingType() == ExceptionHandling::ARM) in Initialize()
712 else if (Ctx.getAsmInfo()->useIntegratedAssembler() || in calcUniqueIDUpdateFlagsAndSize()
713 Ctx.getAsmInfo()->binutilsIsAtLeast(2, 36)) in calcUniqueIDUpdateFlagsAndSize()
724 const bool SupportsUnique = Ctx.getAsmInfo()->useIntegratedAssembler() || in calcUniqueIDUpdateFlagsAndSize()
725 Ctx.getAsmInfo()->binutilsIsAtLeast(2, 35); in calcUniqueIDUpdateFlagsAndSize()
828 if (!(Ctx.getAsmInfo()->useIntegratedAssembler() || in selectExplicitSectionGlobal()
829 Ctx.getAsmInfo()->binutilsIsAtLeast(2, 35))) { in selectExplicitSectionGlobal()
900 } else if (Ctx.getAsmInfo()->useIntegratedAssembler() || in selectELFSectionForGlobal()
901 Ctx.getAsmInfo()->binutilsIsAtLeast(2, 36)) { in selectELFSectionForGlobal()
984 (getContext().getAsmInfo()->useIntegratedAssembler() && in getSectionForLSDA()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp144 const MCAsmInfo *MAI = DC->getAsmInfo(); in emitComments()
321 const MCAsmInfo *MAI = DC->getAsmInfo(); in LLVMSetDisasmOptions()
H A DDisassembler.h110 const MCAsmInfo *getAsmInfo() const { return MAI.get(); } in getAsmInfo() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDKernelCodeTUtils.cpp236 Value->print(OS, Ctx.getAsmInfo()); in printField()
281 Value->print(OS, Ctx.getAsmInfo()); \ in getPrinterTable()
473 Value->print(OS, Ctx.getAsmInfo()); in EmitKernelCodeT()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCFIException.cpp93 const MCAsmInfo &MAI = *MF->getContext().getAsmInfo(); in beginFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFTargetStreamer.cpp103 ProcSym->print(OS, getStreamer().getContext().getAsmInfo()); in emitFPOProc()
121 ProcSym->print(OS, getStreamer().getContext().getAsmInfo()); in emitFPOData()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.cpp270 const MCAsmInfo *MAI = Streamer.getContext().getAsmInfo(); in emitLocalEntry()
418 const MCAsmInfo *MAI = Streamer.getContext().getAsmInfo(); in emitTCEntry()
H A DPPCMCCodeEmitter.h33 IsLittleEndian(ctx.getAsmInfo()->isLittleEndian()) {} in PPCMCCodeEmitter()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.cpp347 unsigned PtrSize = C.getAsmInfo()->getCodePointerSize(); in relaxDwarfLineAddr()
399 assert(Asm.getContext().getAsmInfo()->getMinInstAlignment() == 1 && in relaxDwarfCFA()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/Disassembler/
H A DBPFDisassembler.cpp169 bool IsLittleEndian = getContext().getAsmInfo()->isLittleEndian(); in getInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCCodeEmitter.cpp96 Ctx.getAsmInfo()->isLittleEndian() in encodeInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp237 unsigned PtrSize = C.getAsmInfo()->getCodePointerSize(); in relaxDwarfLineAddr()
289 assert(Asm.getContext().getAsmInfo()->getMinInstAlignment() == 1 && in relaxDwarfCFA()
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp63 if (!getContext().getAsmInfo()->hasLEB128Directives()) in getCallSiteEncoding()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp55 const bool LittleEndian = getStreamer().getContext().getAsmInfo()->isLittleEndian(); in emitInst()
H A DARMELFStreamer.cpp263 const MCAsmInfo *MAI = Streamer.getContext().getAsmInfo(); in emitThumbSet()
508 const bool LittleEndian = getContext().getAsmInfo()->isLittleEndian(); in emitInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp293 bool isLittleEndian = getContext().getAsmInfo()->isLittleEndian(); in getInstruction()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2057 IDVal, getContext().getAsmInfo()->getCodePointerSize()); in parseStatement()
2068 bool IsPow2 = !getContext().getAsmInfo()->getAlignmentIsInBytes(); in parseStatement()
2072 bool IsPow2 = !getContext().getAsmInfo()->getAlignmentIsInBytes(); in parseStatement()
3581 if (getContext().getAsmInfo()->hasSingleParameterDotFile()) in parseDirectiveFile()
6189 OS << Ctx.getAsmInfo()->getPrivateLabelPrefix() << AR.Label; in parseMSInlineAsm()
6225 if (getContext().getAsmInfo()->getAlignmentIsInBytes()) in parseMSInlineAsm()
6281 getContext().getAsmInfo()->shouldEmitLabelsInUpperCase() in parseAsHLASMLabel()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h412 const MCAsmInfo *getAsmInfo() const { return MAI; } in getAsmInfo() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2125 outs() << DT->Context->getAsmInfo()->getCommentString() in disassembleObject()
2131 outs() << DT->Context->getAsmInfo()->getCommentString() in disassembleObject()
2492 assert(DT->Context->getAsmInfo()); in disassembleObject()
2493 emitPostInstructionInfo(FOS, *DT->Context->getAsmInfo(), in disassembleObject()

12