Searched refs:getVirtualIndex (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 791 VirtualIndex(N->getVirtualIndex()), 807 VirtualIndex == RHS->getVirtualIndex() &&
|
| H A D | DebugInfo.cpp | 674 ContainingType, MDS->getVirtualIndex(), MDS->getThisAdjustment(), in getReplacementSubprogram() 685 MDS->getVirtualIndex(), MDS->getThisAdjustment(), MDS->getFlags(), in getReplacementSubprogram()
|
| H A D | AsmWriter.cpp | 2205 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 D | DwarfUnit.cpp | 1290 if (SP->getVirtualIndex() != -1u) { in applySubprogramAttributes() 1293 addUInt(*Block, dwarf::DW_FORM_udata, SP->getVirtualIndex()); in applySubprogramAttributes()
|
| H A D | CodeViewDebug.cpp | 2631 VFTableOffset = SP->getVirtualIndex() * getPointerSizeInBytes(); in lowerRecordFieldList()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 1695 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 D | CoroSplit.cpp | 1002 Decl->getVirtualIndex(), Decl->getThisAdjustment(), in create()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 1545 Record.push_back(N->getVirtualIndex()); in writeDISubprogram()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 1924 Record.push_back(N->getVirtualIndex()); in writeDISubprogram()
|