Home
last modified time | relevance | path

Searched refs:getCodePointerSize (Results 1 – 25 of 26) sorted by relevance

12

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCDwarf.cpp62 S.emitInt8(S.getContext().getAsmInfo()->getCodePointerSize()); in emitListsTableHeaderStart()
190 asmInfo->getCodePointerSize()); in emitOne()
237 asmInfo->getCodePointerSize()); in emitOne()
505 MCOS->emitInt8(context.getAsmInfo()->getCodePointerSize()); in Emit()
843 int AddrSize = asmInfo->getCodePointerSize(); in EmitGenDwarfAranges()
939 int AddrSize = AsmInfo.getCodePointerSize(); in EmitGenDwarfInfo()
1082 int AddrSize = AsmInfo->getCodePointerSize(); in emitGenDwarfRanges()
1256 return context.getAsmInfo()->getCodePointerSize(); in getSizeForEncoding()
1620 Streamer.emitInt8(context.getAsmInfo()->getCodePointerSize()); in EmitCIE()
1689 Streamer.emitValueToAlignment(IsEH ? 4 : MAI->getCodePointerSize()); in EmitCIE()
[all …]
H A DMCPseudoProbe.cpp72 Label, MCOS->getContext().getAsmInfo()->getCodePointerSize()); in emit()
H A DMCObjectStreamer.cpp567 AsmInfo->getCodePointerSize()); in emitDwarfLineEndEntry()
H A DMCObjectFileInfo.cpp344 FDECFIEncoding = Ctx->getAsmInfo()->getCodePointerSize() == 4 in initELFMCObjectFileInfo()
H A DMCAsmStreamer.cpp2469 AsmInfo->getCodePointerSize()); in emitDwarfLineEndEntry()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp676 Asm->MAI->getCodePointerSize()); in emitExceptionTable()
688 Asm->MAI->getCodePointerSize()); in emitExceptionTable()
H A DDwarfDebug.cpp2522 unsigned PtrSize = Asm->MAI->getCodePointerSize(); in emitDebugLocEntry()
2746 auto Size = Asm->MAI->getCodePointerSize(); in emitRangeList()
2990 unsigned PtrSize = Asm->MAI->getCodePointerSize(); in emitDebugARanges()
H A DDwarfUnit.cpp1762 Asm->emitInt8(Asm->MAI->getCodePointerSize()); in emitCommonHeader()
1778 Asm->emitInt8(Asm->MAI->getCodePointerSize()); in emitCommonHeader()
H A DAsmPrinter.cpp2158 MAI->getCodePointerSize()); in doFinalization()
3786 auto WordSizeBytes = MAI->getCodePointerSize(); in emitXRayTable()
H A DCodeViewDebug.cpp2094 Ty->getSizeInBits() / (8 * Asm->MAI->getCodePointerSize()); in lowerTypeVFTableShape()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryContext.h369 return Type == JumpTable::JTT_PIC ? 4 : AsmInfo->getCodePointerSize(); in getJumpTableEntrySize()
391 return AsmInfo->getCodePointerSize(); in getDWARFEncodingSize()
1099 return getUnsignedValueAtAddress(Address, AsmInfo->getCodePointerSize()); in getPointerAtAddress()
/llvm-project-15.0.7/bolt/lib/Passes/
H A DLongJmp.cpp454 if (Bits == static_cast<int>(BC.AsmInfo->getCodePointerSize() * 8)) in relaxStub()
498 StubBits[&StubBB] = static_cast<int>(BC.AsmInfo->getCodePointerSize() * 8); in relaxStub()
H A DIndirectCallPromotion.cpp255 JT->EntrySize == BC.AsmInfo->getCodePointerSize()); in getCallTargets()
389 CallInst, Insts.begin(), Insts.end(), BC.AsmInfo->getCodePointerSize(), in maybeGetHotJumpTableTargets()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCAsmInfo.h548 unsigned getCodePointerSize() const { return CodePointerSize; } in getCodePointerSize() function
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.cpp327 const unsigned PointerSize = MAI->getCodePointerSize(); in emitTCEntry()
/llvm-project-15.0.7/bolt/lib/RuntimeLibs/
H A DInstrumentationRuntimeLibrary.cpp133 const unsigned Psize = BC.AsmInfo->getCodePointerSize(); in emitBinary()
/llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/
H A DX86InstPrinterCommon.cpp325 if (MAI.getCodePointerSize() == 4) in printPCRelImm()
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp1417 AsmInfo->getCodePointerSize()); in emitBinaryDwarfLineTable()
1454 AsmInfo->getCodePointerSize()); in emitDwarfLineTable()
1508 AsmInfo->getCodePointerSize()); in emitDwarfLineTable()
H A DBinaryContext.cpp2031 AsmInfo->getCodePointerSize()); in getUnsignedValueAtAddress()
2046 AsmInfo->getCodePointerSize()); in getSignedValueAtAddress()
H A DBinaryFunction.cpp760 const unsigned PtrSize = BC.AsmInfo->getCodePointerSize(); in processIndirectBranch()
1777 const unsigned PtrSize = BC.AsmInfo->getCodePointerSize(); in postProcessIndirectBranches()
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1175 unsigned int ptrSize = MAI->getCodePointerSize(); in printModuleLevelGV()
1252 unsigned int ptrSize = AP.MAI->getCodePointerSize(); in printBytes()
1283 unsigned int ptrSize = AP.MAI->getCodePointerSize(); in printWords()
/llvm-project-15.0.7/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp455 if (MAI->getCodePointerSize() < 8) { in main()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp238 unsigned PtrSize = C.getAsmInfo()->getCodePointerSize(); in relaxDwarfLineAddr()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp849 unsigned PtrSize = MAI->getCodePointerSize(); in emitEndOfAsmFile()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp553 BC->AsmInfo->getCodePointerSize()); in parseSDTNotes()
1260 const unsigned PtrSize = BC->AsmInfo->getCodePointerSize(); in createPLTBinaryFunction()
1512 BC->AsmInfo->getCodePointerSize()); in relocateEHFrameSection()
3378 uint32_t AddrSize = BC->AsmInfo->getCodePointerSize(); in encodePseudoProbes()
5425 BC->AsmInfo->getCodePointerSize())); in writeEHFrameHeader()
5439 BC->AsmInfo->getCodePointerSize())); in writeEHFrameHeader()

12