Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h964 VirtualIndex(N->getVirtualIndex()),
981 VirtualIndex == RHS->getVirtualIndex() &&
H A DDebugInfo.cpp701 ContainingType, MDS->getVirtualIndex(), MDS->getThisAdjustment(), in getReplacementSubprogram()
712 MDS->getVirtualIndex(), MDS->getThisAdjustment(), MDS->getFlags(), in getReplacementSubprogram()
H A DAsmWriter.cpp2449 N->getVirtualIndex() != 0) in writeDISubprogram()
2450 Printer.printInt("virtualIndex", N->getVirtualIndex(), false); in writeDISubprogram()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1474 if (SP->getVirtualIndex() != -1u) { in applySubprogramAttributes()
1477 addUInt(*Block, dwarf::DW_FORM_udata, SP->getVirtualIndex()); in applySubprogramAttributes()
H A DCodeViewDebug.cpp2645 VFTableOffset = SP->getVirtualIndex() * getPointerSizeInBytes(); in lowerRecordFieldList()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2304 getContainingType(), getVirtualIndex(), in cloneImpl()
2356 unsigned getVirtualIndex() const { return VirtualIndex; } in getVirtualIndex() function
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1544 Record.push_back(N->getVirtualIndex()); in writeDISubprogram()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2152 Record.push_back(N->getVirtualIndex()); in writeDISubprogram()