Home
last modified time | relevance | path

Searched defs:X86_64 (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/lld/MachO/Arch/
H A DX86_64.cpp26 struct X86_64 : TargetInfo { struct
46 uint64_t getPageSize() const override { return 4 * 1024; } in getPageSize()
204 X86_64::X86_64() : TargetInfo(LP64()) { in X86_64() function in X86_64
/openbsd/gnu/llvm/compiler-rt/cmake/
H A Dbuiltin-config-ix.cmake36 set(X86_64 x86_64) variable
53 set(X86_64 x86_64 x86_64h) variable
H A Dcrt-config-ix.cmake25 set(X86_64 x86_64) variable
/openbsd/gnu/llvm/compiler-rt/cmake/Modules/
H A DAllSupportedArchDefs.cmake5 set(X86_64 x86_64) variable
23 set(X86_64 x86_64 x86_64h) variable
/openbsd/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.h43 X86_64 = 0, X86_32_DarwinEH = 1, X86_32_Generic = 2 enumerator
/openbsd/gnu/llvm/lld/ELF/Arch/
H A DX86_64.cpp25 class X86_64 : public TargetInfo { class
67 X86_64::X86_64() { in X86_64() function in X86_64