Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/DataFormatters/
DFormattersHelpers.h63 struct InferiorSizedWord { struct
65 InferiorSizedWord(const InferiorSizedWord &word) : ptr_size(word.ptr_size) { in InferiorSizedWord() argument
81 InferiorSizedWord(uint64_t val, Process &process) in InferiorSizedWord() function
105 static InferiorSizedWord GetMaximum(Process &process) { in GetMaximum() argument
148 InferiorSizedWord SignExtend() const { in SignExtend() argument
173 InferiorSizedWord(uint64_t val, size_t psz) : ptr_size(psz) { in InferiorSizedWord() function
180 size_t ptr_size;
181 union {