Home
last modified time | relevance | path

Searched refs:global_variable (Results 1 – 14 of 14) sorted by relevance

/external/lldb/examples/python/
Dglobals.py43 for global_variable in global_variable_list:
44 … print 'name = %s' % global_variable.name # returns the global variable name as a string
45 … print 'value = %s' % global_variable.value # Returns the variable value as a string
46 … print 'type = %s' % global_variable.type # Returns an lldb.SBType object
47 …print 'addr = %s' % global_variable.addr # Returns an lldb.SBAddress (section offset address) f…
48 …print 'file_addr = 0x%x' % global_variable.addr.file_addr # Returns the file virtual address fo…
49 …print 'location = %s' % global_variable.location # returns the global variable value as a string
50 … print 'size = %s' % global_variable.size # Returns the size in bytes of this global variable
/external/llvm/test/DebugInfo/Generic/
Ddwarf-public-names.ll25 ; C global_variable;
33 ; global_variable.member_function();
45 ; CHECK-DAG: "global_variable"
55 @global_variable = global %struct.C zeroinitializer, align 1
83 call void @_ZN1C15member_functionEv(%struct.C* @global_variable), !dbg !35
119 …e(name: "global_variable", line: 17, isLocal: false, isDefinition: true, scope: null, file: !4, ty…
/external/llvm/test/DebugInfo/X86/
Ddwarf-public-names.ll27 ; C global_variable;
35 ; global_variable.member_function();
51 ; LINUX-DAG: "global_variable"
61 @global_variable = global %struct.C zeroinitializer, align 1
89 call void @_ZN1C15member_functionEv(%struct.C* @global_variable), !dbg !35
125 …e(name: "global_variable", line: 17, isLocal: false, isDefinition: true, scope: null, file: !4, ty…
Dgnu-public-names.ll23 ; C global_variable;
31 ; global_variable.member_function();
69 ; ASM-NEXT: .asciz "global_variable" # External Name
101 ; CHECK-NEXT: DW_AT_name {{.*}} "global_variable"
214 ; CHECK-NEXT: [[GLOB_VAR]] EXTERNAL VARIABLE "global_variable"
234 @global_variable = global %struct.C zeroinitializer, align 1
272 call void @_ZN1C15member_functionEv(%struct.C* @global_variable), !dbg !59
336 …name: "global_variable", scope: !0, file: !1, line: 17, type: !"_ZTS1C", isLocal: false, isDefinit…
/external/llvm/test/DebugInfo/Inputs/
Ddwarfdump-pubnames.cc21 C global_variable; variable
29 global_variable.member_function(); in global_namespace_function()
/external/clang/test/CodeGenCXX/
Ddebug-info-function-context.cpp15 C global_variable; variable
20 void global_namespace_function() { global_variable.member_function(); } in global_namespace_function()
/external/lldb/source/Expression/
DIRForTarget.cpp1056 GlobalVariable *global_variable = dyn_cast<GlobalVariable>(value); in IsObjCSelectorRef() local
1058 …if (!global_variable || !global_variable->hasName() || !global_variable->getName().startswith("\01… in IsObjCSelectorRef()
1428 IRForTarget::MaterializeInternalVariable (GlobalVariable *global_variable) in MaterializeInternalVariable() argument
1430 if (GlobalVariable::isExternalLinkage(global_variable->getLinkage())) in MaterializeInternalVariable()
1433 if (global_variable == m_reloc_placeholder) in MaterializeInternalVariable()
1438 llvm::Type *variable_type = global_variable->getType(); in MaterializeInternalVariable()
1440 Constant *initializer = global_variable->getInitializer(); in MaterializeInternalVariable()
1462 global_variable->replaceAllUsesWith(new_pointer); in MaterializeInternalVariable()
1464 global_variable->eraseFromParent(); in MaterializeInternalVariable()
1491 else if (GlobalVariable *global_variable = dyn_cast<GlobalVariable>(llvm_value_ptr)) in MaybeHandleVariable() local
[all …]
/external/clang/test/Index/
Dcomment-c-decls.c26 int global_variable; variable
Dformat-comment-cdecls.c21 int global_variable; variable
/external/llvm/test/DebugInfo/
Ddwarfdump-pubnames.test11 CHECK: 0x0000007c "global_variable"
/external/lldb/include/lldb/Expression/
DIRForTarget.h442 MaterializeInternalVariable (llvm::GlobalVariable *global_variable);
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITTest.cpp48 TEST_F(MCJITTest, global_variable) { in TEST_F() argument
/external/v8/test/cctest/
Dtest-javascript-arm64.cc97 TEST(global_variable) { in TEST() argument
/external/llvm/test/Transforms/SimplifyCFG/
Ddbginfo.ll8 …%llvm.dbg.global_variable.type = type { i32, { }*, { }*, i8*, i8*, i8*, { }*, i32, { }*, i1, i1, {…