Searched defs:MachineType (Results 1 - 9 of 9) sorted by relevance

/external/llvm/include/llvm/DebugInfo/PDB/Raw/
H A DDbiStreamBuilder.h50 PDB_Machine MachineType; member in class:llvm::pdb::DbiStreamBuilder
H A DDbiStream.h58 support::ulittle16_t MachineType; // See PDB_MachineType enum. member in struct:llvm::pdb::DbiStream::HeaderInfo
/external/syslinux/efi32/include/efi/
H A Dromload.h28 UINT16 MachineType; member in struct:__anon21218
/external/syslinux/efi64/include/efi/
H A Dromload.h28 UINT16 MachineType; member in struct:__anon21395
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
H A Dromload.h28 UINT16 MachineType; member in struct:__anon21616
/external/llvm/tools/llvm-pdbdump/
H A DPdbYaml.h55 PDB_Machine MachineType; member in struct:llvm::pdb::yaml::PdbDbiStream
/external/swiftshader/third_party/LLVM/include/llvm/Target/
H A DTargetELFWriterInfo.h35 enum MachineType { enum in class:llvm::TargetELFWriterInfo
/external/v8/src/
H A Dmachine-type.h56 class MachineType { class in class:v8::internal::MachineRepresentation
58 MachineType() function in class:v8::internal::MachineRepresentation::MachineType
61 MachineType(MachineRepresentation representation, MachineSemantic semantic) function in class:v8::internal::MachineRepresentation::MachineType
64 bool operator==(MachineType other) const {
69 bool operator!=(MachineType other) const { return !(*this == other); }
89 static MachineType UintPtr() {
92 static MachineType IntPtr() {
95 static MachineType Int8() {
96 return MachineType(MachineRepresentation::kWord8, MachineSemantic::kInt32);
98 static MachineType Uint
[all...]
/external/v8/src/compiler/
H A Dlinkage.h43 MachineType type = MachineType::None()) {
48 MachineType type = MachineType::None()) {
53 static LinkageLocation ForCallerFrameSlot(int32_t slot, MachineType type) {
58 static LinkageLocation ForCalleeFrameSlot(int32_t slot, MachineType type) {
68 MachineType::Pointer());
75 MachineType::Pointer());
83 MachineType::AnyTagged());
90 MachineType
42 ForAnyRegister( MachineType type = MachineType::None()) argument
47 ForRegister(int32_t reg, MachineType type = MachineType::None()) argument
[all...]

Completed in 302 milliseconds