Home
last modified time | relevance | path

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

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