Home
last modified time | relevance | path

Searched refs:Intel80386 (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp496 case CPUType::Intel80386: in decodeFramePtrReg()
528 case CPUType::Intel80386: in encodeFramePtrReg()
H A DEnumTables.cpp148 CV_ENUM_CLASS_ENT(CPUType, Intel80386),
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h79 Intel80386 = 0x3, enumerator
/openbsd/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp222 RETURN_CASE(CPUType, Intel80386, "intel 80386"); in formatMachineType()
/openbsd/gnu/llvm/lld/COFF/
H A DPDB.cpp1357 return codeview::CPUType::Intel80386; in toCodeViewMachine()