Home
last modified time | relevance | path

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

/freebsd-src/contrib/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()
/freebsd-src/sys/sys/
H A Dctf.h285 typedef struct ctf_stype_v2 ctf_stype_t; typedef