|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/DebugInfo/PDB/Native/NativeCompilandSymbol.cpp 34 dumpSymbolField(OS, "libraryName", getLibraryName(), Indent);
35 dumpSymbolField(OS, "name", getName(), Indent);
36 dumpSymbolField(OS, "editAndContinueEnabled", isEditAndContinueEnabled(),
lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp 28 dumpSymbolField(OS, "symTag", Tag, Indent);
lib/DebugInfo/PDB/Native/NativeSymbolEnumerator.cpp 37 dumpSymbolField(OS, "name", getName(), Indent);
40 dumpSymbolField(OS, "dataKind", getDataKind(), Indent);
41 dumpSymbolField(OS, "locationType", getLocationType(), Indent);
42 dumpSymbolField(OS, "constType", isConstType(), Indent);
43 dumpSymbolField(OS, "unalignedType", isUnalignedType(), Indent);
44 dumpSymbolField(OS, "volatileType", isVolatileType(), Indent);
45 dumpSymbolField(OS, "value", getValue(), Indent);
lib/DebugInfo/PDB/Native/NativeTypeArray.cpp 31 dumpSymbolField(OS, "arrayIndexTypeId", getArrayIndexTypeId(), Indent);
38 dumpSymbolField(OS, "length", getLength(), Indent);
39 dumpSymbolField(OS, "count", getCount(), Indent);
40 dumpSymbolField(OS, "constType", isConstType(), Indent);
41 dumpSymbolField(OS, "unalignedType", isUnalignedType(), Indent);
42 dumpSymbolField(OS, "volatileType", isVolatileType(), Indent);
lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp 133 dumpSymbolField(OS, "baseType", static_cast<uint32_t>(getBuiltinType()),
138 dumpSymbolField(OS, "name", getName(), Indent);
145 dumpSymbolField(OS, "length", getLength(), Indent);
146 dumpSymbolField(OS, "constructor", hasConstructor(), Indent);
147 dumpSymbolField(OS, "constType", isConstType(), Indent);
148 dumpSymbolField(OS, "hasAssignmentOperator", hasAssignmentOperator(), Indent);
149 dumpSymbolField(OS, "hasCastOperator", hasCastOperator(), Indent);
150 dumpSymbolField(OS, "hasNestedTypes", hasNestedTypes(), Indent);
151 dumpSymbolField(OS, "overloadedOperator", hasOverloadedOperator(), Indent);
152 dumpSymbolField(OS, "isInterfaceUdt", isInterfaceUdt(), Indent);
153 dumpSymbolField(OS, "intrinsic", isIntrinsic(), Indent);
154 dumpSymbolField(OS, "nested", isNested(), Indent);
155 dumpSymbolField(OS, "packed", isPacked(), Indent);
156 dumpSymbolField(OS, "isRefUdt", isRefUdt(), Indent);
157 dumpSymbolField(OS, "scoped", isScoped(), Indent);
158 dumpSymbolField(OS, "unalignedType", isUnalignedType(), Indent);
159 dumpSymbolField(OS, "isValueUdt", isValueUdt(), Indent);
160 dumpSymbolField(OS, "volatileType", isVolatileType(), Indent);
lib/DebugInfo/PDB/Native/NativeTypeFunctionSig.cpp 118 dumpSymbolField(OS, "callingConvention", getCallingConvention(), Indent);
119 dumpSymbolField(OS, "count", getCount(), Indent);
123 dumpSymbolField(OS, "thisAdjust", getThisAdjust(), Indent);
124 dumpSymbolField(OS, "constructor", hasConstructor(), Indent);
125 dumpSymbolField(OS, "constType", isConstType(), Indent);
126 dumpSymbolField(OS, "isConstructorVirtualBase", isConstructorVirtualBase(),
128 dumpSymbolField(OS, "isCxxReturnUdt", isCxxReturnUdt(), Indent);
129 dumpSymbolField(OS, "unalignedType", isUnalignedType(), Indent);
130 dumpSymbolField(OS, "volatileType", isVolatileType(), Indent);
lib/DebugInfo/PDB/Native/NativeTypePointer.cpp 49 dumpSymbolField(OS, "length", getLength(), Indent);
50 dumpSymbolField(OS, "constType", isConstType(), Indent);
51 dumpSymbolField(OS, "isPointerToDataMember", isPointerToDataMember(), Indent);
52 dumpSymbolField(OS, "isPointerToMemberFunction", isPointerToMemberFunction(),
54 dumpSymbolField(OS, "RValueReference", isRValueReference(), Indent);
55 dumpSymbolField(OS, "reference", isReference(), Indent);
56 dumpSymbolField(OS, "restrictedType", isRestrictedType(), Indent);
59 dumpSymbolField(OS, "isSingleInheritance", 1, Indent);
61 dumpSymbolField(OS, "isMultipleInheritance", 1, Indent);
63 dumpSymbolField(OS, "isVirtualInheritance", 1, Indent);
65 dumpSymbolField(OS, "unalignedType", isUnalignedType(), Indent);
66 dumpSymbolField(OS, "volatileType", isVolatileType(), Indent);
lib/DebugInfo/PDB/Native/NativeTypeTypedef.cpp 18 dumpSymbolField(OS, "name", getName(), Indent);
lib/DebugInfo/PDB/Native/NativeTypeUDT.cpp 43 dumpSymbolField(OS, "name", getName(), Indent);
52 dumpSymbolField(OS, "virtualTableShapeId", getVirtualTableShapeId(),
54 dumpSymbolField(OS, "length", getLength(), Indent);
55 dumpSymbolField(OS, "udtKind", getUdtKind(), Indent);
56 dumpSymbolField(OS, "constructor", hasConstructor(), Indent);
57 dumpSymbolField(OS, "constType", isConstType(), Indent);
58 dumpSymbolField(OS, "hasAssignmentOperator", hasAssignmentOperator(), Indent);
59 dumpSymbolField(OS, "hasCastOperator", hasCastOperator(), Indent);
60 dumpSymbolField(OS, "hasNestedTypes", hasNestedTypes(), Indent);
61 dumpSymbolField(OS, "overloadedOperator", hasOverloadedOperator(), Indent);
62 dumpSymbolField(OS, "isInterfaceUdt", isInterfaceUdt(), Indent);
63 dumpSymbolField(OS, "intrinsic", isIntrinsic(), Indent);
64 dumpSymbolField(OS, "nested", isNested(), Indent);
65 dumpSymbolField(OS, "packed", isPacked(), Indent);
66 dumpSymbolField(OS, "isRefUdt", isRefUdt(), Indent);
67 dumpSymbolField(OS, "scoped", isScoped(), Indent);
68 dumpSymbolField(OS, "unalignedType", isUnalignedType(), Indent);
69 dumpSymbolField(OS, "isValueUdt", isValueUdt(), Indent);
70 dumpSymbolField(OS, "volatileType", isVolatileType(), Indent);
lib/DebugInfo/PDB/Native/NativeTypeVTShape.cpp 23 dumpSymbolField(OS, "count", getCount(), Indent);
24 dumpSymbolField(OS, "constType", isConstType(), Indent);
25 dumpSymbolField(OS, "unalignedType", isUnalignedType(), Indent);
26 dumpSymbolField(OS, "volatileType", isVolatileType(), Indent);