Home
last modified time | relevance | path

Searched refs:getThisAdjustment (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfo.cpp442 ContainingType, MDS->getVirtualIndex(), MDS->getThisAdjustment(), in getReplacementSubprogram()
453 MDS->getVirtualIndex(), MDS->getThisAdjustment(), MDS->getFlags(), in getReplacementSubprogram()
DLLVMContextImpl.h646 ThisAdjustment(N->getThisAdjustment()), Flags(N->getFlags()),
660 ThisAdjustment == RHS->getThisAdjustment() &&
DAsmWriter.cpp1967 Printer.printInt("thisAdjustment", N->getThisAdjustment()); in writeDISubprogram()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h1690 getThisAdjustment(), getFlags(), getSPFlags(), in cloneImpl()
1734 int getThisAdjustment() const { return ThisAdjustment; } in getThisAdjustment() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp458 SP->getType(), Class, SP->getThisAdjustment(), IsStaticMethod, FO); in getMemberFunctionType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1690 Record.push_back(N->getThisAdjustment()); in writeDISubprogram()