Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.h195 struct ctf_stype_t { struct
207 return sizeof(ctf_stype_t); in GetStructSize() argument
209 uint32_t GetType() const { return type; } in GetType()
210 uint32_t GetSize() const { return size; } in GetSize()