Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_interface.cpp79 struct TypeDescription { struct
80 uint32_t type_id;
81 std::size_t description_string_length;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp460 std::string CompilerType::TypeDescription() { in TypeDescription() function in CompilerType