Home
last modified time | relevance | path

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

12

/freebsd-12-stable/sys/contrib/edk2/Include/Uefi/
DUefiBaseType.h252 #define EFI_IMAGE_MACHINE_TYPE_SUPPORTED(Machine) \ argument
255 #define EFI_IMAGE_MACHINE_CROSS_TYPE_SUPPORTED(Machine) ((Machine) == EFI_IMAGE_MACHINE_X64) argument
259 #define EFI_IMAGE_MACHINE_TYPE_SUPPORTED(Machine) \ argument
262 #define EFI_IMAGE_MACHINE_CROSS_TYPE_SUPPORTED(Machine) (FALSE) argument
266 #define EFI_IMAGE_MACHINE_TYPE_SUPPORTED(Machine) \ argument
269 #define EFI_IMAGE_MACHINE_CROSS_TYPE_SUPPORTED(Machine) ((Machine) == EFI_IMAGE_MACHINE_IA32) argument
273 #define EFI_IMAGE_MACHINE_TYPE_SUPPORTED(Machine) \ argument
276 #define EFI_IMAGE_MACHINE_CROSS_TYPE_SUPPORTED(Machine) ((Machine) == EFI_IMAGE_MACHINE_ARMTHUMB_MI… argument
280 #define EFI_IMAGE_MACHINE_TYPE_SUPPORTED(Machine) \ argument
283 #define EFI_IMAGE_MACHINE_CROSS_TYPE_SUPPORTED(Machine) (FALSE) argument
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
DCOFFImportFile.cpp32 static bool is32bit(MachineTypes Machine) { in is32bit()
45 static uint16_t getImgRelRelocation(MachineTypes Machine) { in getImgRelRelocation()
93 MachineTypes Machine, bool MinGW) { in getNameType()
140 MachineTypes Machine; member in llvm::object::__anon29d833670111::ObjectFactory
573 MachineTypes Machine, bool MinGW) { in writeImportLibrary()
DELF.cpp22 StringRef llvm::object::getELFRelocationTypeName(uint32_t Machine, in getELFRelocationTypeName()
177 uint32_t llvm::object::getELFRelativeRelocationType(uint32_t Machine) { in getELFRelativeRelocationType()
223 StringRef llvm::object::getELFSectionTypeName(uint32_t Machine, unsigned Type) { in getELFSectionTypeName()
DCOFFModuleDefinition.cpp356 MachineTypes Machine; member in llvm::object::Parser
362 MachineTypes Machine, in parseCOFFModuleDefinition()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DAsmWriter.cpp829 ModuleSlotTracker::ModuleSlotTracker(SlotTracker &Machine, const Module *M, in ModuleSlotTracker()
1335 SlotTracker *Machine, in WriteConstantInternal()
1626 TypePrinting *TypePrinter, SlotTracker *Machine, in writeMDTuple()
1669 SlotTracker *Machine = nullptr; member
1738 SlotTracker *Machine, in writeMetadataAsOperand()
1850 TypePrinting *TypePrinter, SlotTracker *Machine, in writeGenericDINode()
1869 TypePrinting *TypePrinter, SlotTracker *Machine, in writeDILocation()
1884 TypePrinting *TypePrinter, SlotTracker *Machine, in writeDISubrange()
1927 SlotTracker *Machine, in writeDIGenericSubrange()
2007 TypePrinting *TypePrinter, SlotTracker *Machine, in writeDIStringType()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
DMCWinCOFFObjectWriter.h26 const unsigned Machine; variable
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DModuleSlotTracker.h52 SlotTracker *Machine = nullptr; variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/
DDlltoolDriver.cpp150 COFF::MachineTypes Machine = getDefaultMachine(); in dlltoolDriverMain() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Passes/
DPassBuilderBindings.cpp49 TargetMachine *Machine = unwrap(TM); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp309 const PDB_Machine &Machine) { in operator <<()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DDbiStream.cpp197 uint16_t Machine = Header->MachineType; in getMachineType() local
DPDBFile.cpp407 PDB_Machine Machine = DbiS->getMachineType(); in getPointerSize() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
DLibDriver.cpp148 uint16_t Machine = (*Obj)->getMachine(); in getCOFFFileMachine() local
/freebsd-12-stable/contrib/llvm-project/llvm/tools/opt/
Dopt.cpp726 TargetMachine *Machine = nullptr; in main() local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
DCOFF.h66 uint16_t Machine; member
81 uint16_t Machine; member
712 uint16_t Machine; member
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
DCOFFYAML.cpp366 COFF::MachineTypes Machine; member
/freebsd-12-stable/contrib/llvm-project/llvm/lib/InterfaceStub/
DELFObjHandler.cpp53 static void initELFHeader(typename ELFT::Ehdr &ElfHeader, uint16_t Machine) { in initELFHeader()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h711 CPUType Machine; variable
737 CPUType Machine; variable
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
DCOFF.h76 support::ulittle16_t Machine; member
91 support::ulittle16_t Machine; member
545 support::ulittle16_t Machine; member
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
DObject.h1047 uint32_t Machine; variable
DObject.cpp673 static bool isValidReservedSectionIndex(uint16_t Index, uint16_t Machine) { in isValidReservedSectionIndex()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
DConfigManager.cpp281 MachineInfo Machine; member
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
DELFYAML.h118 Optional<ELF_EM> Machine; member
/freebsd-12-stable/stand/efi/include/amd64/
Dpe.h75 UINT16 Machine; member
/freebsd-12-stable/stand/efi/include/i386/
Dpe.h75 UINT16 Machine; member

12