Home
last modified time | relevance | path

Searched defs:pointer_size (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/bindings/ocaml/target/
H A Dllvm_target.mli76 val pointer_size : t -> int val
/llvm-project-15.0.7/lldb/source/Core/
H A DAddress.cpp126 const Address &address, uint32_t pointer_size, in ReadAddress()
498 uint32_t pointer_size = 4; in Dump() local
/llvm-project-15.0.7/lldb/examples/summaries/cocoa/
H A Dobjc_runtime.py31 def is_valid_pointer(pointer, pointer_size, allow_tagged=0, allow_NULL=0): argument
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py220 def pointer_size(): function
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DDNB.cpp1241 const nub_size_t pointer_size = (cputype & CPU_ARCH_ABI64) ? 8 : 4; in DNBProcessMemoryReadPointer() local
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp515 uint32_t pointer_size = 0; in CreateSimpleType() local