OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TypeTableCollection
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeTableCollection.h
1
//===-
TypeTableCollection
.h ---------------------------------- *- C++ --*-===//
20
class
TypeTableCollection
: public TypeCollection {
22
explicit
TypeTableCollection
(ArrayRef<ArrayRef<uint8_t>> Records);
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
TypeTableCollection.cpp
1
//===-
TypeTableCollection
.cpp -------------------------------- *- C++ --*-===//
9
#include "llvm/DebugInfo/CodeView/
TypeTableCollection
.h"
18
TypeTableCollection
::
TypeTableCollection
(ArrayRef<ArrayRef<uint8_t>> Records)
23
Optional<TypeIndex>
TypeTableCollection
::getFirst() {
29
Optional<TypeIndex>
TypeTableCollection
::getNext(TypeIndex Prev) {
37
CVType
TypeTableCollection
::getType(TypeIndex Index) {
42
StringRef
TypeTableCollection
::getTypeName(TypeIndex Index) {
54
bool
TypeTableCollection
::contains(TypeIndex Index) {
58
uint32_t
TypeTableCollection
::size() { return Records.size();
[
all
...]
Completed in 21 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026