Home
last modified time | relevance | path

Searched refs:AddressIs32Bit (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DEnumTables.cpp26 PDB_ENUM_CLASS_ENT(OMFSegDescFlags, AddressIs32Bit),
DDbiStreamBuilder.cpp306 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/
DEnumTables.cpp26 PDB_ENUM_CLASS_ENT(OMFSegDescFlags, AddressIs32Bit),
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DRawConstants.h85 AddressIs32Bit = 1 << 3, // Descriptor describes a 32-bit linear address. enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DRawConstants.h107 AddressIs32Bit = 1 << 3, // Descriptor describes a 32-bit linear address. enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/docs/PDB/
DDbiStream.rst312 AddressIs32Bit = 1 << 3, // Descriptor describes a 32-bit linear address.
/external/llvm/test/DebugInfo/PDB/
Dpdbdump-headers.test725 ; 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/
DDumpOutputStyle.cpp1547 PUSH_FLAG(OMFSegDescFlags, AddressIs32Bit, Flags, "32 bit addr"); in formatSegMapDescriptorFlag()