Searched refs:isVolatileType (Results 26 - 42 of 42) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyBuiltinDumper.cpp23 if (Symbol.isVolatileType())
H A DPrettyEnumDumper.cpp28 if (Symbol.isVolatileType())
H A DPrettyTypedefDumper.cpp56 if (Symbol.isVolatileType())
H A DPrettyFunctionDumper.cpp112 if (Symbol.isVolatileType())
201 if (Symbol.isVolatileType())
255 if (Symbol.isVolatileType())
H A DPrettyClassDefinitionDumper.cpp55 if (Layout.getClass().isVolatileType())
H A DPrettyVariableDumper.cpp169 if (Symbol.isVolatileType())
192 if (Symbol.isVolatileType())
H A DPrettyTypeDumper.cpp184 if (Class.isVolatileType())
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp66 dumpSymbolField(OS, "volatileType", isVolatileType(), Indent);
144 bool NativeTypePointer::isVolatileType() const { function in class:NativeTypePointer
H A DNativeTypeFunctionSig.cpp130 dumpSymbolField(OS, "volatileType", isVolatileType(), Indent);
199 bool NativeTypeFunctionSig::isVolatileType() const { return false; } function in class:NativeTypeFunctionSig
H A DNativeTypeUDT.cpp70 dumpSymbolField(OS, "volatileType", isVolatileType(), Indent);
215 bool NativeTypeUDT::isVolatileType() const { function in class:NativeTypeUDT
H A DNativeTypeEnum.cpp160 dumpSymbolField(OS, "volatileType", isVolatileType(), Indent);
361 bool NativeTypeEnum::isVolatileType() const { function in class:NativeTypeEnum
H A DNativeRawSymbol.cpp724 bool NativeRawSymbol::isVolatileType() const { function in class:NativeRawSymbol
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp453 if (udt->isVolatileType())
522 if (enum_type->isVolatileType())
564 if (type_def->isVolatileType())
631 if (func_sig->isVolatileType())
698 if (builtin_type->isVolatileType())
748 if (pointer_type->isVolatileType())
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h222 bool isVolatileType() const override;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h253 virtual bool isVolatileType() const = 0;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h227 bool isVolatileType() const override;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp1260 bool DIARawSymbol::isVolatileType() const { function in class:DIARawSymbol

Completed in 86 milliseconds

12