Home
last modified time | relevance | path

Searched refs:getRawInlinedAt (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h334 : Scope(L->getRawScope()), InlinedAt(L->getRawInlinedAt()),
344 Scope == RHS->getRawScope() && InlinedAt == RHS->getRawInlinedAt() &&
H A DAsmWriter.cpp2130 Printer.printMetadata("inlinedAt", DL->getRawInlinedAt()); in writeDILocation()
H A DVerifier.cpp1139 if (auto *IA = N.getRawInlinedAt()) in visitDILocation()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2538 getRawInlinedAt(), isImplicitCode(), getAtomGroup(), in cloneImpl()
2601 return cast_or_null<DILocation>(getRawInlinedAt()); in getInlinedAt()
2795 Metadata *getRawInlinedAt() const { in getRawInlinedAt() function