Home
last modified time | relevance | path

Searched refs:isRValueReference (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeTypePointer.cpp54 dumpSymbolField(OS, "RValueReference", isRValueReference(), Indent); in dump()
113 bool NativeTypePointer::isRValueReference() const { in isRValueReference() function in NativeTypePointer
DNativeRawSymbol.cpp652 bool NativeRawSymbol::isRValueReference() const { in isRValueReference() function in NativeRawSymbol
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolTypePointer.h31 FORWARD_SYMBOL_METHOD(isRValueReference)
DIPDBRawSymbol.h235 virtual bool isRValueReference() const = 0;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeTypePointer.h39 bool isRValueReference() const override;
DNativeRawSymbol.h209 bool isRValueReference() const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h204 bool isRValueReference() const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp878 if (CTy->isRValueReference()) in constructTypeDIE()
1295 if (SP->isRValueReference()) in applySubprogramAttributes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp1186 bool DIARawSymbol::isRValueReference() const { in isRValueReference() function in DIARawSymbol
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h663 bool isRValueReference() const { return getFlags() & FlagRValueReference; } in isRValueReference() function
1779 bool isRValueReference() const { return getFlags() & FlagRValueReference; } in isRValueReference() function