Home
last modified time | relevance | path

Searched refs:getRawAssociated (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1210 getRawDataLocation(), getRawAssociated(), getRawAllocated(), in cloneImpl()
1314 Metadata *getRawAssociated() const { return getOperand(10); } in getRawAssociated() function
1316 return dyn_cast_or_null<DIVariable>(getRawAssociated()); in getAssociated()
1319 return dyn_cast_or_null<DIExpression>(getRawAssociated()); in getAssociatedExp()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h680 Associated(N->getRawAssociated()), Allocated(N->getRawAllocated()),
697 Associated == RHS->getRawAssociated() &&
H A DAsmWriter.cpp2212 Printer.printMetadata("associated", N->getRawAssociated()); in writeDICompositeType()
H A DVerifier.cpp1333 if (N.getRawAssociated()) { in visitDICompositeType()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1924 Record.push_back(VE.getMetadataOrNullID(N->getRawAssociated())); in writeDICompositeType()