Searched refs:unwrapDI (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DebugInfo.cpp | 709 template <typename DIT> DIT *unwrapDI(LLVMMetadataRef Ref) { in unwrapDI() function 761 auto File = unwrapDI<DIFile>(FileRef); in LLVMDIBuilderCreateCompileUnit() 787 unwrapDI<DIScope>(ParentScope), StringRef(Name, NameLen), in LLVMDIBuilderCreateModule() 798 unwrapDI<DIScope>(ParentScope), StringRef(Name, NameLen), ExportSymbols)); in LLVMDIBuilderCreateNameSpace() 808 unwrapDI<DIScope>(Scope), {Name, NameLen}, {LinkageName, LinkageNameLen}, in LLVMDIBuilderCreateFunction() 809 unwrapDI<DIFile>(File), LineNo, unwrapDI<DISubroutineType>(Ty), ScopeLine, in LLVMDIBuilderCreateFunction() 819 return wrap(unwrap(Builder)->createLexicalBlock(unwrapDI<DIScope>(Scope), in LLVMDIBuilderCreateLexicalBlock() 820 unwrapDI<DIFile>(File), in LLVMDIBuilderCreateLexicalBlock() 829 return wrap(unwrap(Builder)->createLexicalBlockFile(unwrapDI<DIScope>(Scope), in LLVMDIBuilderCreateLexicalBlockFile() 830 unwrapDI<DIFile>(File), in LLVMDIBuilderCreateLexicalBlockFile() [all …]
|