| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AddressPool.cpp | 27 static const uint8_t AddrSize = Asm.getDataLayout().getPointerSize(); in emitHeader() 68 Asm.OutStreamer->emitValue(Entry, Asm.getDataLayout().getPointerSize()); in emit()
|
| H A D | AIXException.cpp | 49 const unsigned PointerSize = DL.getPointerSize(); in emitExceptionInfoTable()
|
| H A D | ErlangGCPrinter.cpp | 46 unsigned IntPtrSize = M.getDataLayout().getPointerSize(); in finishAssembly()
|
| H A D | OcamlGCPrinter.cpp | 100 unsigned IntPtrSize = M.getDataLayout().getPointerSize(); in finishAssembly()
|
| H A D | AsmPrinterDwarf.cpp | 137 return MF->getDataLayout().getPointerSize(); in GetSizeOfEncodedValue()
|
| H A D | AsmPrinter.cpp | 234 unsigned AsmPrinter::getPointerSize() const { in getPointerSize() function in AsmPrinter 235 return TM.getPointerSize(0); // FIXME: Default address space in getPointerSize() 1151 OutStreamer->emitSymbolValue(FunctionSymbol, getPointerSize()); in emitBBAddrMapSection() 1782 emitAlignment(Align(DL.getPointerSize())); in doFinalization() 1786 DL.getPointerSize()); in doFinalization() 1809 emitAlignment(Align(DL.getPointerSize())); in doFinalization() 1813 DL.getPointerSize()); in doFinalization() 3573 const unsigned PointerSize = getPointerSize(); in emitPatchableFunctionEntries()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetMachine.h | 180 unsigned getPointerSize(unsigned AS) const { in getPointerSize() function 181 return DL.getPointerSize(AS); in getPointerSize() 189 return DL.getPointerSize(DL.getProgramAddressSpace()); in getProgramPointerSize() 193 return DL.getPointerSize(DL.getAllocaAddrSpace()); in getAllocaPointerSize()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | EPCIndirectionUtils.cpp | 87 (EPC.getPageSize() - ABI.getPointerSize()) / TrampolineSize; in EPCTrampolinePool() 160 switch (EPCIU.getABISupport().getPointerSize()) { in createStubs() 214 switch (EPCIU.getABISupport().getPointerSize()) { in updatePointer() 354 alignTo(NumStubsToAllocate * ABI->getPointerSize(), PageSize); in getIndirectStubs() 385 PointerTargetAddr += ABI->getPointerSize(); in getIndirectStubs()
|
| H A D | MachOPlatform.cpp | 935 if (B->getSize() != 3 * G.getPointerSize()) in fixTLVSectionsAndEdges() 943 memcpy(NewBlockContent.data() + G.getPointerSize(), &PlatformKeyBits, in fixTLVSectionsAndEdges() 944 G.getPointerSize()); in fixTLVSectionsAndEdges()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ |
| H A D | Target.cpp | 78 return unwrap(TD)->getPointerSize(0); in LLVMPointerSize() 82 return unwrap(TD)->getPointerSize(AS); in LLVMPointerSizeForAS()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenTypeCache.h | 108 CharUnits getPointerSize() const { in getPointerSize() function
|
| H A D | CGBlocks.cpp | 490 assert(CGM.getIntSize() <= CGM.getPointerSize()); in initializeForBlockHeader() 494 info.BlockSize = 3 * CGM.getPointerSize() + 2 * CGM.getIntSize(); in initializeForBlockHeader() 584 layout.push_back(BlockLayoutChunk(align, CGM.getPointerSize(), in computeBlockInfo() 871 addHeaderField(isa, getPointerSize(), "block.isa"); in EmitBlockLiteral() 2647 size += getPointerSize(); in getBlockByrefInfo() 2651 size += getPointerSize(); in getBlockByrefInfo() 2666 size += getPointerSize(); in getBlockByrefInfo() 2670 size += getPointerSize(); in getBlockByrefInfo() 2756 storeHeaderField(V, getPointerSize(), "byref.isa"); in emitByrefStructureInit() 2813 storeHeaderField(helpers->CopyHelper, getPointerSize(), in emitByrefStructureInit() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMAsmBackend.h | 76 unsigned getPointerSize() const { return 4; } in getPointerSize() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | ELF_x86_64.cpp | 163 assert(GOTBlock.getSize() == G.getPointerSize() && in optimizeELF_x86_64_GOTAndStubs() 199 assert(GOTBlock.getSize() == G.getPointerSize() && in optimizeELF_x86_64_GOTAndStubs() 551 ".eh_frame", G->getPointerSize(), Delta64, Delta32, NegDelta32)); in link_ELF_x86_64()
|
| H A D | EHFrameSupport.cpp | 141 if (G.getPointerSize() != 4 && G.getPointerSize() != 8) in operator ()() 300 if (auto Err = RecordReader.skip(PC.G.getPointerSize())) in processCIE()
|
| H A D | MachOLinkGraphBuilder.h | 179 static unsigned getPointerSize(const object::MachOObjectFile &Obj);
|
| H A D | MachO_x86_64.cpp | 508 assert(GOTBlock.getSize() == G.getPointerSize() && in optimizeMachO_x86_64_GOTAndStubs() 546 assert(GOTBlock.getSize() == G.getPointerSize() && in optimizeMachO_x86_64_GOTAndStubs()
|
| H A D | MachOLinkGraphBuilder.cpp | 53 std::string(Obj.getFileName()), std::move(TT), getPointerSize(Obj), in MachOLinkGraphBuilder() 100 MachOLinkGraphBuilder::getPointerSize(const object::MachOObjectFile &Obj) { in getPointerSize() function in llvm::jitlink::MachOLinkGraphBuilder
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DataLayout.h | 373 unsigned getPointerSize(unsigned AS = 0) const; 405 return getPointerSize(AS) * 8;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86TargetMachine.cpp | 326 if (getPointerSize(SrcAS) != getPointerSize(DestAS)) in isNoopAddrSpaceCast()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | PDBFile.h | 122 uint32_t getPointerSize();
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | EPCIndirectionUtils.h | 48 unsigned getPointerSize() const { return PointerSize; } in getPointerSize() function
|
| H A D | OrcRemoteTargetClient.h | 658 K.second * Client.getPointerSize(); in getPtrAddr() 861 uint32_t getPointerSize() const { return RemotePointerSize; } in getPointerSize() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Mangler.cpp | 99 const unsigned PtrSize = DL.getPointerSize(); in addByteCountSuffix()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | AsmPrinter.h | 261 unsigned getPointerSize() const;
|