Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DEnumTables.cpp25 PDB_ENUM_CLASS_ENT(OMFSegDescFlags, AddressIs32Bit),
DDbiStreamBuilder.cpp340 Ret |= static_cast<uint16_t>(OMFSegDescFlags::AddressIs32Bit); in toSecMapFlags()
380 Entry.Flags = static_cast<uint16_t>(OMFSegDescFlags::AddressIs32Bit) | in createSectionMap()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DRawConstants.h106 AddressIs32Bit = 1 << 3, // Descriptor describes a 32-bit linear address. enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp1849 PUSH_FLAG(OMFSegDescFlags, AddressIs32Bit, Flags, "32 bit addr"); in formatSegMapDescriptorFlag()