Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCDwarf.cpp224 const MCAsmInfo *AsmInfo = Ctx.getAsmInfo(); in EmitDwarfLineTable() local
226 AsmInfo->getCodePointerSize()); in EmitDwarfLineTable()
951 const MCAsmInfo &AsmInfo = *context.getAsmInfo(); in EmitGenDwarfInfo() local
952 int AddrSize = AsmInfo.getCodePointerSize(); in EmitGenDwarfInfo()
963 AsmInfo.needsDwarfSectionOffsetDirective()); in EmitGenDwarfInfo()
976 AsmInfo.needsDwarfSectionOffsetDirective()); in EmitGenDwarfInfo()
1103 const MCAsmInfo *AsmInfo = context.getAsmInfo(); in EmitGenDwarfRanges() local
1104 int AddrSize = AsmInfo->getCodePointerSize(); in EmitGenDwarfRanges()
1140 const MCAsmInfo *AsmInfo = context.getAsmInfo(); in Emit() local
1142 AsmInfo->doesDwarfUseRelocationsAcrossSections(); in Emit()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetMachine.h93 std::unique_ptr<const MCAsmInfo> AsmInfo; variable
189 const MCAsmInfo *getMCAsmInfo() const { return AsmInfo.get(); } in getMCAsmInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFTargetMachine.cpp70 static_cast<BPFMCAsmInfo *>(const_cast<MCAsmInfo *>(AsmInfo.get())); in BPFTargetMachine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetMachine.cpp38 TargetFS(FS), AsmInfo(nullptr), MRI(nullptr), MII(nullptr), STI(nullptr), in TargetMachine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLLVMTargetMachine.cpp73 AsmInfo.reset(TmpAsmInfo); in initAsmInfo()
DMachineVerifier.cpp662 const MCAsmInfo *AsmInfo = TM->getMCAsmInfo(); in visitMachineBasicBlockBefore() local
666 !(AsmInfo && in visitMachineBasicBlockBefore()
667 AsmInfo->getExceptionHandlingType() == ExceptionHandling::SjLj && in visitMachineBasicBlockBefore()
DTargetLoweringObjectFileImpl.cpp1190 static bool canUsePrivateLabel(const MCAsmInfo &AsmInfo, in canUsePrivateLabel() argument
1192 if (!AsmInfo.isSectionAtomizableBySymbols(Section)) in canUsePrivateLabel()