Searched refs:AddressIs32Bit (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/ |
D | EnumTables.cpp | 26 PDB_ENUM_CLASS_ENT(OMFSegDescFlags, AddressIs32Bit),
|
D | DbiStreamBuilder.cpp | 306 Ret |= static_cast<uint16_t>(OMFSegDescFlags::AddressIs32Bit); in toSecMapFlags() 347 Entry.Flags = static_cast<uint16_t>(OMFSegDescFlags::AddressIs32Bit) | in createSectionMap()
|
/external/llvm/lib/DebugInfo/PDB/Raw/ |
D | EnumTables.cpp | 26 PDB_ENUM_CLASS_ENT(OMFSegDescFlags, AddressIs32Bit),
|
/external/llvm/include/llvm/DebugInfo/PDB/Raw/ |
D | RawConstants.h | 85 AddressIs32Bit = 1 << 3, // Descriptor describes a 32-bit linear address. enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | RawConstants.h | 107 AddressIs32Bit = 1 << 3, // Descriptor describes a 32-bit linear address. enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/PDB/ |
D | DbiStream.rst | 312 AddressIs32Bit = 1 << 3, // Descriptor describes a 32-bit linear address.
|
/external/llvm/test/DebugInfo/PDB/ |
D | pdbdump-headers.test | 725 ; EMPTY-NEXT: AddressIs32Bit (0x8) 741 ; EMPTY-NEXT: AddressIs32Bit (0x8) 756 ; EMPTY-NEXT: AddressIs32Bit (0x8) 772 ; EMPTY-NEXT: AddressIs32Bit (0x8) 787 ; EMPTY-NEXT: AddressIs32Bit (0x8)
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | DumpOutputStyle.cpp | 1547 PUSH_FLAG(OMFSegDescFlags, AddressIs32Bit, Flags, "32 bit addr"); in formatSegMapDescriptorFlag()
|