Home
last modified time | relevance | path

Searched refs:Machine (Results 1 – 25 of 168) sorted by relevance

1234567

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DCOFFImportFile.cpp32 static bool is32bit(MachineTypes Machine) { in is32bit() argument
33 switch (Machine) { in is32bit()
45 static uint16_t getImgRelRelocation(MachineTypes Machine) { in getImgRelRelocation() argument
46 switch (Machine) { in getImgRelRelocation()
93 MachineTypes Machine, bool MinGW) { in getNameType() argument
104 if (Machine == IMAGE_FILE_MACHINE_I386 && Sym.startswith("_")) in getNameType()
140 MachineTypes Machine; member in llvm::object::__anon3d74a9590111::ObjectFactory
149 : Machine(M), ImportName(S), Library(S.drop_back(4)), in ObjectFactory()
187 u16(Machine), in createImportDescriptor()
198 u16(is32bit(Machine) ? IMAGE_FILE_32BIT_MACHINE : C_Invalid), in createImportDescriptor()
[all …]
DCOFFModuleDefinition.cpp149 : Lex(S), Machine(M), MingwDef(B) {} in Parser()
244 if (Machine == IMAGE_FILE_MACHINE_I386) { in parseExport()
289 if (Machine == IMAGE_FILE_MACHINE_I386 && !isDecorated(E.AliasTarget, MingwDef)) in parseExport()
356 MachineTypes Machine; member in llvm::object::Parser
362 MachineTypes Machine, in parseCOFFModuleDefinition() argument
364 return Parser(MB.getBuffer(), Machine, MingwDef).parse(); in parseCOFFModuleDefinition()
DELF.cpp22 StringRef llvm::object::getELFRelocationTypeName(uint32_t Machine, in getELFRelocationTypeName() argument
24 switch (Machine) { in getELFRelocationTypeName()
156 uint32_t llvm::object::getELFRelativeRelocationType(uint32_t Machine) { in getELFRelativeRelocationType() argument
157 switch (Machine) { in getELFRelativeRelocationType()
200 StringRef llvm::object::getELFSectionTypeName(uint32_t Machine, unsigned Type) { in getELFSectionTypeName() argument
201 switch (Machine) { in getELFSectionTypeName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAsmWriter.cpp826 ModuleSlotTracker::ModuleSlotTracker(SlotTracker &Machine, const Module *M, in ModuleSlotTracker() argument
828 : M(M), F(F), Machine(&Machine) {} in ModuleSlotTracker()
839 return Machine; in getMachine()
844 Machine = MachineStorage.get(); in getMachine()
845 return Machine; in getMachine()
857 Machine->purgeFunction(); in incorporateFunction()
858 Machine->incorporateFunction(&F); in incorporateFunction()
864 return Machine->getLocalSlot(V); in getLocalSlot()
1245 SlotTracker *Machine,
1250 SlotTracker *Machine, const Module *Context,
[all …]
/third_party/ltp/testcases/network/multicast/mc_commo/
DREADME.1st2 path setup for the test, i.e. if Machine A has "/testcases/mc_commo" for the files, then
3 Machine B must also have the same path setup. Machine B would be exported as the
4 RHOST on Machine A, i.e. 'export RHOST=<Machine B hostname>'. If this
/third_party/ltp/testcases/kernel/mce-test/doc/cases/
Dsoft-inj_panic_ucr.txt22 * mce_reign() until mce_panic("Fatal Machine check",)
30 * Kernel panic message is "Fatal Machine check"
45 * mce_reign() until mce_panic("Fatal Machine check",)
53 * Kernel panic message is "Fatal Machine check"
68 * mce_reign() until mce_panic("Fatal Machine check",)
76 * Kernel panic message is "Fatal Machine check"
91 * mce_reign() until mce_panic("Machine check from unknown source",)
100 * Kernel panic message is "Machine check from unknown source"
119 * Kernel panic message is "Fatal Machine check"
133 * Kernel panic message is "Fatal Machine check"
Dsoft-inj_panic_npcc.txt31 * Kernel panic message is "Fatal Machine check"
46 * Kernel panic message is "Fatal Machine check"
82 * Kernel panic message is "Fatal Machine check"
113 * Kernel panic message is "Fatal Machine check"
128 * Kernel panic message is "Fatal Machine check"
138 * mce_reign(), mce_panic("Machine check from unknown source") branch
144 * Kernel panic message is "Machine check from unknown source"
Dsoft-inj_panic.txt20 * mce_reign() until mce_panic("Fatal Machine check",)
31 * Kernel panic message is "Fatal Machine check"
70 * Kernel panic message is "Fatal Machine check"
87 * Kernel panic message is "Fatal Machine check"
121 * Kernel panic message is "Fatal Machine check"
139 * Kernel panic message is "Machine check from unknown source"
154 * Kernel panic message is "Fatal Machine check"
170 * Kernel panic message is "Fatal Machine check"
Dsoft-inj_panic_noser.txt23 * mce_reign() until mce_panic("Fatal Machine check",)
31 * Kernel panic message is "Fatal Machine check"
49 * mce_reign() until mce_panic("Fatal Machine check",)
57 * Kernel panic message is "Fatal Machine check"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonSchedule.td60 // V5 Machine Info +
65 // V55 Machine Info +
69 // V60 Machine Info -
77 // V62 Machine Info +
83 // V65 Machine Info +
89 // V66 Machine Info +
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-dlltool/
DDlltoolDriver.cpp122 COFF::MachineTypes Machine = IMAGE_FILE_MACHINE_UNKNOWN; in dlltoolDriverMain() local
124 Machine = getEmulation(Arg->getValue()); in dlltoolDriverMain()
126 if (Machine == IMAGE_FILE_MACHINE_UNKNOWN) { in dlltoolDriverMain()
132 parseCOFFModuleDefinition(*MB, Machine, true); in dlltoolDriverMain()
163 if (Machine == IMAGE_FILE_MACHINE_I386 && Args.getLastArg(OPT_k)) { in dlltoolDriverMain()
181 writeImportLibrary(Def->OutputFile, Path, Def->Exports, Machine, true)) in dlltoolDriverMain()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-lib/
DLibDriver.cpp154 uint16_t Machine = Obj.getMachine(); in getCOFFFileMachine() local
155 if (Machine != COFF::IMAGE_FILE_MACHINE_I386 && in getCOFFFileMachine()
156 Machine != COFF::IMAGE_FILE_MACHINE_AMD64 && in getCOFFFileMachine()
157 Machine != COFF::IMAGE_FILE_MACHINE_ARMNT && in getCOFFFileMachine()
158 Machine != COFF::IMAGE_FILE_MACHINE_ARM64) { in getCOFFFileMachine()
159 llvm::errs() << MB.getBufferIdentifier() << ": unknown machine: " << Machine in getCOFFFileMachine()
164 return static_cast<COFF::MachineTypes>(Machine); in getCOFFFileMachine()
/third_party/skia/third_party/externals/freetype/src/gxvalid/
DREADME113 3-1. Validation of State Machine activity
116 QuickDraw GX/AAT uses a `State Machine' to provide `stateful' layout
118 this `State Machine' in a `StateTable' data structure. While the
119 State Machine receives a series of glyph IDs, the State Machine
127 - existence of glyph IDs that the State Machine doesn't know how
129 - the State Machine cannot compute the layout information from
133 State Machine itself, because these are `expression' errors of state
136 There is no limitation about how long the State Machine walks
138 diagram requires infinite steps, even if we had a State Machine in
142 - existence of states which the State Machine never transits to
[all …]
/third_party/flutter/skia/third_party/externals/freetype/src/gxvalid/
DREADME113 3-1. Validation of State Machine activity
116 QuickDraw GX/AAT uses a `State Machine' to provide `stateful' layout
118 this `State Machine' in a `StateTable' data structure. While the
119 State Machine receives a series of glyph IDs, the State Machine
127 - existence of glyph IDs that the State Machine doesn't know how
129 - the State Machine cannot compute the layout information from
133 State Machine itself, because these are `expression' errors of state
136 There is no limitation about how long the State Machine walks
138 diagram requires infinite steps, even if we had a State Machine in
142 - existence of states which the State Machine never transits to
[all …]
/third_party/freetype/src/gxvalid/
DREADME113 3-1. Validation of State Machine activity
116 QuickDraw GX/AAT uses a `State Machine' to provide `stateful' layout
118 this `State Machine' in a `StateTable' data structure. While the
119 State Machine receives a series of glyph IDs, the State Machine
127 - existence of glyph IDs that the State Machine doesn't know how
129 - the State Machine cannot compute the layout information from
133 State Machine itself, because these are `expression' errors of state
136 There is no limitation about how long the State Machine walks
138 diagram requires infinite steps, even if we had a State Machine in
142 - existence of states which the State Machine never transits to
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModuleSlotTracker.h37 SlotTracker *Machine = nullptr; variable
41 ModuleSlotTracker(SlotTracker &Machine, const Module *M,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCWinCOFFObjectWriter.h26 const unsigned Machine; variable
39 unsigned getMachine() const { return Machine; } in getMachine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCOFFYAML.cpp360 NMachine(IO &) : Machine(COFF::MachineTypes(0)) {} in NMachine()
361 NMachine(IO &, uint16_t M) : Machine(COFF::MachineTypes(M)) {} in NMachine()
363 uint16_t denormalize(IO &) { return Machine; } in denormalize()
365 COFF::MachineTypes Machine; member
416 if (H.Machine == COFF::IMAGE_FILE_MACHINE_I386) { in mapping()
420 } else if (H.Machine == COFF::IMAGE_FILE_MACHINE_AMD64) { in mapping()
424 } else if (H.Machine == COFF::IMAGE_FILE_MACHINE_ARMNT) { in mapping()
428 } else if (H.Machine == COFF::IMAGE_FILE_MACHINE_ARM64) { in mapping()
491 MappingNormalization<NMachine, uint16_t> NM(IO, H.Machine); in mapping()
495 IO.mapRequired("Machine", NM->Machine); in mapping()
/third_party/boost/libs/parameter/test/
Dtimings.txt23 Machine:
57 Machine:
80 Machine:
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVSystemOperands.td25 // Privilege Mode: User = 0, System = 1 or Machine = 3.
176 // Machine Information Registers
185 // Machine Trap Setup
196 // Machine Trap Handling
205 // Machine Protection and Translation
233 // Machine Counter and Timers
304 // Machine Counter Setup
/third_party/ltp/testcases/network/nfsv4/locks/
Dlocktests.py31 class Machine: class
44 class Client(Machine):
77 class Serveur(Machine):
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCOFF.h61 uint16_t Machine; member
76 uint16_t Machine; member
654 uint16_t Machine; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DCOFFModuleDefinition.h46 parseCOFFModuleDefinition(MemoryBufferRef MB, COFF::MachineTypes Machine,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWinCOFFObjectWriter.cpp157 Header.Machine = TargetObjectWriter->getMachine(); in reset()
238 Header.Machine = TargetObjectWriter->getMachine(); in WinCOFFObjectWriter()
487 W.write<uint16_t>(Header.Machine); in WriteFileHeader()
498 W.write<uint16_t>(Header.Machine); in WriteFileHeader()
776 if ((Header.Machine == COFF::IMAGE_FILE_MACHINE_AMD64 && in recordRelocation()
778 (Header.Machine == COFF::IMAGE_FILE_MACHINE_I386 && in recordRelocation()
782 if (Header.Machine == COFF::IMAGE_FILE_MACHINE_ARMNT) { in recordRelocation()
1091 : Machine(Machine_) {} in MCWinCOFFObjectTargetWriter()
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/
Droot_subset.txt2 // * Copyright (C) 2004-2013, International Business Machine

1234567