Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp495 case CPUType::Intel80286: in decodeFramePtrReg()
527 case CPUType::Intel80286: in encodeFramePtrReg()
H A DEnumTables.cpp147 CV_ENUM_CLASS_ENT(CPUType, Intel80286),
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h81 Intel80286 = 0x2, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp218 RETURN_CASE(CPUType, Intel80286, "intel 80286"); in formatMachineType()