Home
last modified time | relevance | path

Searched defs:Machine (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-14.2/sys/contrib/edk2/Include/Uefi/
H A DUefiBaseType.h253 #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 DCOFF.cpp29 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 DCOFFImportFile.cpp87 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 DCOFFModuleDefinition.cpp352 MachineTypes Machine; member in llvm::object::Parser
359 MachineTypes Machine, in parseCOFFModuleDefinition()
H A DELF.cpp23 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 DMCWinCOFFObjectWriter.h26 const unsigned Machine; variable
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSlotTracker.h52 SlotTracker *Machine = nullptr; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp154 COFF::MachineTypes Machine = getDefaultMachine(); in dlltoolDriverMain() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderBindings.cpp49 TargetMachine *Machine = unwrap(TM); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp312 const PDB_Machine &Machine) { in operator <<()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h65 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 DDbiStream.cpp195 uint16_t Machine = Header->MachineType; in getMachineType() local
H A DPDBFile.cpp406 PDB_Machine Machine = DbiS->getMachineType(); in getPointerSize() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp167 uint16_t Machine = (*Obj)->getMachine(); in getCOFFFileMachine() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachineC.cpp222 auto *Machine = LLVMCreateTargetMachineWithOptions(T, Triple, Options); in LLVMCreateTargetMachine() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp869 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 DELFObjHandler.cpp52 static void initELFHeader(typename ELFT::Ehdr &ElfHeader, uint16_t Machine) { in initELFHeader()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp371 COFF::MachineTypes Machine; member
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h731 CPUType Machine; variable
757 CPUType Machine; variable
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h76 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 DObjcopyOptions.cpp260 MachineInfo Machine; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h1063 uint32_t Machine; variable
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h119 std::optional<ELF_EM> Machine; member
/freebsd-14.2/stand/efi/include/amd64/
H A Dpe.h74 UINT16 Machine; member
/freebsd-14.2/stand/efi/include/i386/
H A Dpe.h74 UINT16 Machine; member

12