Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.h71 unsigned getPointerSize() const { return 4; } in getPointerSize() function
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.h55 unsigned getPointerSize() const { return PointerSize; } in getPointerSize() function
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVSubtarget.h75 unsigned getPointerSize() const { return PointerSize; } in getPointerSize() function
H A DSPIRVGlobalRegistry.h386 unsigned getPointerSize() const { return PointerSize; } in getPointerSize() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.h48 unsigned getPointerSize() const { return PointerSize; } in getPointerSize() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypeCache.h114 CharUnits getPointerSize() const { in getPointerSize() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.cpp42 COFFLinkGraphBuilder::getPointerSize(const object::COFFObjectFile &Obj) { in getPointerSize() function in llvm::jitlink::COFFLinkGraphBuilder
H A DMachOLinkGraphBuilder.cpp105 MachOLinkGraphBuilder::getPointerSize(const object::MachOObjectFile &Obj) { in getPointerSize() function in llvm::jitlink::MachOLinkGraphBuilder
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp401 uint32_t PDBFile::getPointerSize() { in getPointerSize() function in PDBFile
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h190 unsigned getPointerSize(unsigned AS) const { in getPointerSize() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp750 unsigned DataLayout::getPointerSize(unsigned AS) const { in getPointerSize() function in DataLayout
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp206 static std::optional<TypeSize> getPointerSize(const Value *V, in getPointerSize() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h1038 unsigned getPointerSize() const { return PointerSize; } in getPointerSize() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp394 unsigned AsmPrinter::getPointerSize() const { in getPointerSize() function in AsmPrinter