Home
last modified time | relevance | path

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

12

/freebsd-14-stable/sys/contrib/edk2/Include/Uefi/
HDUefiBaseType.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
267 #define EFI_IMAGE_MACHINE_TYPE_SUPPORTED(Machine) ((Machine) == EFI_IMAGE_MACHINE_ARMTHUMB_MIXED) 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
[all …]
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
HDCOFF.cpp29 static StringRef getMachineName(uint16_t Machine) { in getMachineName()
102 uint16_t Machine = in createLinkGraphFromCOFFObject() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Object/
HDCOFFImportFile.cpp122 static uint16_t getImgRelRelocation(MachineTypes Machine) { in getImgRelRelocation()
173 MachineTypes Machine, bool MinGW) { in getNameType()
546 StringRef ExportName, MachineTypes Machine) { in createShortImport()
579 MachineTypes Machine) { in createWeakExternal()
661 MachineTypes Machine, bool MinGW, in writeImportLibrary()
HDCOFFModuleDefinition.cpp359 MachineTypes Machine; member in llvm::object::Parser
366 MachineTypes Machine, in parseCOFFModuleDefinition()
HDELF.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-stable/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/
HDDlltoolDriver.cpp115 bool parseModuleDefinition(StringRef DefFileName, MachineTypes Machine, in parseModuleDefinition()
186 COFF::MachineTypes Machine = getDefaultMachine(); in dlltoolDriverMain() local
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDModuleSlotTracker.h52 SlotTracker *Machine = nullptr; variable
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCWinCOFFObjectWriter.h26 const unsigned Machine; variable
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Passes/
HDPassBuilderBindings.cpp50 TargetMachine *Machine = unwrap(TM); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
HDPDBExtras.cpp316 const PDB_Machine &Machine) { in operator <<()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDCOFF.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-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDDbiStream.cpp195 uint16_t Machine = Header->MachineType; in getMachineType() local
HDPDBFile.cpp405 PDB_Machine Machine = DbiS->getMachineType(); in getPointerSize() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
HDLibDriver.cpp168 uint16_t Machine = (*Obj)->getMachine(); in getCOFFFileMachine() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/
HDTargetMachineC.cpp222 auto *Machine = LLVMCreateTargetMachineWithOptions(T, Triple, Options); in LLVMCreateTargetMachine() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDAsmWriter.cpp876 ModuleSlotTracker::ModuleSlotTracker(SlotTracker &Machine, const Module *M, in ModuleSlotTracker()
1372 SlotTracker *Machine = nullptr; member
2598 auto *Machine = WriterCtx.Machine; in WriteAsOperandInternal() local
2695 SlotTracker &Machine; member in __anon755a9bf20911::AssemblyWriter
5083 SlotTracker *Machine, const Module *M) { in printWithoutType()
5114 SlotTracker Machine( in printAsOperand() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDCOFFYAML.cpp371 COFF::MachineTypes Machine; member
/freebsd-14-stable/contrib/llvm-project/llvm/lib/InterfaceStub/
HDELFObjHandler.cpp52 static void initELFHeader(typename ELFT::Ehdr &ElfHeader, uint16_t Machine) { in initELFHeader()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDSymbolRecord.h731 CPUType Machine; variable
757 CPUType Machine; variable
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDCOFF.h76 support::ulittle16_t Machine; member
91 support::ulittle16_t Machine; member
545 support::ulittle16_t Machine; member
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
HDObjcopyOptions.cpp278 MachineInfo Machine; member
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
HDELFObject.h1187 uint32_t Machine; variable
/freebsd-14-stable/stand/efi/include/amd64/
HDpe.h74 UINT16 Machine; member
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
HDELFYAML.h119 std::optional<ELF_EM> Machine; member
/freebsd-14-stable/stand/efi/include/i386/
HDpe.h74 UINT16 Machine; member

12