Searched refs:unwrapDI (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp709 template <typename DIT> DIT *unwrapDI(LLVMMetadataRef Ref) { function
761 auto File = unwrapDI<DIFile>(FileRef);
787 unwrapDI<DIScope>(ParentScope), StringRef(Name, NameLen),
798 unwrapDI<DIScope>(ParentScope), StringRef(Name, NameLen), ExportSymbols));
808 unwrapDI<DIScope>(Scope), {Name, NameLen}, {LinkageName, LinkageNameLen},
809 unwrapDI<DIFile>(File), LineNo, unwrapDI<DISubroutineType>(Ty), ScopeLine,
819 return wrap(unwrap(Builder)->createLexicalBlock(unwrapDI<DIScope>(Scope),
820 unwrapDI<DIFile>(File),
829 return wrap(unwrap(Builder)->createLexicalBlockFile(unwrapDI<DIScop
[all...]

Completed in 134 milliseconds