Searched refs:SymbolBaseType (Results 1 – 7 of 7) sorted by relevance
66 COFF::SymbolBaseType SimpleType = COFF::IMAGE_SYM_TYPE_NULL;121 struct ScalarEnumerationTraits<COFF::SymbolBaseType> { in LLVM_YAML_IS_SEQUENCE_VECTOR()122 static void enumeration(IO &IO, COFF::SymbolBaseType &Value); in LLVM_YAML_IS_SEQUENCE_VECTOR()
116 enum SymbolBaseType { enum
78 void ScalarEnumerationTraits<COFF::SymbolBaseType>::enumeration( in enumeration()79 IO &IO, COFF::SymbolBaseType &Value) { in enumeration()
202 enum SymbolBaseType { enum
205 Sym.SimpleType = COFF::SymbolBaseType(Symbol.getBaseType()); in dumpSymbols()
207 enum SymbolBaseType { enum
397 static const EnumEntry<COFF::SymbolBaseType> ImageSymType[] = {