Home
last modified time | relevance | path

Searched defs:IsaVersion (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DTargetParser.h103 struct IsaVersion { struct
104 unsigned Major;
105 unsigned Minor;
106 unsigned Stepping;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5068 struct IsaVersion { in getAMDNote() struct
5069 uint16_t VendorNameSize; in getAMDNote()
5070 uint16_t ArchitectureNameSize; in getAMDNote()
5071 uint32_t Major; in getAMDNote()
5072 uint32_t Minor; in getAMDNote()
5073 uint32_t Stepping; in getAMDNote()