| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCDwarf.cpp | 62 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 D | MCPseudoProbe.cpp | 72 Label, MCOS->getContext().getAsmInfo()->getCodePointerSize()); in emit()
|
| H A D | MCObjectStreamer.cpp | 567 AsmInfo->getCodePointerSize()); in emitDwarfLineEndEntry()
|
| H A D | MCObjectFileInfo.cpp | 344 FDECFIEncoding = Ctx->getAsmInfo()->getCodePointerSize() == 4 in initELFMCObjectFileInfo()
|
| H A D | MCAsmStreamer.cpp | 2469 AsmInfo->getCodePointerSize()); in emitDwarfLineEndEntry()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | EHStreamer.cpp | 676 Asm->MAI->getCodePointerSize()); in emitExceptionTable() 688 Asm->MAI->getCodePointerSize()); in emitExceptionTable()
|
| H A D | DwarfDebug.cpp | 2522 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 D | DwarfUnit.cpp | 1762 Asm->emitInt8(Asm->MAI->getCodePointerSize()); in emitCommonHeader() 1778 Asm->emitInt8(Asm->MAI->getCodePointerSize()); in emitCommonHeader()
|
| H A D | AsmPrinter.cpp | 2158 MAI->getCodePointerSize()); in doFinalization() 3786 auto WordSizeBytes = MAI->getCodePointerSize(); in emitXRayTable()
|
| H A D | CodeViewDebug.cpp | 2094 Ty->getSizeInBits() / (8 * Asm->MAI->getCodePointerSize()); in lowerTypeVFTableShape()
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | BinaryContext.h | 369 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 D | LongJmp.cpp | 454 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 D | IndirectCallPromotion.cpp | 255 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 D | MCAsmInfo.h | 548 unsigned getCodePointerSize() const { return CodePointerSize; } in getCodePointerSize() function
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCMCTargetDesc.cpp | 327 const unsigned PointerSize = MAI->getCodePointerSize(); in emitTCEntry()
|
| /llvm-project-15.0.7/bolt/lib/RuntimeLibs/ |
| H A D | InstrumentationRuntimeLibrary.cpp | 133 const unsigned Psize = BC.AsmInfo->getCodePointerSize(); in emitBinary()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86InstPrinterCommon.cpp | 325 if (MAI.getCodePointerSize() == 4) in printPCRelImm()
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | DebugData.cpp | 1417 AsmInfo->getCodePointerSize()); in emitBinaryDwarfLineTable() 1454 AsmInfo->getCodePointerSize()); in emitDwarfLineTable() 1508 AsmInfo->getCodePointerSize()); in emitDwarfLineTable()
|
| H A D | BinaryContext.cpp | 2031 AsmInfo->getCodePointerSize()); in getUnsignedValueAtAddress() 2046 AsmInfo->getCodePointerSize()); in getSignedValueAtAddress()
|
| H A D | BinaryFunction.cpp | 760 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 D | NVPTXAsmPrinter.cpp | 1175 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 D | llvm-mc.cpp | 455 if (MAI->getCodePointerSize() < 8) { in main()
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVAsmBackend.cpp | 238 unsigned PtrSize = C.getAsmInfo()->getCodePointerSize(); in relaxDwarfLineAddr()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86AsmPrinter.cpp | 849 unsigned PtrSize = MAI->getCodePointerSize(); in emitEndOfAsmFile()
|
| /llvm-project-15.0.7/bolt/lib/Rewrite/ |
| H A D | RewriteInstance.cpp | 553 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()
|