| /freebsd-14.2/sys/contrib/edk2/Include/Uefi/ |
| H A D | UefiBaseType.h | 253 #define EFI_IMAGE_MACHINE_TYPE_SUPPORTED(Machine) \ argument 256 #define EFI_IMAGE_MACHINE_CROSS_TYPE_SUPPORTED(Machine) ((Machine) == EFI_IMAGE_MACHINE_X64) argument 260 #define EFI_IMAGE_MACHINE_TYPE_SUPPORTED(Machine) \ argument 263 #define EFI_IMAGE_MACHINE_CROSS_TYPE_SUPPORTED(Machine) ((Machine) == EFI_IMAGE_MACHINE_IA32) argument 269 #define EFI_IMAGE_MACHINE_CROSS_TYPE_SUPPORTED(Machine) (FALSE) argument 273 #define EFI_IMAGE_MACHINE_TYPE_SUPPORTED(Machine) \ argument 276 #define EFI_IMAGE_MACHINE_CROSS_TYPE_SUPPORTED(Machine) (FALSE) argument 279 #define EFI_IMAGE_MACHINE_TYPE_SUPPORTED(Machine) \ argument 282 #define EFI_IMAGE_MACHINE_CROSS_TYPE_SUPPORTED(Machine) (FALSE) argument 290 #define EFI_IMAGE_MACHINE_TYPE_SUPPORTED(Machine) ((Machine) == EFI_IMAGE_MACHINE_EBC) argument [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | COFF.cpp | 29 static StringRef getMachineName(uint16_t Machine) { in getMachineName() 102 uint16_t Machine = in createLinkGraphFromCOFFObject() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Object/ |
| H A D | COFFImportFile.cpp | 87 static uint16_t getImgRelRelocation(MachineTypes Machine) { in getImgRelRelocation() 138 MachineTypes Machine, bool MinGW) { in getNameType() 511 StringRef ExportName, MachineTypes Machine) { in createShortImport() 544 MachineTypes Machine) { in createWeakExternal() 626 MachineTypes Machine, bool MinGW) { in writeImportLibrary()
|
| H A D | COFFModuleDefinition.cpp | 352 MachineTypes Machine; member in llvm::object::Parser 359 MachineTypes Machine, in parseCOFFModuleDefinition()
|
| H A D | ELF.cpp | 23 StringRef llvm::object::getELFRelocationTypeName(uint32_t Machine, in getELFRelocationTypeName() 192 uint32_t llvm::object::getELFRelativeRelocationType(uint32_t Machine) { in getELFRelativeRelocationType() 242 StringRef llvm::object::getELFSectionTypeName(uint32_t Machine, unsigned Type) { in getELFSectionTypeName()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCWinCOFFObjectWriter.h | 26 const unsigned Machine; variable
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ModuleSlotTracker.h | 52 SlotTracker *Machine = nullptr; variable
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/ |
| H A D | DlltoolDriver.cpp | 154 COFF::MachineTypes Machine = getDefaultMachine(); in dlltoolDriverMain() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/ |
| H A D | PassBuilderBindings.cpp | 49 TargetMachine *Machine = unwrap(TM); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBExtras.cpp | 312 const PDB_Machine &Machine) { in operator <<()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | COFF.h | 65 uint16_t Machine; member 80 uint16_t Machine; member 124 template <typename T> bool isArm64EC(T Machine) { in isArm64EC() 129 template <typename T> bool isAnyArm64(T Machine) { in isAnyArm64() 133 template <typename T> bool is64Bit(T Machine) { in is64Bit() 774 uint16_t Machine; member
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | DbiStream.cpp | 195 uint16_t Machine = Header->MachineType; in getMachineType() local
|
| H A D | PDBFile.cpp | 406 PDB_Machine Machine = DbiS->getMachineType(); in getPointerSize() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/ |
| H A D | LibDriver.cpp | 167 uint16_t Machine = (*Obj)->getMachine(); in getCOFFFileMachine() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ |
| H A D | TargetMachineC.cpp | 222 auto *Machine = LLVMCreateTargetMachineWithOptions(T, Triple, Options); in LLVMCreateTargetMachine() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 869 ModuleSlotTracker::ModuleSlotTracker(SlotTracker &Machine, const Module *M, in ModuleSlotTracker() 1351 SlotTracker *Machine = nullptr; member 2511 auto *Machine = WriterCtx.Machine; in WriteAsOperandInternal() local 2608 SlotTracker &Machine; member in __anon6938d20e0911::AssemblyWriter 4955 SlotTracker *Machine, const Module *M) { in printWithoutType() 4986 SlotTracker Machine( in printAsOperand() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/InterfaceStub/ |
| H A D | ELFObjHandler.cpp | 52 static void initELFHeader(typename ELFT::Ehdr &ElfHeader, uint16_t Machine) { in initELFHeader()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | COFFYAML.cpp | 371 COFF::MachineTypes Machine; member
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | SymbolRecord.h | 731 CPUType Machine; variable 757 CPUType Machine; variable
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | COFF.h | 76 support::ulittle16_t Machine; member 91 support::ulittle16_t Machine; member 545 support::ulittle16_t Machine; member
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
| H A D | ObjcopyOptions.cpp | 260 MachineInfo Machine; member
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObject.h | 1063 uint32_t Machine; variable
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | ELFYAML.h | 119 std::optional<ELF_EM> Machine; member
|
| /freebsd-14.2/stand/efi/include/amd64/ |
| H A D | pe.h | 74 UINT16 Machine; member
|
| /freebsd-14.2/stand/efi/include/i386/ |
| H A D | pe.h | 74 UINT16 Machine; member
|