Home
last modified time | relevance | path

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

12

/freebsd/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
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/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFF.cpp30 switch (Machine) { in getMachineName() argument
103 COFFHeader ? COFFHeader->Machine : COFFBigObjHeader->Machine; in createLinkGraphFromCOFFObject() local
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.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()
H A DCOFFModuleDefinition.cpp359 MachineTypes Machine; member in llvm::object::Parser
366 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/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp115 bool parseModuleDefinition(StringRef DefFileName, MachineTypes Machine, in parseModuleDefinition()
186 COFF::MachineTypes Machine = getDefaultMachine(); in dlltoolDriverMain() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSlotTracker.h52 SlotTracker *Machine = nullptr; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCWinCOFFObjectWriter.h26 const unsigned Machine; variable
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderBindings.cpp50 TargetMachine *Machine = unwrap(TM); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp316 const PDB_Machine &Machine) { in operator <<()
/freebsd/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/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStream.cpp195 uint16_t Machine = Header->MachineType; in getMachineType() local
H A DPDBFile.cpp405 PDB_Machine Machine = DbiS->getMachineType(); in getPointerSize() local
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp168 uint16_t Machine = (*Obj)->getMachine(); in getCOFFFileMachine() local
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachineC.cpp222 auto *Machine = LLVMCreateTargetMachineWithOptions(T, Triple, Options); in LLVMCreateTargetMachine() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.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 __anon33b632580911::AssemblyWriter
5083 SlotTracker *Machine, const Module *M) { in printWithoutType()
5114 SlotTracker Machine( in printAsOperand() local
/freebsd/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp52 static void initELFHeader(typename ELFT::Ehdr &ElfHeader, uint16_t Machine) { in initELFHeader()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp371 COFF::MachineTypes Machine; member
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h710 CPUType Machine; global() variable
736 CPUType Machine; global() variable
/freebsd/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/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp278 MachineInfo Machine; member
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h1187 uint32_t Machine; variable
/freebsd/stand/efi/include/amd64/
H A Dpe.h74 UINT16 Machine; member
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h119 std::optional<ELF_EM> Machine; member
/freebsd/stand/efi/include/i386/
H A Dpe.h74 UINT16 Machine; member

12