Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeTypeUDT.cpp62 dumpSymbolField(OS, "isInterfaceUdt", isInterfaceUdt(), Indent); in dump()
174 bool NativeTypeUDT::isInterfaceUdt() const { return false; } in isInterfaceUdt() function in NativeTypeUDT
DNativeTypeEnum.cpp152 dumpSymbolField(OS, "isInterfaceUdt", isInterfaceUdt(), Indent); in dump()
352 bool NativeTypeEnum::isInterfaceUdt() const { return false; } in isInterfaceUdt() function in NativeTypeEnum
DNativeRawSymbol.cpp584 bool NativeRawSymbol::isInterfaceUdt() const { in isInterfaceUdt() function in NativeRawSymbol
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeTypeUDT.h50 bool isInterfaceUdt() const override;
DNativeTypeEnum.h59 bool isInterfaceUdt() const override;
DNativeRawSymbol.h192 bool isInterfaceUdt() const override;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h187 bool isInterfaceUdt() const override;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DIPDBRawSymbol.h214 virtual bool isInterfaceUdt() const = 0;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp356 RAW_METHOD_DUMP(OS, isInterfaceUdt); in dump()
1116 bool DIARawSymbol::isInterfaceUdt() const { in isInterfaceUdt() function in DIARawSymbol