Home
last modified time | relevance | path

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

12

/netbsd/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCDwarf.cpp753 const MCAsmInfo *asmInfo = Context.getAsmInfo(); in fixedEncode()
860 const MCAsmInfo *asmInfo = context.getAsmInfo(); in EmitGenDwarfAranges()
956 const MCAsmInfo &AsmInfo = *context.getAsmInfo(); in EmitGenDwarfInfo()
1099 const MCAsmInfo *AsmInfo = context.getAsmInfo(); in emitGenDwarfRanges()
1160 const MCAsmInfo *AsmInfo = context.getAsmInfo(); in Emit()
1258 const MCAsmInfo *asmInfo = context.getAsmInfo(); in getDataAlignmentFactor()
1290 const MCAsmInfo *asmInfo = context.getAsmInfo(); in emitFDESymbol()
1304 const MCAsmInfo *asmInfo = context.getAsmInfo(); in EmitPersonality()
1682 const MCAsmInfo *MAI = context.getAsmInfo(); in EmitCIE()
1723 const MCAsmInfo *asmInfo = context.getAsmInfo(); in EmitFDE()
[all …]
H A DMCStreamer.cpp60 Section->PrintSwitchToSection(*Streamer.getContext().getAsmInfo(), in changeSection()
73 Value->print(OS, Streamer.getContext().getAsmInfo()); in emitValue()
78 const MCAsmInfo *MAI = Streamer.getContext().getAsmInfo(); in emitRawBytes()
135 const bool IsLittleEndian = Context.getAsmInfo()->isLittleEndian(); in emitIntValue()
147 const bool IsLittleEndianTarget = Context.getAsmInfo()->isLittleEndian(); in emitIntValue()
263 StringRef Prefix = Context.getAsmInfo()->getPrivateGlobalPrefix(); in getDwarfLineTableSymbol()
443 const MCAsmInfo* MAI = Context.getAsmInfo(); in emitCFIStartProc()
669 const MCAsmInfo *MAI = Context.getAsmInfo(); in EnsureValidWinFrameInfo()
684 const MCAsmInfo *MAI = Context.getAsmInfo(); in EmitWinCFIStartProc()
806 if (!Context.getAsmInfo()->hasCOFFAssociativeComdats()) { in getWinCFISection()
[all …]
H A DMCPseudoProbe.cpp63 Label, MCOS->getContext().getAsmInfo()->getCodePointerSize()); in emit()
H A DMCELFStreamer.cpp96 SwitchSection(Ctx.getAsmInfo()->getNonexecutableStackSection(Ctx)); in InitSections()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp96 Section->PrintSwitchToSection(*getStreamer().getContext().getAsmInfo(), in changeSection()
111 const MCAsmInfo *MAI = Streamer.getContext().getAsmInfo(); in emitRawBytes()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp706 if (Retain && (Ctx.getAsmInfo()->useIntegratedAssembler() || in selectExplicitSectionGlobal()
707 Ctx.getAsmInfo()->binutilsIsAtLeast(2, 36))) in selectExplicitSectionGlobal()
710 if (Ctx.getAsmInfo()->useIntegratedAssembler() || in selectExplicitSectionGlobal()
711 Ctx.getAsmInfo()->binutilsIsAtLeast(2, 35)) { in selectExplicitSectionGlobal()
767 if (!(Ctx.getAsmInfo()->useIntegratedAssembler() || in selectExplicitSectionGlobal()
768 Ctx.getAsmInfo()->binutilsIsAtLeast(2, 35))) { in selectExplicitSectionGlobal()
840 if (Retain && (Ctx.getAsmInfo()->useIntegratedAssembler() || in selectELFSectionForGlobal()
841 Ctx.getAsmInfo()->binutilsIsAtLeast(2, 36))) { in selectELFSectionForGlobal()
923 (getContext().getAsmInfo()->useIntegratedAssembler() && in getSectionForLSDA()
924 getContext().getAsmInfo()->binutilsIsAtLeast(2, 36))) { in getSectionForLSDA()
[all …]
H A DMachineBasicBlock.cpp82 const StringRef Prefix = Ctx.getAsmInfo()->getPrivateLabelPrefix(); in getSymbol()
106 auto Prefix = Ctx.getAsmInfo()->getPrivateLabelPrefix(); in getEndSymbol()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp209 if (!Ctx.getAsmInfo()->canRelaxRelocations()) in getRelocType64()
274 if (!Ctx.getAsmInfo()->canRelaxRelocations()) in getRelocType32()
H A DX86WinCOFFTargetStreamer.cpp102 ProcSym->print(OS, getStreamer().getContext().getAsmInfo()); in emitFPOProc()
120 ProcSym->print(OS, getStreamer().getContext().getAsmInfo()); in emitFPOData()
H A DX86MachObjectWriter.cpp220 if (!Asm.getContext().getAsmInfo()->isSectionAtomizableBySymbols(Sec)) in RecordX86_64Relocation()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.cpp176 const MCAsmInfo *MAI = Streamer.getContext().getAsmInfo(); in emitLocalEntry()
324 const MCAsmInfo *MAI = Streamer.getContext().getAsmInfo(); in emitTCEntry()
H A DPPCMCCodeEmitter.h33 IsLittleEndian(ctx.getAsmInfo()->isLittleEndian()) {} in PPCMCCodeEmitter()
/netbsd/external/apache2/llvm/dist/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp145 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
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCFIException.cpp123 const MCAsmInfo &MAI = *MF->getMMI().getContext().getAsmInfo(); in beginFunction()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/BPF/Disassembler/
H A DBPFDisassembler.cpp168 bool IsLittleEndian = getContext().getAsmInfo()->isLittleEndian(); in getInstruction()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCCodeEmitter.cpp105 Ctx.getAsmInfo()->isLittleEndian() ? support::little in encodeInstruction()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp65 if (!getContext().getAsmInfo()->hasLEB128Directives()) in getCallSiteEncoding()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp54 const bool LittleEndian = getStreamer().getContext().getAsmInfo()->isLittleEndian(); in emitInst()
H A DARMELFStreamer.cpp249 const MCAsmInfo *MAI = Streamer.getContext().getAsmInfo(); in emitThumbSet()
494 const bool LittleEndian = getContext().getAsmInfo()->isLittleEndian(); in emitInst()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp318 if (!Asm.getContext().getAsmInfo()->isSectionAtomizableBySymbols(Sec)) in recordRelocation()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCContext.h420 const MCAsmInfo *getAsmInfo() const { return MAI; } in getAsmInfo() function
/netbsd/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2047 IDVal, getContext().getAsmInfo()->getCodePointerSize()); in parseStatement()
2058 bool IsPow2 = !getContext().getAsmInfo()->getAlignmentIsInBytes(); in parseStatement()
2062 bool IsPow2 = !getContext().getAsmInfo()->getAlignmentIsInBytes(); in parseStatement()
3527 if (getContext().getAsmInfo()->hasSingleParameterDotFile()) in parseDirectiveFile()
6112 OS << Ctx.getAsmInfo()->getPrivateLabelPrefix() << AR.Label; in parseMSInlineAsm()
6142 if (getContext().getAsmInfo()->getAlignmentIsInBytes()) in parseMSInlineAsm()
H A DELFAsmParser.cpp550 if (!getContext().getAsmInfo()->usesSunStyleELFSectionSwitchSyntax() in ParseSectionArguments()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp336 bool isLittleEndian = getContext().getAsmInfo()->isLittleEndian(); in getInstruction()

12