Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp57 dumpSymbolField(OS, "restrictedType", isRestrictedType(), Indent); in dump()
138 bool NativeTypePointer::isRestrictedType() const { in isRestrictedType() function in NativeTypePointer
H A DNativeRawSymbol.cpp663 bool NativeRawSymbol::isRestrictedType() const { in isRestrictedType() function in NativeRawSymbol
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolTypePointer.h34 FORWARD_SYMBOL_METHOD(isRestrictedType)
H A DIPDBRawSymbol.h234 virtual bool isRestrictedType() const = 0;
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyVariableDumper.cpp174 if (Symbol.getRawSymbol().isRestrictedType()) in dumpRight()
197 if (Symbol.getRawSymbol().isRestrictedType()) in dump()
H A DPrettyTypedefDumper.cpp72 if (Symbol.getRawSymbol().isRestrictedType()) in dump()
H A DPrettyFunctionDumper.cpp263 if (Symbol.getRawSymbol().isRestrictedType()) in dump()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypePointer.h43 bool isRestrictedType() const override;
H A DNativeRawSymbol.h212 bool isRestrictedType() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h207 bool isRestrictedType() const override;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp1198 bool DIARawSymbol::isRestrictedType() const { in isRestrictedType() function in DIARawSymbol
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp779 if (pointer_type->isRestrictedType()) in CreateLLDBTypeFromPDBType()