Searched refs:getThisAdjustment (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 965 ThisAdjustment(N->getThisAdjustment()), Flags(N->getFlags()), 982 ThisAdjustment == RHS->getThisAdjustment() &&
|
| H A D | DebugInfo.cpp | 701 ContainingType, MDS->getVirtualIndex(), MDS->getThisAdjustment(), in getReplacementSubprogram() 712 MDS->getVirtualIndex(), MDS->getThisAdjustment(), MDS->getFlags(), in getReplacementSubprogram()
|
| H A D | AsmWriter.cpp | 2451 Printer.printInt("thisAdjustment", N->getThisAdjustment()); in writeDISubprogram()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 2305 getThisAdjustment(), getFlags(), getSPFlags(), in cloneImpl() 2357 int getThisAdjustment() const { return ThisAdjustment; } in getThisAdjustment() function
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 474 SP->getType(), Class, SP->getThisAdjustment(), IsStaticMethod, FO); in getMemberFunctionType()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 2158 Record.push_back(N->getThisAdjustment()); in writeDISubprogram()
|