HomeSort by relevance Sort by last modified time
    Searched full:static_member_function (Results 1 - 6 of 6) sorted by null

  /external/llvm/test/DebugInfo/Inputs/
dwarfdump-pubnames.cc 7 static int static_member_function();
17 int C::static_member_function() { function in class:C
  /external/clang/test/CodeGenCXX/
debug-info-function-context.cpp 5 static int static_member_function();
13 int C::static_member_function() { return static_member_variable; } function in class:C
31 // CHECK: !MDSubprogram(name: "static_member_function",{{.*}} scope: !"_ZTS1C",{{.*}} isDefinition: true
  /external/llvm/test/DebugInfo/
dwarfdump-pubnames.test 10 CHECK: 0x000000ec "static_member_function"
dwarf-public-names.ll 11 ; static int static_member_function();
21 ; int C::static_member_function() {
44 ; CHECK-DAG: "C::static_member_function"
107 !14 = !MDSubprogram(name: "static_member_function", linkageName: "_ZN1C22static_member_functionEv", line: 3, isLocal: false, isDefinition: false, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: false, scopeLine: 3, file: !4, scope: !8, type: !15, variables: !17)
111 !18 = !MDSubprogram(name: "static_member_function", linkageName: "_ZN1C22static_member_functionEv", line: 13, isLocal: false, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: false, scopeLine: 13, file: !4, scope: null, type: !15, function: i32 ()* @_ZN1C22static_member_functionEv, declaration: !14, variables: !1)
  /external/llvm/test/DebugInfo/X86/
dwarf-public-names.ll 13 ; static int static_member_function();
23 ; int C::static_member_function() {
50 ; LINUX-DAG: "C::static_member_function"
113 !14 = !MDSubprogram(name: "static_member_function", linkageName: "_ZN1C22static_member_functionEv", line: 3, isLocal: false, isDefinition: false, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: false, scopeLine: 3, file: !4, scope: !8, type: !15, variables: !17)
117 !18 = !MDSubprogram(name: "static_member_function", linkageName: "_ZN1C22static_member_functionEv", line: 13, isLocal: false, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: false, scopeLine: 13, file: !4, scope: null, type: !15, function: i32 ()* @_ZN1C22static_member_functionEv, declaration: !14, variables: !1)
gnu-public-names.ll 9 ; static int static_member_function();
19 ; int C::static_member_function() {
95 ; CHECK-NEXT: DW_AT_name {{.*}} "static_member_function"
220 ; CHECK-NEXT: [[STATIC_MEM_FUNC]] EXTERNAL FUNCTION "C::static_member_function"
315 !12 = !MDSubprogram(name: "static_member_function", linkageName: "_ZN1C22static_member_functionEv", scope: !"_ZTS1C", file: !1, line: 3, type: !13, isLocal: false, isDefinition: false, scopeLine: 3, flags: DIFlagPrototyped, isOptimized: false)
324 !21 = !MDSubprogram(name: "static_member_function", linkageName: "_ZN1C22static_member_functionEv", scope: !"_ZTS1C", file: !1, line: 13, type: !13, isLocal: false, isDefinition: true, scopeLine: 13, flags: DIFlagPrototyped, isOptimized: false, function: i32 ()* @_ZN1C22static_member_functionEv, declaration: !12, variables: !2)

Completed in 547 milliseconds