OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LazyRandomTypeCollection
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
LazyRandomTypeCollection.h
1
//===-
LazyRandomTypeCollection
.h -------------------------------*- C++ -*-===//
43
///
LazyRandomTypeCollection
implements this algorithm, but additionally goes
49
class
LazyRandomTypeCollection
: public TypeCollection {
59
explicit
LazyRandomTypeCollection
(uint32_t RecordCountHint);
60
LazyRandomTypeCollection
(StringRef Data, uint32_t RecordCountHint);
61
LazyRandomTypeCollection
(ArrayRef<uint8_t> Data, uint32_t RecordCountHint);
62
LazyRandomTypeCollection
(const CVTypeArray &Types, uint32_t RecordCountHint,
64
LazyRandomTypeCollection
(const CVTypeArray &Types, uint32_t RecordCountHint);
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
LazyRandomTypeCollection.cpp
1
//===-
LazyRandomTypeCollection
.cpp ---------------------------------------===//
9
#include "llvm/DebugInfo/CodeView/
LazyRandomTypeCollection
.h"
34
LazyRandomTypeCollection
::
LazyRandomTypeCollection
(uint32_t RecordCountHint)
35
:
LazyRandomTypeCollection
(CVTypeArray(), RecordCountHint,
38
LazyRandomTypeCollection
::
LazyRandomTypeCollection
(
45
LazyRandomTypeCollection
::
LazyRandomTypeCollection
(ArrayRef<uint8_t> Data,
47
:
LazyRandomTypeCollection
(RecordCountHint)
[
all
...]
Completed in 16 milliseconds
Indexes created Thu Apr 16 00:22:31 UTC 2026