Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDebugInfo.cpp711 template <typename DIT> DIT *unwrapDI(LLVMMetadataRef Ref) { in unwrapDI() function
758 auto File = unwrapDI<DIFile>(FileRef); in LLVMDIBuilderCreateCompileUnit()
784 unwrapDI<DIScope>(ParentScope), StringRef(Name, NameLen), in LLVMDIBuilderCreateModule()
795 unwrapDI<DIScope>(ParentScope), StringRef(Name, NameLen), ExportSymbols)); in LLVMDIBuilderCreateNameSpace()
805 unwrapDI<DIScope>(Scope), {Name, NameLen}, {LinkageName, LinkageNameLen}, in LLVMDIBuilderCreateFunction()
806 unwrapDI<DIFile>(File), LineNo, unwrapDI<DISubroutineType>(Ty), in LLVMDIBuilderCreateFunction()
815 return wrap(unwrap(Builder)->createLexicalBlock(unwrapDI<DIScope>(Scope), in LLVMDIBuilderCreateLexicalBlock()
816 unwrapDI<DIFile>(File), in LLVMDIBuilderCreateLexicalBlock()
825 return wrap(unwrap(Builder)->createLexicalBlockFile(unwrapDI<DIScope>(Scope), in LLVMDIBuilderCreateLexicalBlockFile()
826 unwrapDI<DIFile>(File), in LLVMDIBuilderCreateLexicalBlockFile()
[all …]