Home
last modified time | relevance | path

Searched defs:getPointerSize (Results 1 – 14 of 14) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
HDARMAsmBackend.h71 unsigned getPointerSize() const { return 4; } in getPointerSize() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZFrameLowering.h55 unsigned getPointerSize() const { return PointerSize; } in getPointerSize() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SPIRV/
HDSPIRVSubtarget.h75 unsigned getPointerSize() const { return PointerSize; } in getPointerSize() function
HDSPIRVGlobalRegistry.h386 unsigned getPointerSize() const { return PointerSize; } in getPointerSize() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
HDEPCIndirectionUtils.h48 unsigned getPointerSize() const { return PointerSize; } in getPointerSize() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenTypeCache.h114 CharUnits getPointerSize() const { in getPointerSize() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
HDCOFFLinkGraphBuilder.cpp42 COFFLinkGraphBuilder::getPointerSize(const object::COFFObjectFile &Obj) { in getPointerSize() function in llvm::jitlink::COFFLinkGraphBuilder
HDMachOLinkGraphBuilder.cpp105 MachOLinkGraphBuilder::getPointerSize(const object::MachOObjectFile &Obj) { in getPointerSize() function in llvm::jitlink::MachOLinkGraphBuilder
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDPDBFile.cpp401 uint32_t PDBFile::getPointerSize() { in getPointerSize() function in PDBFile
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Target/
HDTargetMachine.h190 unsigned getPointerSize(unsigned AS) const { in getPointerSize() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDDataLayout.cpp750 unsigned DataLayout::getPointerSize(unsigned AS) const { in getPointerSize() function in DataLayout
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDDeadStoreElimination.cpp206 static std::optional<TypeSize> getPointerSize(const Value *V, in getPointerSize() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
HDJITLink.h1038 unsigned getPointerSize() const { return PointerSize; } in getPointerSize() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDAsmPrinter.cpp394 unsigned AsmPrinter::getPointerSize() const { in getPointerSize() function in AsmPrinter