Home
last modified time | relevance | path

Searched refs:isCxxReturnUdt (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeFunctionSig.cpp129 dumpSymbolField(OS, "isCxxReturnUdt", isCxxReturnUdt(), Indent); in dump()
192 bool NativeTypeFunctionSig::isCxxReturnUdt() const { in isCxxReturnUdt() function in NativeTypeFunctionSig
H A DNativeRawSymbol.cpp563 bool NativeRawSymbol::isCxxReturnUdt() const { in isCxxReturnUdt() function in NativeRawSymbol
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeFunctionSig.h49 bool isCxxReturnUdt() const override;
H A DNativeRawSymbol.h187 bool isCxxReturnUdt() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolFunc.h42 FORWARD_SYMBOL_METHOD(isCxxReturnUdt)
H A DIPDBRawSymbol.h209 virtual bool isCxxReturnUdt() const = 0;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h182 bool isCxxReturnUdt() const override;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp351 RAW_METHOD_DUMP(OS, isCxxReturnUdt); in dump()
1096 bool DIARawSymbol::isCxxReturnUdt() const { in isCxxReturnUdt() function in DIARawSymbol