Home
last modified time | relevance | path

Searched refs:getVirtualIndex (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h791 VirtualIndex(N->getVirtualIndex()),
807 VirtualIndex == RHS->getVirtualIndex() &&
H A DDebugInfo.cpp674 ContainingType, MDS->getVirtualIndex(), MDS->getThisAdjustment(), in getReplacementSubprogram()
685 MDS->getVirtualIndex(), MDS->getThisAdjustment(), MDS->getFlags(), in getReplacementSubprogram()
H A DAsmWriter.cpp2205 N->getVirtualIndex() != 0) in writeDISubprogram()
2206 Printer.printInt("virtualIndex", N->getVirtualIndex(), false); in writeDISubprogram()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1290 if (SP->getVirtualIndex() != -1u) { in applySubprogramAttributes()
1293 addUInt(*Block, dwarf::DW_FORM_udata, SP->getVirtualIndex()); in applySubprogramAttributes()
H A DCodeViewDebug.cpp2631 VFTableOffset = SP->getVirtualIndex() * getPointerSizeInBytes(); in lowerRecordFieldList()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1695 getContainingType(), getVirtualIndex(), in cloneImpl()
1742 unsigned getVirtualIndex() const { return VirtualIndex; } in getVirtualIndex() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1002 Decl->getVirtualIndex(), Decl->getThisAdjustment(), in create()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1545 Record.push_back(N->getVirtualIndex()); in writeDISubprogram()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1924 Record.push_back(N->getVirtualIndex()); in writeDISubprogram()