Searched refs:isValueUdt (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeEnum.h58 bool isValueUdt() const override;
H A DNativeTypeUDT.h56 bool isValueUdt() const override;
H A DNativeRawSymbol.h223 bool isValueUdt() const override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp69 dumpSymbolField(OS, "isValueUdt", isValueUdt(), Indent);
206 bool NativeTypeUDT::isValueUdt() const { return false; } function in class:NativeTypeUDT
H A DNativeTypeEnum.cpp159 dumpSymbolField(OS, "isValueUdt", isValueUdt(), Indent);
350 bool NativeTypeEnum::isValueUdt() const { return false; } function in class:NativeTypeEnum
H A DNativeRawSymbol.cpp708 bool NativeRawSymbol::isValueUdt() const { function in class:NativeRawSymbol
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h218 bool isValueUdt() const override;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h249 virtual bool isValueUdt() const = 0;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp387 RAW_METHOD_DUMP(OS, isValueUdt);
1244 bool DIARawSymbol::isValueUdt() const { function in class:DIARawSymbol

Completed in 209 milliseconds