Home
last modified time | relevance | path

Searched defs:word_size (Results 1 – 8 of 8) sorted by relevance

/llvm-project/lldb/source/Plugins/ABI/RISCV/
H A DABISysV_riscv.cpp154 size_t word_size = is_rv64 ? 8 : 4; in TotalArgsSizeInWords() local
146 size_t word_size = is_rv64 ? 8 : 4; AugmentArgSize() local
201 size_t word_size = reg_size; PrepareTrivialCall() local
/llvm-project/libcxx/include/__random/
H A Dsubtract_with_carry_engine.h74 static _LIBCPP_CONSTEXPR const size_t word_size = __w; global() variable
H A Dmersenne_twister_engine.h168 static _LIBCPP_CONSTEXPR const size_t word_size = __w; global() variable
/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.cpp66 const size_t word_size = 4; in Resolve() local
/llvm-project/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp291 const uint32_t word_size = process->GetAddressByteSize(); DoLoadImage() local
/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp168 const size_t word_size = 4; in Resolve() local
/llvm-project/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.cpp170 static const size_t word_size = 4U; variable
/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
H A Dgdbremote_testcase.py1066 build_auxv_dict(self, endian, word_size, auxv_data) global() argument