Home
last modified time | relevance | path

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

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