| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypeUDT.cpp | 43 dumpSymbolField(OS, "name", getName(), Indent); in dump() 52 dumpSymbolField(OS, "virtualTableShapeId", getVirtualTableShapeId(), in dump() 54 dumpSymbolField(OS, "length", getLength(), Indent); in dump() 55 dumpSymbolField(OS, "udtKind", getUdtKind(), Indent); in dump() 56 dumpSymbolField(OS, "constructor", hasConstructor(), Indent); in dump() 57 dumpSymbolField(OS, "constType", isConstType(), Indent); in dump() 58 dumpSymbolField(OS, "hasAssignmentOperator", hasAssignmentOperator(), Indent); in dump() 59 dumpSymbolField(OS, "hasCastOperator", hasCastOperator(), Indent); in dump() 60 dumpSymbolField(OS, "hasNestedTypes", hasNestedTypes(), Indent); in dump() 61 dumpSymbolField(OS, "overloadedOperator", hasOverloadedOperator(), Indent); in dump() [all …]
|
| H A D | NativeTypePointer.cpp | 50 dumpSymbolField(OS, "length", getLength(), Indent); in dump() 51 dumpSymbolField(OS, "constType", isConstType(), Indent); in dump() 52 dumpSymbolField(OS, "isPointerToDataMember", isPointerToDataMember(), Indent); in dump() 53 dumpSymbolField(OS, "isPointerToMemberFunction", isPointerToMemberFunction(), in dump() 55 dumpSymbolField(OS, "RValueReference", isRValueReference(), Indent); in dump() 56 dumpSymbolField(OS, "reference", isReference(), Indent); in dump() 57 dumpSymbolField(OS, "restrictedType", isRestrictedType(), Indent); in dump() 60 dumpSymbolField(OS, "isSingleInheritance", 1, Indent); in dump() 62 dumpSymbolField(OS, "isMultipleInheritance", 1, Indent); in dump() 64 dumpSymbolField(OS, "isVirtualInheritance", 1, Indent); in dump() [all …]
|
| H A D | NativeTypeEnum.cpp | 136 dumpSymbolField(OS, "baseType", static_cast<uint32_t>(getBuiltinType()), in dump() 141 dumpSymbolField(OS, "name", getName(), Indent); in dump() 148 dumpSymbolField(OS, "length", getLength(), Indent); in dump() 149 dumpSymbolField(OS, "constructor", hasConstructor(), Indent); in dump() 150 dumpSymbolField(OS, "constType", isConstType(), Indent); in dump() 151 dumpSymbolField(OS, "hasAssignmentOperator", hasAssignmentOperator(), Indent); in dump() 152 dumpSymbolField(OS, "hasCastOperator", hasCastOperator(), Indent); in dump() 153 dumpSymbolField(OS, "hasNestedTypes", hasNestedTypes(), Indent); in dump() 154 dumpSymbolField(OS, "overloadedOperator", hasOverloadedOperator(), Indent); in dump() 155 dumpSymbolField(OS, "isInterfaceUdt", isInterfaceUdt(), Indent); in dump() [all …]
|
| H A D | NativeTypeArray.cpp | 31 dumpSymbolField(OS, "arrayIndexTypeId", getArrayIndexTypeId(), Indent); in dump() 38 dumpSymbolField(OS, "length", getLength(), Indent); in dump() 39 dumpSymbolField(OS, "count", getCount(), Indent); in dump() 40 dumpSymbolField(OS, "constType", isConstType(), Indent); in dump() 41 dumpSymbolField(OS, "unalignedType", isUnalignedType(), Indent); in dump() 42 dumpSymbolField(OS, "volatileType", isVolatileType(), Indent); in dump()
|
| H A D | NativeSymbolEnumerator.cpp | 37 dumpSymbolField(OS, "name", getName(), Indent); in dump() 40 dumpSymbolField(OS, "dataKind", getDataKind(), Indent); in dump() 41 dumpSymbolField(OS, "locationType", getLocationType(), Indent); in dump() 42 dumpSymbolField(OS, "constType", isConstType(), Indent); in dump() 43 dumpSymbolField(OS, "unalignedType", isUnalignedType(), Indent); in dump() 44 dumpSymbolField(OS, "volatileType", isVolatileType(), Indent); in dump() 45 dumpSymbolField(OS, "value", getValue(), Indent); in dump()
|
| H A D | NativeTypeFunctionSig.cpp | 119 dumpSymbolField(OS, "callingConvention", getCallingConvention(), Indent); in dump() 120 dumpSymbolField(OS, "count", getCount(), Indent); in dump() 124 dumpSymbolField(OS, "thisAdjust", getThisAdjust(), Indent); in dump() 125 dumpSymbolField(OS, "constructor", hasConstructor(), Indent); in dump() 126 dumpSymbolField(OS, "constType", isConstType(), Indent); in dump() 127 dumpSymbolField(OS, "isConstructorVirtualBase", isConstructorVirtualBase(), in dump() 129 dumpSymbolField(OS, "isCxxReturnUdt", isCxxReturnUdt(), Indent); in dump() 130 dumpSymbolField(OS, "unalignedType", isUnalignedType(), Indent); in dump() 131 dumpSymbolField(OS, "volatileType", isVolatileType(), Indent); in dump()
|
| H A D | NativeTypeVTShape.cpp | 25 dumpSymbolField(OS, "count", getCount(), Indent); in dump() 26 dumpSymbolField(OS, "constType", isConstType(), Indent); in dump() 27 dumpSymbolField(OS, "unalignedType", isUnalignedType(), Indent); in dump() 28 dumpSymbolField(OS, "volatileType", isVolatileType(), Indent); in dump()
|
| H A D | NativeCompilandSymbol.cpp | 32 dumpSymbolField(OS, "libraryName", getLibraryName(), Indent); in dump() 33 dumpSymbolField(OS, "name", getName(), Indent); in dump() 34 dumpSymbolField(OS, "editAndContinueEnabled", isEditAndContinueEnabled(), in dump()
|
| H A D | NativePublicSymbol.cpp | 28 dumpSymbolField(OS, "name", getName(), Indent); in dump() 29 dumpSymbolField(OS, "offset", getAddressOffset(), Indent); in dump() 30 dumpSymbolField(OS, "section", getAddressSection(), Indent); in dump()
|
| H A D | NativeFunctionSymbol.cpp | 38 dumpSymbolField(OS, "name", getName(), Indent); in dump() 39 dumpSymbolField(OS, "length", getLength(), Indent); in dump() 40 dumpSymbolField(OS, "offset", getAddressOffset(), Indent); in dump() 41 dumpSymbolField(OS, "section", getAddressSection(), Indent); in dump()
|
| H A D | NativeTypeTypedef.cpp | 20 dumpSymbolField(OS, "name", getName(), Indent); in dump()
|
| H A D | NativeInlineSiteSymbol.cpp | 40 dumpSymbolField(OS, "name", getName(), Indent); in dump()
|
| H A D | NativeRawSymbol.cpp | 27 dumpSymbolField(OS, "symTag", Tag, Indent); in dump()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBExtras.h | 51 void dumpSymbolField(raw_ostream &OS, StringRef Name, T Value, int Indent) { in dumpSymbolField() function
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.cpp | 141 dumpSymbolField(OS, Name, static_cast<PrintType>(Value), Indent); in DumpDIAValueAs() 161 dumpSymbolField(OS, Name, Value, Indent); in DumpDIAValue() 174 dumpSymbolField(OS, Name, Result, Indent); in DumpDIAValue() 187 dumpSymbolField(OS, Name, V, Indent); in DumpDIAValue()
|