Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/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.cpp665 bool NativeRawSymbol::isRestrictedType() const { in isRestrictedType() function in NativeRawSymbol
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolTypePointer.h36 FORWARD_SYMBOL_METHOD(isRestrictedType)
H A DIPDBRawSymbol.h239 virtual bool isRestrictedType() const = 0;
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DPrettyVariableDumper.cpp173 if (Symbol.getRawSymbol().isRestrictedType()) in dumpRight()
196 if (Symbol.getRawSymbol().isRestrictedType()) in dump()
H A DPrettyTypedefDumper.cpp71 if (Symbol.getRawSymbol().isRestrictedType()) in dump()
H A DPrettyFunctionDumper.cpp260 if (Symbol.getRawSymbol().isRestrictedType()) in dump()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypePointer.h44 bool isRestrictedType() const override;
H A DNativeRawSymbol.h213 bool isRestrictedType() const override;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h208 bool isRestrictedType() const override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp746 if (pointer_type->isRestrictedType()) in CreateLLDBTypeFromPDBType()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp1199 bool DIARawSymbol::isRestrictedType() const { in isRestrictedType() function in DIARawSymbol