| /llvm-project-15.0.7/lldb/examples/python/ |
| H A D | globals.py | 47 for global_variable in global_variable_list: 49 print('name = %s' % global_variable.name) 51 print('value = %s' % global_variable.value) 52 … print('type = %s' % global_variable.type) # Returns an lldb.SBType object 55 print('addr = %s' % global_variable.addr) 58 print('file_addr = 0x%x' % global_variable.addr.file_addr) 60 print('location = %s' % global_variable.location) 63 print('size = %s' % global_variable.size)
|
| /llvm-project-15.0.7/compiler-rt/test/tsan/Darwin/ |
| H A D | os_unfair_lock.c | 8 long global_variable; variable 13 global_variable++; in Thread() 20 global_variable = 0; in main() 25 fprintf(stderr, "global_variable = %ld\n", global_variable); in main()
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/Generic/ |
| H A D | dwarf-public-names.ll | 23 ; C global_variable; 31 ; global_variable.member_function(); 43 ; CHECK-DAG: "global_variable" 55 @global_variable = global %struct.C zeroinitializer, align 1, !dbg !15 88 call void @_ZN1C15member_functionEv(%struct.C* @global_variable), !dbg !37 114 !16 = !DIGlobalVariable(name: "global_variable", scope: null, file: !3, line: 17, type: !2, isLocal…
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/Inputs/ |
| H A D | dwarfdump-pubnames.cc | 21 C global_variable; variable 29 global_variable.member_function(); in global_namespace_function()
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | debug-info-function-context.cpp | 15 C global_variable; variable 20 void global_namespace_function() { global_variable.member_function(); } in global_namespace_function()
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/X86/ |
| H A D | dwarf-public-names.ll | 27 ; C global_variable; 35 ; global_variable.member_function(); 51 ; LINUX-DAG: "global_variable" 63 @global_variable = global %struct.C zeroinitializer, align 1, !dbg !15 96 call void @_ZN1C15member_functionEv(%struct.C* @global_variable), !dbg !37 122 !16 = !DIGlobalVariable(name: "global_variable", scope: null, file: !3, line: 17, type: !2, isLocal…
|
| H A D | gnu-public-names.ll | 23 ; C global_variable; 31 ; global_variable.member_function(); 69 ; ASM-NEXT: .asciz "global_variable" # External Name 102 ; CHECK: DW_AT_name ("global_variable") 212 ; CHECK-NEXT: [[GLOB_VAR]] EXTERNAL VARIABLE "global_variable" 234 @global_variable = dso_local global %struct.C zeroinitializer, align 1, !dbg !18 272 call void @_ZN1C15member_functionEv(%struct.C* @global_variable), !dbg !75 325 !19 = distinct !DIGlobalVariable(name: "global_variable", scope: !2, file: !3, line: 13, type: !20,…
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRForTarget.cpp | 723 return !(!global_variable || !global_variable->hasName() || in IsObjCSelectorRef() 873 return !(!global_variable || !global_variable->hasName() || in IsObjCClassReference() 1147 } else if (GlobalVariable *global_variable = in MaybeHandleVariable() local 1158 if (!global_variable->hasExternalLinkage()) in MaybeHandleVariable() 1162 global_variable->getName()); in MaybeHandleVariable() 1192 value_type = global_variable->getType(); in MaybeHandleVariable() 1278 GlobalVariable *global_variable = in HandleObjCClass() local 1281 if (!global_variable) in HandleObjCClass() 1284 Constant *initializer = global_variable->getInitializer(); in HandleObjCClass() 1303 if (global_variable->use_empty()) in HandleObjCClass() [all …]
|
| /llvm-project-15.0.7/clang/test/SemaOpenCLCXX/ |
| H A D | template-opencl-types.clcpp | 4 T global_variable; // expected-error{{the '__global clk_event_t' type cannot be used to declare a p… 25 …(void) global_variable<clk_event_t>; // expected-note{{in instantiation of variable template speci…
|
| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | comment-c-decls.c | 26 int global_variable; variable
|
| H A D | format-comment-cdecls.c | 21 int global_variable; variable
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/ |
| H A D | dwarfdump-pubnames.test | 11 CHECK: 0x0000007c "global_variable"
|
| /llvm-project-15.0.7/llvm/unittests/ExecutionEngine/MCJIT/ |
| H A D | MCJITTest.cpp | 46 TEST_F(MCJITTest, global_variable) { in TEST_F() argument
|
| /llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/ |
| H A D | dbginfo.ll | 9 …%llvm.dbg.global_variable.type = type { i32, { }*, { }*, i8*, i8*, i8*, { }*, i32, { }*, i1, i1, {…
|