Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h965 ThisAdjustment(N->getThisAdjustment()), Flags(N->getFlags()),
982 ThisAdjustment == RHS->getThisAdjustment() &&
H A DDebugInfo.cpp701 ContainingType, MDS->getVirtualIndex(), MDS->getThisAdjustment(), in getReplacementSubprogram()
712 MDS->getVirtualIndex(), MDS->getThisAdjustment(), MDS->getFlags(), in getReplacementSubprogram()
H A DAsmWriter.cpp2451 Printer.printInt("thisAdjustment", N->getThisAdjustment()); in writeDISubprogram()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2305 getThisAdjustment(), getFlags(), getSPFlags(), in cloneImpl()
2357 int getThisAdjustment() const { return ThisAdjustment; } in getThisAdjustment() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp474 SP->getType(), Class, SP->getThisAdjustment(), IsStaticMethod, FO); in getMemberFunctionType()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2158 Record.push_back(N->getThisAdjustment()); in writeDISubprogram()