HomeSort by: relevance | last modified time | path
    Searched defs:Machine (Results 1 - 25 of 25) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCWinCOFFObjectWriter.h 26 const unsigned Machine;
39 unsigned getMachine() const { return Machine; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ModuleSlotTracker.h 37 SlotTracker *Machine = nullptr;
41 ModuleSlotTracker(SlotTracker &Machine, const Module *M,
  /src/external/apache2/llvm/dist/llvm/lib/ToolDrivers/llvm-dlltool/
DlltoolDriver.cpp 98 llvm::errs() << "error: no target machine specified\n"
122 COFF::MachineTypes Machine = IMAGE_FILE_MACHINE_UNKNOWN;
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))
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
COFFYAML.cpp 360 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;
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", NM->Machine)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Passes/
PassBuilderBindings.cpp 49 TargetMachine *Machine = unwrap(TM);
56 PassBuilder PB(Machine, PassOpts->PTO, None, &PIC);
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/target/
target_ocaml.c 205 /*===---- Target Machine --------------------------------------------------===*/
209 static void llvm_finalize_target_machine(value Machine) {
210 LLVMDisposeTargetMachine(TargetMachine_val(Machine));
222 static value llvm_alloc_targetmachine(LLVMTargetMachineRef Machine) {
225 TargetMachine_val(V) = Machine;
235 LLVMTargetMachineRef Machine;
252 Machine =
256 return llvm_alloc_targetmachine(Machine);
266 LLVMTargetRef llvm_targetmachine_target(value Machine) {
267 return LLVMGetTargetMachineTarget(TargetMachine_val(Machine));
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
DbiStream.cpp 197 uint16_t Machine = Header->MachineType;
198 return static_cast<PDB_Machine>(Machine);
  /src/external/apache2/llvm/dist/llvm/lib/Object/
COFFImportFile.cpp 32 static bool is32bit(MachineTypes Machine) {
33 switch (Machine) {
35 llvm_unreachable("unsupported machine");
45 static uint16_t getImgRelRelocation(MachineTypes Machine) {
46 switch (Machine) {
48 llvm_unreachable("unsupported 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))
    [all...]
COFFModuleDefinition.cpp 149 : 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;
362 MachineTypes Machine,
364 return Parser(MB.getBuffer(), Machine, MingwDef).parse();
  /src/external/apache2/llvm/dist/llvm/tools/opt/
opt.cpp 726 TargetMachine *Machine = nullptr;
733 Machine = GetTargetMachine(ModuleTriple, CPUStr, FeaturesStr, Options);
741 std::unique_ptr<TargetMachine> TM(Machine);
861 // Add internal analysis passes from the target machine.
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
ConfigManager.cpp 278 MachineInfo Machine;
763 Config.OutputArch = Target->Machine;
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
SymbolRecord.h 711 CPUType Machine;
737 CPUType Machine;
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
COFF.h 66 uint16_t Machine;
81 uint16_t Machine;
144 /// Machine is based on a 32bit word architecture.
156 /// This file should only be run on a uniprocessor machine.
711 uint16_t Machine;
  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
ELFYAML.h 118 Optional<ELF_EM> Machine;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
Object.h 1047 uint32_t Machine;
  /src/external/gpl3/binutils/dist/include/coff/
pe.h 132 /* Machine numbers. */
355 char Machine[2];
  /src/external/gpl3/binutils.old/dist/include/coff/
pe.h 132 /* Machine numbers. */
355 char Machine[2];
  /src/external/gpl3/gdb/dist/include/coff/
pe.h 132 /* Machine numbers. */
355 char Machine[2];
  /src/external/gpl3/gdb.old/dist/include/coff/
pe.h 132 /* Machine numbers. */
354 char Machine[2];
  /src/sys/external/bsd/gnu-efi/dist/inc/ia32/
pe.h 76 UINT16 Machine;
91 #define IMAGE_FILE_BYTES_REVERSED_LO 0x0080 // Bytes of machine word are reversed.
92 #define IMAGE_FILE_32BIT_MACHINE 0x0100 // 32 bit word machine.
96 #define IMAGE_FILE_BYTES_REVERSED_HI 0x8000 // Bytes of machine word are reversed.
106 #define IMAGE_FILE_MACHINE_TAHOE 0x7cc // Intel EM machine
228 #define IMAGE_DIRECTORY_ENTRY_GLOBALPTR 8 // Machine Value (MIPS GP)
  /src/sys/external/bsd/gnu-efi/dist/inc/ia64/
pe.h 91 UINT16 Machine;
106 #define IMAGE_FILE_BYTES_REVERSED_LO 0x0080 // Bytes of machine word are reversed.
107 #define IMAGE_FILE_32BIT_MACHINE 0x0100 // 32 bit word machine.
111 #define IMAGE_FILE_BYTES_REVERSED_HI 0x8000 // Bytes of machine word are reversed.
121 #define IMAGE_FILE_MACHINE_TAHOE 0x7cc // Intel EM machine
234 #define IMAGE_DIRECTORY_ENTRY_GLOBALPTR 8 // Machine Value (MIPS GP)
  /src/sys/external/bsd/gnu-efi/dist/inc/x86_64/
pe.h 76 UINT16 Machine;
91 #define IMAGE_FILE_BYTES_REVERSED_LO 0x0080 // Bytes of machine word are reversed.
92 #define IMAGE_FILE_32BIT_MACHINE 0x0100 // 32 bit word machine.
96 #define IMAGE_FILE_BYTES_REVERSED_HI 0x8000 // Bytes of machine word are reversed.
106 #define IMAGE_FILE_MACHINE_TAHOE 0x7cc // Intel EM machine
228 #define IMAGE_DIRECTORY_ENTRY_GLOBALPTR 8 // Machine Value (MIPS GP)
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
COFF.h 76 support::ulittle16_t Machine;
91 support::ulittle16_t Machine;
545 support::ulittle16_t Machine;
861 return COFFHeader->Machine;
863 return COFFBigObjHeader->Machine;
  /src/external/apache2/llvm/dist/llvm/lib/IR/
AsmWriter.cpp 812 /// will reset the state of the machine back to just the module contents.
877 ModuleSlotTracker::ModuleSlotTracker(SlotTracker &Machine, const Module *M,
879 : M(M), F(F), Machine(&Machine) {}
890 return Machine;
895 Machine = MachineStorage.get();
896 return Machine;
908 Machine->purgeFunction();
909 Machine->incorporateFunction(&F);
915 return Machine->getLocalSlot(V)
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ELFDumper.cpp 1071 ENUM_ENT(EM_HUANY, "Harvard Universitys's machine-independent object format"),
2574 const unsigned Machine = Obj.getHeader().e_machine;
2575 assert((Machine == EM_ARM || Machine == EM_RISCV) &&
2601 if (Machine == EM_ARM)
3241 printFields(OS, "Machine:", Str);
3547 static std::string getSectionTypeString(unsigned Machine, unsigned Type) {
3548 StringRef Name = getELFSectionTypeName(Machine, Type);
5062 << ", Machine Model: " << uint32_t(Properties->MachineModel)
6213 W.printEnum("Machine", E.e_machine, makeArrayRef(ElfMachineType))
    [all...]

Completed in 60 milliseconds