Home
last modified time | relevance | path

Searched refs:global_variables (Results 1 – 4 of 4) sorted by relevance

/external/lldb/test/lang/c/global_variables/
DTestGlobalVariables.py18 self.global_variables()
24 self.global_variables()
39 def global_variables(self): member in GlobalVariablesTestCase
/external/v8/test/cctest/
Dtest-js-arm64-variables.cc72 TEST(global_variables) { in TEST() argument
/external/llvm/lib/Analysis/
DModuleDebugInfoPrinter.cpp93 for (DIGlobalVariable GV : Finder.global_variables()) { in print()
/external/llvm/include/llvm/IR/
DDebugInfo.h499 iterator_range<global_variable_iterator> global_variables() const { in global_variables() function