Searched refs:X64 (Results 1 - 13 of 13) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Demul_aix.c35 static bfd_boolean X64 = FALSE; variable
53 fprintf (fp, _(" [-X64] - ignores 32 bit objects\n"));
75 if (bfd_xcoff_is_xcoff64 (try_bfd) && (! X64))
133 X64 = TRUE;
139 X64 = FALSE;
141 else if (strncmp (arg, "-X64", 3) == 0)
145 X64 = TRUE;
151 X64 = FALSE;
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Demul_aix.c35 static bfd_boolean X64 = FALSE; variable
53 fprintf (fp, _(" [-X64] - ignores 32 bit objects\n"));
75 if (bfd_xcoff_is_xcoff64 (try_bfd) && (! X64))
133 X64 = TRUE;
139 X64 = FALSE;
141 else if (strncmp (arg, "-X64", 3) == 0)
145 X64 = TRUE;
151 X64 = FALSE;
/openbsd-current/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.h57 /// S_COMPILE3 record will tell us, but if we don't see one, default to X64.
58 codeview::CPUType CompilationCPU = codeview::CPUType::X64;
H A DMinimalSymbolDumper.cpp277 RETURN_CASE(CPUType, X64, "intel x86-x64");
/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbFPOProgramToDWARFExpression.cpp36 cpu_type = llvm::codeview::CPUType::X64;
/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h130 X64 = 0xd0, member in class:llvm::codeview::CPUType
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp508 case CPUType::X64:
544 case CPUType::X64:
H A DEnumTables.cpp199 CV_ENUM_CLASS_ENT(CPUType, X64),
H A DSymbolDumper.cpp59 CPUType CompilationCPUType = CPUType::X64;
/openbsd-current/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp163 CpuType = CPUType::X64;
/openbsd-current/gnu/llvm/lld/COFF/
H A DPDB.cpp1349 return codeview::CPUType::X64;
/openbsd-current/gnu/llvm/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp192 /// first, but if we don't see one, just assume an X64 CPU type. It is common.
193 CPUType CompilationCPUType = CPUType::X64;
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp120 return CPUType::X64;

Completed in 134 milliseconds