Searched defs:Machine (Results 1 - 16 of 16) sorted by relevance

/external/llvm/lib/Object/
H A DELF.cpp19 StringRef getELFRelocationTypeName(uint32_t Machine, uint32_t Type) { argument
20 switch (Machine) {
H A DCOFFYAML.cpp300 NMachine(IO &) : Machine(COFF::MachineTypes(0)) {}
301 NMachine(IO &, uint16_t M) : Machine(COFF::MachineTypes(M)) {}
302 uint16_t denormalize(IO &) { return Machine; }
303 COFF::MachineTypes Machine; member in struct:llvm::yaml::__anon12378::NMachine
348 if (H.Machine == COFF::IMAGE_FILE_MACHINE_I386) {
352 } else if (H.Machine == COFF::IMAGE_FILE_MACHINE_AMD64) {
415 MappingNormalization<NMachine, uint16_t> NM(IO, H.Machine);
419 IO.mapRequired("Machine", NM->Machine);
/external/libunwind/doc/
H A Dlibunwind-ia64.tex40 \section{Machine-State}
/external/llvm/include/llvm/MC/
H A DMCWinCOFFObjectWriter.h23 const unsigned Machine; member in class:llvm::MCWinCOFFObjectTargetWriter
31 unsigned getMachine() const { return Machine; }
/external/llvm/include/llvm/IR/
H A DModuleSlotTracker.h36 SlotTracker *Machine = nullptr; member in class:llvm::ModuleSlotTracker
40 ModuleSlotTracker(SlotTracker &Machine, const Module *M,
56 SlotTracker *getMachine() const { return Machine; }
/external/llvm/tools/opt/
H A Dopt.cpp394 TargetMachine *Machine = nullptr; local
400 Machine = GetTargetMachine(ModuleTriple, CPUStr, FeaturesStr, Options);
403 std::unique_ptr<TargetMachine> TM(Machine);
/external/llvm/include/llvm/Object/
H A DELFYAML.h65 ELF_EM Machine; member in struct:llvm::ELFYAML::FileHeader
H A DCOFF.h63 support::ulittle16_t Machine; member in struct:llvm::object::coff_file_header
78 support::ulittle16_t Machine; member in struct:llvm::object::coff_bigobj_file_header
471 support::ulittle16_t Machine; member in struct:llvm::object::coff_import_header
596 return COFFHeader->Machine;
598 return COFFBigObjHeader->Machine;
/external/llvm/bindings/ocaml/target/
H A Dtarget_ocaml.c223 /*===---- Target Machine --------------------------------------------------===*/
227 static void llvm_finalize_target_machine(value Machine) { argument
228 LLVMDisposeTargetMachine(TargetMachine_val(Machine));
241 static value llvm_alloc_targetmachine(LLVMTargetMachineRef Machine) { argument
244 TargetMachine_val(V) = Machine;
254 LLVMTargetMachineRef Machine; local
271 Machine = LLVMCreateTargetMachine(Target, String_val(Triple), CPUStr,
274 return llvm_alloc_targetmachine(Machine);
283 CAMLprim LLVMTargetRef llvm_targetmachine_target(value Machine) { argument
284 return LLVMGetTargetMachineTarget(TargetMachine_val(Machine));
288 llvm_targetmachine_triple(value Machine) argument
294 llvm_targetmachine_cpu(value Machine) argument
300 llvm_targetmachine_features(value Machine) argument
306 llvm_targetmachine_data_layout(value Machine) argument
325 llvm_targetmachine_set_verbose_asm(value Verb, value Machine) argument
331 llvm_targetmachine_emit_to_file(LLVMModuleRef Module, value FileType, value FileName, value Machine) argument
346 llvm_targetmachine_emit_to_memory_buffer( LLVMModuleRef Module, value FileType, value Machine) argument
362 llvm_targetmachine_add_analysis_passes(LLVMPassManagerRef PM, value Machine) argument
[all...]
/external/autotest/frontend/tko/
H A Dmodels.py124 class Machine(dbmodels.Model): class in inherits:dbmodels.Model
132 """Metadata for class Machine."""
176 machine = dbmodels.ForeignKey(Machine, db_column='machine_idx')
210 machine = dbmodels.ForeignKey(Machine, db_column='machine_idx')
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1062 W.printEnum ("Machine", Header->e_machine, makeArrayRef(ElfMachineType));
1535 const unsigned Machine = Obj->getHeader()->e_machine; local
1536 if (Machine == EM_ARM) {
/external/llvm/lib/IR/
H A DAsmWriter.cpp678 ModuleSlotTracker::ModuleSlotTracker(SlotTracker &Machine, const Module *M, argument
680 : M(M), F(F), Machine(&Machine) {}
686 M(M), Machine(MachineStorage.get()) {}
691 if (!Machine)
698 Machine->purgeFunction();
699 Machine->incorporateFunction(&F);
705 return Machine->getLocalSlot(V);
992 SlotTracker *Machine,
997 SlotTracker *Machine, cons
1084 WriteConstantInternal(raw_ostream &Out, const Constant *CV, TypePrinting &TypePrinter, SlotTracker *Machine, const Module *Context) argument
1342 writeMDTuple(raw_ostream &Out, const MDTuple *Node, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1382 SlotTracker *Machine; member in struct:__anon12337::MDFieldPrinter
1387 MDFieldPrinter(raw_ostream &Out, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1433 writeMetadataAsOperand(raw_ostream &Out, const Metadata *MD, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1497 writeGenericDINode(raw_ostream &Out, const GenericDINode *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1516 writeDILocation(raw_ostream &Out, const DILocation *DL, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1561 writeDIDerivedType(raw_ostream &Out, const DIDerivedType *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1581 writeDICompositeType(raw_ostream &Out, const DICompositeType *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1605 writeDISubroutineType(raw_ostream &Out, const DISubroutineType *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1627 writeDICompileUnit(raw_ostream &Out, const DICompileUnit *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1653 writeDISubprogram(raw_ostream &Out, const DISubprogram *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1679 writeDILexicalBlock(raw_ostream &Out, const DILexicalBlock *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1691 writeDILexicalBlockFile(raw_ostream &Out, const DILexicalBlockFile *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1705 writeDINamespace(raw_ostream &Out, const DINamespace *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1717 writeDIMacro(raw_ostream &Out, const DIMacro *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1729 writeDIMacroFile(raw_ostream &Out, const DIMacroFile *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1740 writeDIModule(raw_ostream &Out, const DIModule *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1754 writeDITemplateTypeParameter(raw_ostream &Out, const DITemplateTypeParameter *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1766 writeDITemplateValueParameter(raw_ostream &Out, const DITemplateValueParameter *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1781 writeDIGlobalVariable(raw_ostream &Out, const DIGlobalVariable *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1799 writeDILocalVariable(raw_ostream &Out, const DILocalVariable *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1814 writeDIExpression(raw_ostream &Out, const DIExpression *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1835 writeDIObjCProperty(raw_ostream &Out, const DIObjCProperty *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1850 writeDIImportedEntity(raw_ostream &Out, const DIImportedEntity *N, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1864 WriteMDNodeBodyInternal(raw_ostream &Out, const MDNode *Node, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1886 WriteAsOperandInternal(raw_ostream &Out, const Value *V, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context) argument
1964 WriteAsOperandInternal(raw_ostream &Out, const Metadata *MD, TypePrinting *TypePrinter, SlotTracker *Machine, const Module *Context, bool FromValue) argument
2006 SlotTracker &Machine; member in class:__anon12338::AssemblyWriter
3340 printWithoutType(const Value &V, raw_ostream &O, SlotTracker *Machine, const Module *M) argument
[all...]
/external/llvm/include/llvm/Support/
H A DCOFF.h56 uint16_t Machine; member in struct:llvm::COFF::header
71 uint16_t Machine; member in struct:llvm::COFF::BigObjHeader
131 /// Machine is based on a 32bit word architecture.
644 uint16_t Machine; member in struct:llvm::COFF::ImportHeader
/external/valgrind/coregrind/m_debuginfo/
H A Dreadpdb.c152 unsigned short Machine; member in struct:_IMAGE_FILE_HEADER
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...

Completed in 689 milliseconds