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.cpp86 struct TypeDescription { struct
87 uint32_t type_id;
88 std::size_t description_string_length;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp462 std::string CompilerType::TypeDescription() { in TypeDescription() function in CompilerType