Searched refs:unwrapDI (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | DebugInfo.cpp | 831 template <typename DIT> DIT *unwrapDI(LLVMMetadataRef Ref) { in unwrapDI() function 884 auto File = unwrapDI<DIFile>(FileRef); in LLVMDIBuilderCreateCompileUnit() 911 unwrapDI<DIScope>(ParentScope), StringRef(Name, NameLen), in LLVMDIBuilderCreateModule() 922 unwrapDI<DIScope>(ParentScope), StringRef(Name, NameLen), ExportSymbols)); in LLVMDIBuilderCreateNameSpace() 932 unwrapDI<DIScope>(Scope), {Name, NameLen}, {LinkageName, LinkageNameLen}, in LLVMDIBuilderCreateFunction() 933 unwrapDI<DIFile>(File), LineNo, unwrapDI<DISubroutineType>(Ty), ScopeLine, in LLVMDIBuilderCreateFunction() 943 return wrap(unwrap(Builder)->createLexicalBlock(unwrapDI<DIScope>(Scope), in LLVMDIBuilderCreateLexicalBlock() 944 unwrapDI<DIFile>(File), in LLVMDIBuilderCreateLexicalBlock() 953 return wrap(unwrap(Builder)->createLexicalBlockFile(unwrapDI<DIScope>(Scope), in LLVMDIBuilderCreateLexicalBlockFile() 954 unwrapDI<DIFile>(File), in LLVMDIBuilderCreateLexicalBlockFile() [all …]
|