Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDNativeTypeUDT.cpp63 dumpSymbolField(OS, "isInterfaceUdt", isInterfaceUdt(), Indent); in dump()
175 bool NativeTypeUDT::isInterfaceUdt() const { return false; } in isInterfaceUdt() function in NativeTypeUDT
HDNativeTypeEnum.cpp155 dumpSymbolField(OS, "isInterfaceUdt", isInterfaceUdt(), Indent); in dump()
357 bool NativeTypeEnum::isInterfaceUdt() const { return false; } in isInterfaceUdt() function in NativeTypeEnum
HDNativeRawSymbol.cpp583 bool NativeRawSymbol::isInterfaceUdt() const { in isInterfaceUdt() function in NativeRawSymbol
/freebsd-head/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
HDNativeTypeEnum.h60 bool isInterfaceUdt() const override;
HDNativeTypeUDT.h53 bool isInterfaceUdt() const override;
HDNativeRawSymbol.h192 bool isInterfaceUdt() const override;
/freebsd-head/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
HDDIARawSymbol.h187 bool isInterfaceUdt() const override;
/freebsd-head/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
HDIPDBRawSymbol.h214 virtual bool isInterfaceUdt() const = 0;
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
HDDIARawSymbol.cpp356 RAW_METHOD_DUMP(OS, isInterfaceUdt); in dump()
1116 bool DIARawSymbol::isInterfaceUdt() const { in isInterfaceUdt() function in DIARawSymbol