| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypeUDT.cpp | 44 dumpSymbolField(OS, "name", getName(), Indent); in dump() 55 dumpSymbolField(OS, "length", getLength(), Indent); in dump() 56 dumpSymbolField(OS, "udtKind", getUdtKind(), Indent); in dump() 57 dumpSymbolField(OS, "constructor", hasConstructor(), Indent); in dump() 58 dumpSymbolField(OS, "constType", isConstType(), Indent); in dump() 64 dumpSymbolField(OS, "intrinsic", isIntrinsic(), Indent); in dump() 65 dumpSymbolField(OS, "nested", isNested(), Indent); in dump() 66 dumpSymbolField(OS, "packed", isPacked(), Indent); in dump() 67 dumpSymbolField(OS, "isRefUdt", isRefUdt(), Indent); in dump() 68 dumpSymbolField(OS, "scoped", isScoped(), 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() 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() 66 dumpSymbolField(OS, "unalignedType", isUnalignedType(), Indent); in dump() [all …]
|
| H A D | NativeTypeEnum.cpp | 139 dumpSymbolField(OS, "name", getName(), Indent); in dump() 146 dumpSymbolField(OS, "length", getLength(), Indent); in dump() 147 dumpSymbolField(OS, "constructor", hasConstructor(), Indent); in dump() 148 dumpSymbolField(OS, "constType", isConstType(), Indent); in dump() 154 dumpSymbolField(OS, "intrinsic", isIntrinsic(), Indent); in dump() 155 dumpSymbolField(OS, "nested", isNested(), Indent); in dump() 156 dumpSymbolField(OS, "packed", isPacked(), Indent); in dump() 157 dumpSymbolField(OS, "isRefUdt", isRefUdt(), Indent); in dump() 158 dumpSymbolField(OS, "scoped", isScoped(), Indent); in dump() 160 dumpSymbolField(OS, "isValueUdt", isValueUdt(), Indent); in dump() [all …]
|
| H A D | NativeTypeArray.cpp | 32 dumpSymbolField(OS, "arrayIndexTypeId", getArrayIndexTypeId(), Indent); in dump() 39 dumpSymbolField(OS, "length", getLength(), Indent); in dump() 40 dumpSymbolField(OS, "count", getCount(), Indent); in dump() 41 dumpSymbolField(OS, "constType", isConstType(), Indent); in dump() 42 dumpSymbolField(OS, "unalignedType", isUnalignedType(), Indent); in dump() 43 dumpSymbolField(OS, "volatileType", isVolatileType(), Indent); in dump()
|
| H A D | NativeSymbolEnumerator.cpp | 38 dumpSymbolField(OS, "name", getName(), Indent); in dump() 41 dumpSymbolField(OS, "dataKind", getDataKind(), Indent); in dump() 42 dumpSymbolField(OS, "locationType", getLocationType(), Indent); in dump() 43 dumpSymbolField(OS, "constType", isConstType(), Indent); in dump() 44 dumpSymbolField(OS, "unalignedType", isUnalignedType(), Indent); in dump() 45 dumpSymbolField(OS, "volatileType", isVolatileType(), Indent); in dump() 46 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 | 23 dumpSymbolField(OS, "count", getCount(), Indent); in dump() 24 dumpSymbolField(OS, "constType", isConstType(), Indent); in dump() 25 dumpSymbolField(OS, "unalignedType", isUnalignedType(), Indent); in dump() 26 dumpSymbolField(OS, "volatileType", isVolatileType(), Indent); in dump()
|
| H A D | NativeCompilandSymbol.cpp | 35 dumpSymbolField(OS, "libraryName", getLibraryName(), Indent); in dump() 36 dumpSymbolField(OS, "name", getName(), Indent); in dump() 37 dumpSymbolField(OS, "editAndContinueEnabled", isEditAndContinueEnabled(), in dump()
|
| H A D | NativeTypeTypedef.cpp | 18 dumpSymbolField(OS, "name", getName(), Indent); in dump()
|
| H A D | NativeRawSymbol.cpp | 29 dumpSymbolField(OS, "symTag", Tag, Indent); in dump()
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBExtras.h | 49 void dumpSymbolField(raw_ostream &OS, StringRef Name, T Value, int Indent) { in dumpSymbolField() function
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.cpp | 142 dumpSymbolField(OS, Name, static_cast<PrintType>(Value), Indent); in DumpDIAValueAs() 162 dumpSymbolField(OS, Name, Value, Indent); in DumpDIAValue() 175 dumpSymbolField(OS, Name, Result, Indent); in DumpDIAValue() 188 dumpSymbolField(OS, Name, V, Indent); in DumpDIAValue()
|