Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCDwarf.cpp58 UseRelocs = Ctx.getAsmInfo()->doesDwarfUseRelocationsAcrossSections(); in MCDwarfLineStr()
72 unsigned MinInsnLength = Context.getAsmInfo()->getMinInstAlignment(); in ScaleAddrDelta()
204 const MCAsmInfo *asmInfo = MCOS->getContext().getAsmInfo(); in EmitDwarfLineTable()
224 const MCAsmInfo *AsmInfo = Ctx.getAsmInfo(); in EmitDwarfLineTable()
297 if (Context.getAsmInfo()->hasAggressiveSymbolFolding()) in forceExpAbs()
478 MCOS->EmitIntValue(context.getAsmInfo()->getCodePointerSize(), 1); in Emit()
494 MCOS->EmitIntValue(context.getAsmInfo()->getMinInstAlignment(), 1); in Emit()
759 const MCAsmInfo *asmInfo = Context.getAsmInfo(); in FixedEncode()
868 const MCAsmInfo *asmInfo = context.getAsmInfo(); in EmitGenDwarfAranges()
951 const MCAsmInfo &AsmInfo = *context.getAsmInfo(); in EmitGenDwarfInfo()
[all …]
DMCStreamer.cpp60 *Streamer.getContext().getAsmInfo(), in changeSection()
73 Value->print(OS, Streamer.getContext().getAsmInfo()); in emitValue()
78 const MCAsmInfo *MAI = Streamer.getContext().getAsmInfo(); in emitRawBytes()
136 const bool isLittleEndian = Context.getAsmInfo()->isLittleEndian(); in EmitIntValue()
250 StringRef Prefix = Context.getAsmInfo()->getPrivateGlobalPrefix(); in getDwarfLineTableSymbol()
431 const MCAsmInfo* MAI = Context.getAsmInfo(); in EmitCFIStartProc()
657 const MCAsmInfo *MAI = Context.getAsmInfo(); in EnsureValidWinFrameInfo()
672 const MCAsmInfo *MAI = Context.getAsmInfo(); in EmitWinCFIStartProc()
786 if (!Context.getAsmInfo()->hasCOFFAssociativeComdats()) { in getWinCFISection()
1029 const MCAsmInfo *MAI = Context.getAsmInfo(); in emitAbsoluteSymbolDiff()
DMCELFStreamer.cpp96 SwitchSection(Ctx.getAsmInfo()->getNonexecutableStackSection(Ctx)); in InitSections()
DMCExpr.cpp188 return new (Ctx) MCSymbolRefExpr(Sym, Kind, Ctx.getAsmInfo(), Loc); in create()
DMCObjectFileInfo.cpp311 FDECFIEncoding = Ctx->getAsmInfo()->getCodePointerSize() == 4 in initELFMCObjectFileInfo()
DMCAssembler.cpp183 if (!getContext().getAsmInfo()->isSectionAtomizableBySymbols( in getAtom()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCTargetDesc.cpp110 const MCAsmInfo *MAI = Streamer.getContext().getAsmInfo(); in emitTCEntry()
129 const MCAsmInfo *MAI = Streamer.getContext().getAsmInfo(); in emitLocalEntry()
249 const MCAsmInfo *MAI = Streamer.getContext().getAsmInfo(); in emitTCEntry()
DPPCMCCodeEmitter.h33 IsLittleEndian(ctx.getAsmInfo()->isLittleEndian()) {} in PPCMCCodeEmitter()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXTargetStreamer.cpp96 Section->PrintSwitchToSection(*getStreamer().getContext().getAsmInfo(), in changeSection()
110 const MCAsmInfo *MAI = Streamer.getContext().getAsmInfo(); in emitRawBytes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/
DDisassembler.cpp144 const MCAsmInfo *MAI = DC->getAsmInfo(); in emitComments()
320 const MCAsmInfo *MAI = DC->getAsmInfo(); in LLVMSetDisasmOptions()
DDisassembler.h110 const MCAsmInfo *getAsmInfo() const { return MAI.get(); } in getAsmInfo() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86ELFObjectWriter.cpp203 if (!Ctx.getAsmInfo()->canRelaxRelocations()) in getRelocType64()
265 if (!Ctx.getAsmInfo()->canRelaxRelocations()) in getRelocType32()
DX86WinCOFFTargetStreamer.cpp102 ProcSym->print(OS, getStreamer().getContext().getAsmInfo()); in emitFPOProc()
120 ProcSym->print(OS, getStreamer().getContext().getAsmInfo()); in emitFPOData()
DX86MachObjectWriter.cpp220 if (!Asm.getContext().getAsmInfo()->isSectionAtomizableBySymbols(Sec)) in RecordX86_64Relocation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCFIException.cpp124 shouldEmitCFI = MF->getMMI().getContext().getAsmInfo()->usesCFIForEH() && in beginFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/Disassembler/
DBPFDisassembler.cpp165 bool IsLittleEndian = getContext().getAsmInfo()->isLittleEndian(); in getInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/MCTargetDesc/
DSparcMCCodeEmitter.cpp102 Ctx.getAsmInfo()->isLittleEndian() ? support::little in encodeInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMTargetStreamer.cpp54 const bool LittleEndian = getStreamer().getContext().getAsmInfo()->isLittleEndian(); in emitInst()
DARMELFStreamer.cpp245 const MCAsmInfo *MAI = Streamer.getContext().getAsmInfo(); in emitThumbSet()
502 const bool LittleEndian = getContext().getAsmInfo()->isLittleEndian(); in emitInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp318 if (!Asm.getContext().getAsmInfo()->isSectionAtomizableBySymbols(Sec)) in recordRelocation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCContext.h318 const MCAsmInfo *getAsmInfo() const { return MAI; } in getAsmInfo() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp1962 IDVal, getContext().getAsmInfo()->getCodePointerSize()); in parseStatement()
1973 bool IsPow2 = !getContext().getAsmInfo()->getAlignmentIsInBytes(); in parseStatement()
1977 bool IsPow2 = !getContext().getAsmInfo()->getAlignmentIsInBytes(); in parseStatement()
3421 if (getContext().getAsmInfo()->hasSingleParameterDotFile()) in parseDirectiveFile()
5963 OS << Ctx.getAsmInfo()->getPrivateLabelPrefix() << AR.Label; in parseMSInlineAsm()
5993 if (getContext().getAsmInfo()->getAlignmentIsInBytes()) in parseMSInlineAsm()
DELFAsmParser.cpp531 if (!getContext().getAsmInfo()->usesSunStyleELFSectionSwitchSyntax() in ParseSectionArguments()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp106 if (Ctx.getAsmInfo()->getExceptionHandlingType() == ExceptionHandling::ARM) in Initialize()
1635 getContext().getAsmInfo()->hasCOFFComdatConstants()) { in getSectionForConstant()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/Disassembler/
DSparcDisassembler.cpp336 bool isLittleEndian = getContext().getAsmInfo()->isLittleEndian(); in getInstruction()

12