OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TypeCollection
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeCollection.h
1
//===-
TypeCollection
.h - A collection of CodeView type records -*- C++ -*-===//
18
class
TypeCollection
{
20
virtual ~
TypeCollection
() = default;
/src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
BytesOutputStyle.cpp
447
auto &
TypeCollection
= (StreamIdx == StreamTPI) ? TpiTypes : IpiTypes;
448
if (
TypeCollection
)
449
return *
TypeCollection
;
459
TypeCollection
=
462
return *
TypeCollection
;
Completed in 67 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026