Home
last modified time | relevance | path

Searched refs:BasedOnSegmentAddress (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h339 BasedOnSegmentAddress = 0x07, // based on segment address of base enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/docs/PDB/
H A DCodeViewTypes.rst94 BasedOnSegmentAddress = 0x07, // based on segment address of base
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp359 CV_ENUM_CLASS_ENT(PointerKind, BasedOnSegmentAddress),
H A DTypeDumpVisitor.cpp77 ENUM_ENTRY(PointerKind, BasedOnSegmentAddress),
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp173 RETURN_CASE(PointerKind, BasedOnSegmentAddress, "segment address based"); in pointerKind()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp274 PointerKind::BasedOnSegmentAddress); in enumeration()