Searched refs:isDecl (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/test/Assembler/ |
| H A D | dimodule.ll | 20 ; CHECK: !4 = !DIModule(scope: !0, name: "Module", isDecl: true) 21 !5 = !DIModule(scope: !0, name: "Module", isDecl: true)
|
| /llvm-project-15.0.7/llvm/test/Bitcode/ |
| H A D | DIModule-fortran-external-module.ll | 3 ; CHECK: DIModule(scope: !2, name: "external_module", isDecl: true) 49 !11 = !DIModule(scope: !2, name: "external_module", isDecl: true)
|
| /llvm-project-15.0.7/clang/include/clang/Serialization/ |
| H A D | ASTWriter.h | 168 bool isDecl() const { return !IsType; } in isDecl() function 176 assert(isDecl() && "Not a decl!"); in getDecl()
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/X86/ |
| H A D | dimodule-external-fortran.ll | 81 !11 = !DIModule(scope: !2, name: "external_module", isDecl: true)
|
| /llvm-project-15.0.7/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 5019 OPTIONAL(isDecl, MDBoolField, ); in parseDIModule() 5025 apinotes.Val, line.Val, isDecl.Val)); in parseDIModule()
|