OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TTB
(Results
1 - 7
of
7
) sorted by null
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
TypeIndexDiscoveryTest.cpp
29
TTB
= make_unique<AppendingTypeTableBuilder>(Storage);
36
TTB
.reset();
48
CVRecords =
TTB
->records();
61
auto Records = CRB->end(
TTB
->nextTypeIndex());
63
TTB
->insertRecordBytes(Records.front().RecordData);
69
ASSERT_EQ(sizeof...(T),
TTB
->records().size());
79
std::unique_ptr<AppendingTypeTableBuilder>
TTB
;
125
Refs.resize(
TTB
->records().size());
126
for (uint32_t I = 0; I <
TTB
->records().size(); ++I) {
127
ArrayRef<uint8_t> Data =
TTB
->records()[I]
[
all
...]
/external/u-boot/arch/sh/include/asm/
cpu_sh7750.h
23
#define
TTB
0xFF000008
cpu_sh7720.h
27
#define
TTB
0xFFFFFFF8
cpu_sh7723.h
22
#define
TTB
0xFF000008
cpu_sh7724.h
22
#define
TTB
0xFF000008
cpu_sh7780.h
21
#define
TTB
0xFF000008
cpu_sh7722.h
22
#define
TTB
0xFF000008
[
all
...]
Completed in 268 milliseconds