OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GlobalList
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/TableGen/
DetailedRecordsBackend.cpp
74
const auto
GlobalList
= Records.getGlobals();
75
printSectionHeading("Global Variables",
GlobalList
.size(), OS);
78
for (const auto &Var :
GlobalList
) {
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Module.h
180
GlobalListType
GlobalList
; ///< The Global Variables in the module
544
const GlobalListType &getGlobalList() const { return
GlobalList
; }
546
GlobalListType &getGlobalList() { return
GlobalList
; }
549
return &Module::
GlobalList
;
601
global_iterator global_begin() { return
GlobalList
.begin(); }
602
const_global_iterator global_begin() const { return
GlobalList
.begin(); }
603
global_iterator global_end () { return
GlobalList
.end(); }
604
const_global_iterator global_end () const { return
GlobalList
.end(); }
605
size_t global_size () const { return
GlobalList
.size(); }
606
bool global_empty() const { return
GlobalList
.empty();
[
all
...]
Completed in 16 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026