Home
last modified time | relevance | path

Searched refs:isRestrictedType (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp56 dumpSymbolField(OS, "restrictedType", isRestrictedType(), Indent); in dump()
137 bool NativeTypePointer::isRestrictedType() const { in isRestrictedType() function in NativeTypePointer
H A DNativeRawSymbol.cpp664 bool NativeRawSymbol::isRestrictedType() const { in isRestrictedType() function in NativeRawSymbol
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPrettyVariableDumper.cpp172 if (Symbol.getRawSymbol().isRestrictedType()) in dumpRight()
195 if (Symbol.getRawSymbol().isRestrictedType()) in dump()
H A DPrettyTypedefDumper.cpp70 if (Symbol.getRawSymbol().isRestrictedType()) in dump()
H A DPrettyFunctionDumper.cpp260 if (Symbol.getRawSymbol().isRestrictedType()) in dump()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolTypePointer.h35 FORWARD_SYMBOL_METHOD(isRestrictedType)
H A DIPDBRawSymbol.h234 virtual bool isRestrictedType() const = 0;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypePointer.h43 bool isRestrictedType() const override;
H A DNativeRawSymbol.h212 bool isRestrictedType() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h207 bool isRestrictedType() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp1198 bool DIARawSymbol::isRestrictedType() const { in isRestrictedType() function in DIARawSymbol