OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Lists
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DebugLocStream.cpp
16
if (
Lists
.back().EntryOffset == Entries.size()) {
18
Lists
.pop_back();
23
Lists
.back().Label = Asm.createTempSymbol("debug_loc");
36
assert(
Lists
.back().EntryOffset <= Entries.size() &&
DebugLocStream.h
48
SmallVector<List, 4>
Lists
;
60
size_t getNumLists() const { return
Lists
.size(); }
61
const List &getList(size_t LI) const { return
Lists
[LI]; }
62
ArrayRef<List> getLists() const { return
Lists
; }
81
size_t LI =
Lists
.size();
82
Lists
.emplace_back(CU, Entries.size());
113
.slice(
Lists
[LI].EntryOffset, getNumEntries(LI));
129
assert(&
Lists
.front() <= &L && &L <= &
Lists
.back() &&
131
return &L - &
Lists
.front()
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
DWARFYAML.cpp
324
IO.mapOptional("
Lists
", ListTable.
Lists
);
DWARFEmitter.cpp
924
// Since the length of the current range/location
lists
entry is
926
//
lists
to a buffer to calculate the length and then serialize the buffer
936
for (const DWARFYAML::ListEntries<EntryType> &List : Table.
Lists
) {
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenRegisters.cpp
548
//
lists
will be topologically ordered.
597
// A RegisterTuples def is used to generate pseudo-registers from
lists
of
620
// Evaluate the sub-register
lists
to be zipped.
622
SmallVector<SetTheory::RecSet, 4>
Lists
(Dim);
624
ST.evaluate(SubRegs->getElement(i),
Lists
[i], Def->getLoc());
625
Length = std::min(Length, unsigned(
Lists
[i].size()));
640
Record *Proto =
Lists
[0][n];
643
Record *Reg =
Lists
[i][n];
967
// Compute the SuperClasses
lists
from the SubClasses vectors.
/src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
DWARFYAML.h
207
std::vector<ListEntries<EntryType>>
Lists
;
/src/sys/arch/ia64/stand/common/
help.common
21
Lists
all available commands.
/src/external/bsd/openldap/dist/tests/scripts/
test044-dynlist
77
LISTDN="ou=Dynamic
Lists
,$BASEDN"
83
ou: Dynamic
Lists
766
"(&(memberOf=cn=Dynamic List of Members,ou=Dynamic
Lists
,$BASEDN)(cn=Mark Elliot))" '*' 'memberOf' \
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ELFDumper.cpp
6262
DictScope
Lists
(W, "Groups");
Completed in 29 milliseconds
Indexes created Sun Aug 16 00:25:19 UTC 2026