Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
DSymbolRecordMapping.cpp494 case CPUType::Intel8086: in decodeFramePtrReg()
526 case CPUType::Intel8086: in encodeFramePtrReg()
DEnumTables.cpp146 CV_ENUM_CLASS_ENT(CPUType, Intel8086),
/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h77 Intel8086 = 0x1, enumerator
/openbsd/src/gnu/llvm/llvm/tools/llvm-pdbutil/
DMinimalSymbolDumper.cpp220 RETURN_CASE(CPUType, Intel8086, "intel 8086"); in formatMachineType()