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

/freebsd-current/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-current/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-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp57 dumpSymbolField(OS, "restrictedType", isRestrictedType(), Indent);
138 bool NativeTypePointer::isRestrictedType() const { function in class:NativeTypePointer
H A DNativeRawSymbol.cpp663 bool NativeRawSymbol::isRestrictedType() const { function in class:NativeRawSymbol
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyTypedefDumper.cpp72 if (Symbol.getRawSymbol().isRestrictedType())
H A DPrettyVariableDumper.cpp174 if (Symbol.getRawSymbol().isRestrictedType())
197 if (Symbol.getRawSymbol().isRestrictedType())
H A DPrettyFunctionDumper.cpp263 if (Symbol.getRawSymbol().isRestrictedType())
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h207 bool isRestrictedType() const override;
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp1198 bool DIARawSymbol::isRestrictedType() const { function in class:DIARawSymbol
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp779 if (pointer_type->isRestrictedType())

Completed in 202 milliseconds