Searched refs:Machine (Results 1 - 25 of 48) sorted by relevance

12

/freebsd-13-stable/sys/contrib/edk2/Include/Uefi/
H A DUefiBaseType.h215 /// PE32+ Machine type for IA32 UEFI images.
220 /// PE32+ Machine type for IA64 UEFI images.
225 /// PE32+ Machine type for EBC UEFI images.
230 /// PE32+ Machine type for X64 UEFI images.
235 /// PE32+ Machine type for ARM mixed ARM and Thumb/Thumb2 images.
240 /// PE32+ Machine type for AARCH64 A64 images.
245 /// PE32+ Machine type for RISC-V 32/64/128
253 #define EFI_IMAGE_MACHINE_TYPE_SUPPORTED(Machine) \
254 ((Machine) == EFI_IMAGE_MACHINE_IA32)
256 #define EFI_IMAGE_MACHINE_CROSS_TYPE_SUPPORTED(Machine) ((Machin
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSlotTracker.h37 SlotTracker *Machine = nullptr; member in class:llvm::ModuleSlotTracker
41 ModuleSlotTracker(SlotTracker &Machine, const Module *M,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCWinCOFFObjectWriter.h26 const unsigned Machine; member in class:llvm::MCWinCOFFObjectTargetWriter
39 unsigned getMachine() const { return Machine; }
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp32 static bool is32bit(MachineTypes Machine) { argument
33 switch (Machine) {
45 static uint16_t getImgRelRelocation(MachineTypes Machine) { argument
46 switch (Machine) {
93 MachineTypes Machine, bool MinGW) {
104 if (Machine == IMAGE_FILE_MACHINE_I386 && Sym.startswith("_"))
140 MachineTypes Machine;
149 : Machine(M), ImportName(S), Library(S.drop_back(4)),
187 u16(Machine),
198 u16(is32bit(Machine)
92 getNameType(StringRef Sym, StringRef ExtName, MachineTypes Machine, bool MinGW) argument
571 writeImportLibrary(StringRef ImportName, StringRef Path, ArrayRef<COFFShortExport> Exports, MachineTypes Machine, bool MinGW) argument
576 ObjectFactory OF(llvm::sys::path::filename(ImportName), Machine); local
[all...]
H A DCOFFModuleDefinition.cpp149 : Lex(S), Machine(M), MingwDef(B) {}
244 if (Machine == IMAGE_FILE_MACHINE_I386) {
289 if (Machine == IMAGE_FILE_MACHINE_I386 && !isDecorated(E.AliasTarget, MingwDef))
356 MachineTypes Machine; member in class:llvm::object::Parser
362 MachineTypes Machine,
364 return Parser(MB.getBuffer(), Machine, MingwDef).parse();
361 parseCOFFModuleDefinition(MemoryBufferRef MB, MachineTypes Machine, bool MingwDef) argument
H A DELF.cpp22 StringRef llvm::object::getELFRelocationTypeName(uint32_t Machine, argument
24 switch (Machine) {
163 uint32_t llvm::object::getELFRelativeRelocationType(uint32_t Machine) { argument
164 switch (Machine) {
207 StringRef llvm::object::getELFSectionTypeName(uint32_t Machine, unsigned Type) { argument
208 switch (Machine) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp122 COFF::MachineTypes Machine = IMAGE_FILE_MACHINE_UNKNOWN; local
124 Machine = getEmulation(Arg->getValue());
126 if (Machine == IMAGE_FILE_MACHINE_UNKNOWN) {
132 parseCOFFModuleDefinition(*MB, Machine, true);
163 if (Machine == IMAGE_FILE_MACHINE_I386 && Args.getLastArg(OPT_k)) {
181 writeImportLibrary(Def->OutputFile, Path, Def->Exports, Machine, true))
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFFModuleDefinition.h46 parseCOFFModuleDefinition(MemoryBufferRef MB, COFF::MachineTypes Machine,
H A DCOFFImportFile.h108 COFF::MachineTypes Machine, bool MinGW);
H A DCOFF.h76 support::ulittle16_t Machine; member in struct:llvm::object::coff_file_header
91 support::ulittle16_t Machine; member in struct:llvm::object::coff_bigobj_file_header
545 support::ulittle16_t Machine; member in struct:llvm::object::coff_import_header
824 return COFFHeader->Machine;
826 return COFFBigObjHeader->Machine;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp857 ModuleSlotTracker::ModuleSlotTracker(SlotTracker &Machine, const Module *M, argument
859 : M(M), F(F), Machine(&Machine) {}
870 return Machine;
875 Machine = MachineStorage.get();
876 return Machine;
888 Machine->purgeFunction();
889 Machine->incorporateFunction(&F);
895 return Machine->getLocalSlot(V);
1277 SlotTracker *Machine,
1324 WriteConstantInternal(raw_ostream &Out, const Constant *CV, TypePrinting &TypePrinter, SlotTracker *Machine, const Module *Context) argument
1595 writeMDTuple(raw_ostream &Out, const MDTuple *Node, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1639 SlotTracker *Machine = nullptr; member in struct:__anon3680::MDFieldPrinter
1643 MDFieldPrinter(raw_ostream &Out, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1706 writeMetadataAsOperand(raw_ostream &Out, const Metadata *MD, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1819 writeGenericDINode(raw_ostream &Out, const GenericDINode *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1838 writeDILocation(raw_ostream &Out, const DILocation *DL, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1853 writeDISubrange(raw_ostream &Out, const DISubrange *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1919 writeDIDerivedType(raw_ostream &Out, const DIDerivedType *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1942 writeDICompositeType(raw_ostream &Out, const DICompositeType *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1968 writeDISubroutineType(raw_ostream &Out, const DISubroutineType *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1996 writeDICompileUnit(raw_ostream &Out, const DICompileUnit *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
2027 writeDISubprogram(raw_ostream &Out, const DISubprogram *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
2054 writeDILexicalBlock(raw_ostream &Out, const DILexicalBlock *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
2066 writeDILexicalBlockFile(raw_ostream &Out, const DILexicalBlockFile *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
2080 writeDINamespace(raw_ostream &Out, const DINamespace *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
2091 writeDICommonBlock(raw_ostream &Out, const DICommonBlock *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
2104 writeDIMacro(raw_ostream &Out, const DIMacro *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
2116 writeDIMacroFile(raw_ostream &Out, const DIMacroFile *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
2127 writeDIModule(raw_ostream &Out, const DIModule *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
2143 writeDITemplateTypeParameter(raw_ostream &Out, const DITemplateTypeParameter *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
2156 writeDITemplateValueParameter(raw_ostream &Out, const DITemplateValueParameter *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
2172 writeDIGlobalVariable(raw_ostream &Out, const DIGlobalVariable *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
2191 writeDILocalVariable(raw_ostream &Out, const DILocalVariable *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
2207 writeDILabel(raw_ostream &Out, const DILabel *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
2219 writeDIExpression(raw_ostream &Out, const DIExpression *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
2245 writeDIGlobalVariableExpression(raw_ostream &Out, const DIGlobalVariableExpression *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
2257 writeDIObjCProperty(raw_ostream &Out, const DIObjCProperty *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
2272 writeDIImportedEntity(raw_ostream &Out, const DIImportedEntity *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
2286 WriteMDNodeBodyInternal(raw_ostream &Out, const MDNode *Node, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
2308 WriteAsOperandInternal(raw_ostream &Out, const Value *V, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
2386 WriteAsOperandInternal(raw_ostream &Out, const Metadata *MD, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context, bool FromValue) argument
2441 SlotTracker &Machine; member in class:__anon3681::AssemblyWriter
4515 printWithoutType(const Value &V, raw_ostream &O, SlotTracker *Machine, const Module *M) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp151 uint16_t Machine = (*Obj)->getMachine(); local
152 if (Machine != COFF::IMAGE_FILE_MACHINE_I386 &&
153 Machine != COFF::IMAGE_FILE_MACHINE_AMD64 &&
154 Machine != COFF::IMAGE_FILE_MACHINE_ARMNT &&
155 Machine != COFF::IMAGE_FILE_MACHINE_ARM64) {
156 llvm::errs() << MB.getBufferIdentifier() << ": unknown machine: " << Machine
161 return static_cast<COFF::MachineTypes>(Machine);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBExtras.h39 raw_ostream &operator<<(raw_ostream &OS, const PDB_Machine &Machine);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp360 NMachine(IO &) : Machine(COFF::MachineTypes(0)) {}
361 NMachine(IO &, uint16_t M) : Machine(COFF::MachineTypes(M)) {}
363 uint16_t denormalize(IO &) { return Machine; }
365 COFF::MachineTypes Machine; member in struct:llvm::yaml::__anon3749::NMachine
416 if (H.Machine == COFF::IMAGE_FILE_MACHINE_I386) {
420 } else if (H.Machine == COFF::IMAGE_FILE_MACHINE_AMD64) {
424 } else if (H.Machine == COFF::IMAGE_FILE_MACHINE_ARMNT) {
428 } else if (H.Machine == COFF::IMAGE_FILE_MACHINE_ARM64) {
491 MappingNormalization<NMachine, uint16_t> NM(IO, H.Machine);
495 IO.mapRequired("Machine", N
[all...]
H A DCOFFEmitter.cpp51 return Obj.Header.Machine == COFF::IMAGE_FILE_MACHINE_AMD64 ||
52 Obj.Header.Machine == COFF::IMAGE_FILE_MACHINE_ARM64;
434 << binary_le(CP.Obj.Header.Machine)
442 OS << binary_le(CP.Obj.Header.Machine)
H A DELFYAML.cpp288 switch (Object->Header.Machine) {
485 switch (Object->Header.Machine) {
540 switch (Object->Header.Machine) {
632 switch (Object->Header.Machine) {
697 switch (Object->Header.Machine) {
865 IO.mapRequired("Machine", FileHdr.Machine);
938 getFlags(Object->Header.Machine).takeVector()) {
957 MapVector<StringRef, uint8_t> Flags = getFlags(Object->Header.Machine);
1662 if (Object->Header.Machine
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DReader.cpp207 Obj->CoffFileHeader.Machine = CBFH->Machine;
H A DWriter.cpp263 BigObjHeader.Machine = Obj.CoffFileHeader.Machine;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h66 uint16_t Machine; member in struct:llvm::COFF::header
81 uint16_t Machine; member in struct:llvm::COFF::BigObjHeader
144 /// Machine is based on a 32bit word architecture.
710 uint16_t Machine; member in struct:llvm::COFF::ImportHeader
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp164 Header.Machine = TargetObjectWriter->getMachine();
246 Header.Machine = TargetObjectWriter->getMachine();
497 W.write<uint16_t>(Header.Machine);
508 W.write<uint16_t>(Header.Machine);
793 if ((Header.Machine == COFF::IMAGE_FILE_MACHINE_AMD64 &&
795 (Header.Machine == COFF::IMAGE_FILE_MACHINE_I386 &&
799 if (Header.Machine == COFF::IMAGE_FILE_MACHINE_ARMNT) {
1164 : Machine(Machine_) {}
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStream.cpp197 uint16_t Machine = Header->MachineType; local
198 return static_cast<PDB_Machine>(Machine);
H A DPDBFile.cpp407 PDB_Machine Machine = DbiS->getMachineType();
408 if (Machine == PDB_Machine::Amd64)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp241 W.printEnum("Machine", unsigned(Compile2.Machine), getCPUTypeNames());
242 CompilationCPUType = Compile2.Machine;
266 W.printEnum("Machine", unsigned(Compile3.Machine), getCPUTypeNames());
267 CompilationCPUType = Compile3.Machine;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp295 const PDB_Machine &Machine) {
296 switch (Machine) {
294 operator <<(raw_ostream &OS, const PDB_Machine &Machine) argument
/freebsd-13-stable/stand/
H A Dloader.mk68 # Machine-independant ISA PnP

Completed in 282 milliseconds

12