Searched defs:TypeTable (Results 1 – 3 of 3) sorted by relevance
232 struct TypeTable { struct233 SequenceType st;234 size_t num_elems; // of type_codes, values, names (but not type_refs).235 const TypeCode *type_codes; // num_elems count236 const TypeFunction *type_refs; // less than num_elems entries (see TypeCode).237 const int16_t *array_sizes; // less than num_elems entries (see TypeCode).238 const int64_t *values; // Only set for non-consecutive enum/union or structs.239 const char *const *names; // Only set if compiled with --reflect-names.
55 codeview::GlobalTypeTableBuilder TypeTable; variable
101 CVMCAdapter(MCStreamer &OS, TypeCollection &TypeTable) in CVMCAdapter()131 TypeCollection &TypeTable; member in __anon097586d10111::CVMCAdapter808 static TypeIndex getStringIdTypeIdx(GlobalTypeTableBuilder &TypeTable, in getStringIdTypeIdx()