OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TypeDatabase
(Results
1 - 6
of
6
) sorted by null
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeDatabase.h
1
//===-
TypeDatabase
.h - A collection of CodeView type records ---*- C++ -*-===//
22
class
TypeDatabase
{
24
TypeDatabase
() : TypeNameStorage(Allocator) {}
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeDatabase.h
1
//===-
TypeDatabase
.h - A collection of CodeView type records ---*- C++ -*-===//
22
class
TypeDatabase
{
24
TypeDatabase
() : TypeNameStorage(Allocator) {}
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
TypeDatabase.h
1
//===-
TypeDatabase
.h - A collection of CodeView type records ---*- C++ -*-===//
24
class
TypeDatabase
: public TypeCollection {
28
explicit
TypeDatabase
(uint32_t Capacity);
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
TypeDatabase.h
1
//===-
TypeDatabase
.h - A collection of CodeView type records ---*- C++ -*-===//
24
class
TypeDatabase
: public TypeCollection {
28
explicit
TypeDatabase
(uint32_t Capacity);
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
TypeDatabase.h
1
//===-
TypeDatabase
.h - A collection of CodeView type records ---*- C++ -*-===//
24
class
TypeDatabase
: public TypeCollection {
28
explicit
TypeDatabase
(uint32_t Capacity);
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
TypeDatabase.h
1
//===-
TypeDatabase
.h - A collection of CodeView type records ---*- C++ -*-===//
24
class
TypeDatabase
: public TypeCollection {
28
explicit
TypeDatabase
(uint32_t Capacity);
Completed in 782 milliseconds