| /llvm-project-15.0.7/llvm/test/tools/dsymutil/ |
| H A D | basic-linking.test | 29 CHECK-NEXT: Keeping subprogram DIE: 44 CHECK-NEXT: Keeping subprogram DIE: 49 CHECK-NEXT: Keeping subprogram DIE: 60 CHECK-NEXT: Keeping subprogram DIE: 65 CHECK-NEXT: Keeping subprogram DIE: 87 CHECK-LTO-NEXT: Keeping subprogram DIE: 102 CHECK-LTO-NEXT: Keeping subprogram DIE: 112 CHECK-LTO-NEXT: Keeping subprogram DIE: 138 CHECK-ARCHIVE-NEXT: Keeping subprogram DIE: 154 CHECK-ARCHIVE-NEXT: Keeping subprogram DIE: [all …]
|
| /llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/ |
| H A D | dbginfo.ll | 10 %llvm.dbg.subprogram.type = type { i32, { }*, { }*, i8*, i8*, i8*, { }*, i32, { }*, i1, i1 } 48 @llvm.dbg.subprogram947 = external constant %llvm.dbg.subprogram.type ; <%llvm.dbg.subprogram.type… 61 ; CHECK-NEXT: call void @llvm.dbg.func.start({}* bitcast (%llvm.dbg.subprogram.type* @llvm.dbg.s… 65 ; CHECK-NEXT: call void @llvm.dbg.region.end({}* bitcast (%llvm.dbg.subprogram.type* @llvm.dbg.s… 71 …call void @llvm.dbg.func.start({ }* bitcast (%llvm.dbg.subprogram.type* @llvm.dbg.subprogram947 to… 81 …call void @llvm.dbg.region.end({ }* bitcast (%llvm.dbg.subprogram.type* @llvm.dbg.subprogram947 to…
|
| /llvm-project-15.0.7/llvm/test/Linker/ |
| H A D | replaced-function-matches-first-subprogram.ll | 1 ; RUN: llvm-link %s %S/Inputs/replaced-function-matches-first-subprogram.ll -S | FileCheck %s 52 ; Extract out the file from the replaced subprogram. 60 ; The new subprogram should be pointing at the new directory. 70 ; The same subprogram should be pointed to by inside the !dbg reference.
|
| H A D | subprogram-linkonce-weak.ll | 1 ; RUN: llvm-link %s %S/Inputs/subprogram-linkonce-weak.ll -S -o %t1 3 ; RUN: llvm-link %S/Inputs/subprogram-linkonce-weak.ll %s -S -o %t2
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/Generic/ |
| H A D | invalid.ll | 5 ; CHECK: subprogram definitions must have a compile unit 7 ; CHECK-NOT: subprogram definitions must have a compile unit
|
| H A D | verifier-invalid-disubprogram.ll | 33 ; CHECK: invalid subprogram declaration 53 ; CHECK: subprogram definitions must have a compile unit 63 ; CHECK: subprogram declarations must not have a compile unit
|
| H A D | cross-cu-linkonce-distinct.ll | 11 ; This change is intended to tickle a case where the subprogram MDNode 12 ; associated with the llvm::Function will differ from the subprogram
|
| H A D | gmlt_profiling.ll | 8 ; decl_line of the subprogram.
|
| H A D | 2010-04-06-NestedFnDbgInfo.ll | 8 ; Check that the subprogram inside the class definition has low_pc, only 16 ; this subprogram.
|
| H A D | no-empty-child-vars.ll | 35 ;; First subprogram is attached to the plain "foo" function in the output 45 ;; Abstract subprogram; should have plain variable declarations
|
| H A D | imported-name-inlined.ll | 14 ; concrete subprogram definition.
|
| /llvm-project-15.0.7/flang/docs/ |
| H A D | f2018-grammar.md | 19 R503 external-subprogram -> function-subprogram | subroutine-subprogram 36 R511 internal-subprogram-part -> contains-stmt [internal-subprogram]... 37 R512 internal-subprogram -> function-subprogram | subroutine-subprogram 703 R1407 module-subprogram-part -> contains-stmt [module-subprogram]... 704 R1408 module-subprogram -> 705 function-subprogram | subroutine-subprogram | 706 separate-module-subprogram 773 R1529 function-subprogram -> 783 R1534 subroutine-subprogram -> 791 R1538 separate-module-subprogram -> [all …]
|
| /llvm-project-15.0.7/llvm/test/Verifier/ |
| H A D | llvm.dbg.intrinsic-dbg-attachment.ll | 27 ; CHECK-LABEL: mismatched subprogram between llvm.dbg.value variable and !dbg attachment 41 ; CHECK-LABEL: mismatched subprogram between llvm.dbg.declare variable and !dbg attachment
|
| H A D | disubprogram-name-match-only.ll | 15 ; CHECK: !dbg attachment points at wrong subprogram for function
|
| H A D | func-dbg.ll | 10 ; CHECK: !dbg attachment points at wrong subprogram for function
|
| H A D | llvm.loop.ll | 10 ; CHECK: !dbg attachment points at wrong subprogram for function
|
| H A D | metadata-function-dbg.ll | 25 ; CHECK: function !dbg attachment must be a subprogram
|
| H A D | callsite-dbgloc.ll | 9 ; "!dbg attachment points at wrong subprogram for function"
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | 2010-02-15-Dbg-MethodStart.m | 2 // Test to check that subprogram start location.
|
| /llvm-project-15.0.7/llvm/test/Bitcode/ |
| H A D | DISubprogram-distinct-definitions.ll | 2 ; Check that subprogram definitions are correctly upgraded to 'distinct'.
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-dwarfutil/ELF/X86/ |
| H A D | verbose.test | 22 # CHECK: Keeping subprogram DIE
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | pr39243.ll | 15 ; will create a mismatch between the intrinsic's subprogram and the location's 16 ; subprogram, causing the assertion "Expected inlined-at fields to agree" in
|
| /llvm-project-15.0.7/flang/include/flang/Semantics/ |
| H A D | tools.h | 92 const auto *subprogram{symbol.detailsIf<SubprogramDetails>()}; in IsStmtFunction() 93 return subprogram && subprogram->stmtFunction(); in IsStmtFunction()
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/X86/ |
| H A D | nodebug.ll | 5 ; metadata subprogram list) with DebugLocs on its IR doesn't cause crashes/does
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/debuginfo/ |
| H A D | llvm_debuginfo.mli | 225 subprogram. See LLVMDIBuilderCreateFunction. *) 608 (** [get_subprogram f] Get the metadata of the subprogram attached to 612 (** [set_subprogram f m] Set the subprogram [m] attached to function [f]. *) 615 (** [di_subprogram_get_line m] Get the line associated with subprogram [m]. *)
|