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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeEnum.h58 bool isRefUdt() const override;
H A DNativeTypeUDT.h57 bool isRefUdt() const override;
H A DNativeRawSymbol.h210 bool isRefUdt() const override;
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp67 dumpSymbolField(OS, "isRefUdt", isRefUdt(), Indent);
198 bool NativeTypeUDT::isRefUdt() const { return false; } function in class:NativeTypeUDT
H A DNativeTypeEnum.cpp159 dumpSymbolField(OS, "isRefUdt", isRefUdt(), Indent);
353 bool NativeTypeEnum::isRefUdt() const { return false; } function in class:NativeTypeEnum
H A DNativeRawSymbol.cpp655 bool NativeRawSymbol::isRefUdt() const { function in class:NativeRawSymbol
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h205 bool isRefUdt() const override;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h232 virtual bool isRefUdt() const = 0;
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp374 RAW_METHOD_DUMP(OS, isRefUdt);
1190 bool DIARawSymbol::isRefUdt() const { function in class:DIARawSymbol

Completed in 321 milliseconds