Searched refs:SymbolComplexType (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/Object/
H A DCOFFYAML.h56 COFF::SymbolComplexType ComplexType;
94 struct ScalarEnumerationTraits<COFF::SymbolComplexType> {
95 static void enumeration(IO &IO, COFF::SymbolComplexType &Value);
/external/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp96 Sym.ComplexType = COFF::SymbolComplexType(Symbol->getComplexType());
/external/llvm/lib/Object/
H A DCOFFYAML.cpp102 void ScalarEnumerationTraits<COFF::SymbolComplexType>::enumeration(
103 IO &IO, COFF::SymbolComplexType &Value) {
/external/llvm/include/llvm/Support/
H A DCOFF.h202 enum SymbolComplexType { enum in namespace:llvm::COFF
/external/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp350 static const EnumEntry<COFF::SymbolComplexType> ImageSymDType[] = {

Completed in 28 milliseconds