Searched refs:unwrapDI (Results 1 – 2 of 2) sorted by relevance
/external/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 …]
|
/external/llvm-project/llvm/lib/IR/ |
D | DebugInfo.cpp | 746 template <typename DIT> DIT *unwrapDI(LLVMMetadataRef Ref) { in unwrapDI() function 799 auto File = unwrapDI<DIFile>(FileRef); in LLVMDIBuilderCreateCompileUnit() 826 unwrapDI<DIScope>(ParentScope), StringRef(Name, NameLen), in LLVMDIBuilderCreateModule() 837 unwrapDI<DIScope>(ParentScope), StringRef(Name, NameLen), ExportSymbols)); in LLVMDIBuilderCreateNameSpace() 847 unwrapDI<DIScope>(Scope), {Name, NameLen}, {LinkageName, LinkageNameLen}, in LLVMDIBuilderCreateFunction() 848 unwrapDI<DIFile>(File), LineNo, unwrapDI<DISubroutineType>(Ty), ScopeLine, in LLVMDIBuilderCreateFunction() 858 return wrap(unwrap(Builder)->createLexicalBlock(unwrapDI<DIScope>(Scope), in LLVMDIBuilderCreateLexicalBlock() 859 unwrapDI<DIFile>(File), in LLVMDIBuilderCreateLexicalBlock() 868 return wrap(unwrap(Builder)->createLexicalBlockFile(unwrapDI<DIScope>(Scope), in LLVMDIBuilderCreateLexicalBlockFile() 869 unwrapDI<DIFile>(File), in LLVMDIBuilderCreateLexicalBlockFile() [all …]
|