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/ |
D | DebugInfo.cpp | 442 ContainingType, MDS->getVirtualIndex(), MDS->getThisAdjustment(), in getReplacementSubprogram() 453 MDS->getVirtualIndex(), MDS->getThisAdjustment(), MDS->getFlags(), in getReplacementSubprogram()
|
D | LLVMContextImpl.h | 646 ThisAdjustment(N->getThisAdjustment()), Flags(N->getFlags()), 660 ThisAdjustment == RHS->getThisAdjustment() &&
|
D | AsmWriter.cpp | 1967 Printer.printInt("thisAdjustment", N->getThisAdjustment()); in writeDISubprogram()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 1690 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/ |
D | CodeViewDebug.cpp | 458 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/ |
D | BitcodeWriter.cpp | 1690 Record.push_back(N->getThisAdjustment()); in writeDISubprogram()
|