Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/IR/
HDLLVMContextImpl.h799 ThisAdjustment(N->getThisAdjustment()), Flags(N->getFlags()),
815 ThisAdjustment == RHS->getThisAdjustment() &&
HDDebugInfo.cpp679 ContainingType, MDS->getVirtualIndex(), MDS->getThisAdjustment(), in getReplacementSubprogram()
690 MDS->getVirtualIndex(), MDS->getThisAdjustment(), MDS->getFlags(), in getReplacementSubprogram()
HDAsmWriter.cpp2294 Printer.printInt("thisAdjustment", N->getThisAdjustment()); in writeDISubprogram()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/IR/
HDDebugInfoMetadata.h1754 getThisAdjustment(), getFlags(), getSPFlags(), in cloneImpl()
1801 int getThisAdjustment() const { return ThisAdjustment; } in getThisAdjustment() function
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
HDCoroSplit.cpp987 Decl->getVirtualIndex(), Decl->getThisAdjustment(), in create()
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDCodeViewDebug.cpp472 SP->getType(), Class, SP->getThisAdjustment(), IsStaticMethod, FO); in getMemberFunctionType()
/freebsd-head/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp2021 Record.push_back(N->getThisAdjustment()); in writeDISubprogram()