Home
last modified time | relevance | path

Searched refs:Intel80486 (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp497 case CPUType::Intel80486: in decodeFramePtrReg()
529 case CPUType::Intel80486: in encodeFramePtrReg()
H A DEnumTables.cpp149 CV_ENUM_CLASS_ENT(CPUType, Intel80486),
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h83 Intel80486 = 0x4, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp220 RETURN_CASE(CPUType, Intel80486, "intel 80486"); in formatMachineType()