Home
last modified time | relevance | path

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

/external/guava/android/guava/src/com/google/common/reflect/
DTypeResolver.java278 private static class TypeTable { class in TypeResolver
281 TypeTable() { in TypeTable() method in TypeResolver.TypeTable
285 private TypeTable(ImmutableMap<TypeVariableKey, Type> map) { in TypeTable() method in TypeResolver.TypeTable
/external/guava/guava/src/com/google/common/reflect/
DTypeResolver.java278 private static class TypeTable { class in TypeResolver
281 TypeTable() { in TypeTable() method in TypeResolver.TypeTable
285 private TypeTable(ImmutableMap<TypeVariableKey, Type> map) { in TypeTable() method in TypeResolver.TypeTable
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h39 codeview::MemoryTypeTableBuilder TypeTable; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h55 codeview::GlobalTypeTableBuilder TypeTable; variable
DCodeViewDebug.cpp101 CVMCAdapter(MCStreamer &OS, TypeCollection &TypeTable) in CVMCAdapter()
131 TypeCollection &TypeTable; member in __anon84518c150111::CVMCAdapter
808 static TypeIndex getStringIdTypeIdx(GlobalTypeTableBuilder &TypeTable, in getStringIdTypeIdx()