OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TypeOffsets
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ModuleFile.h
475
const UnderalignedInt64 *
TypeOffsets
= nullptr;
ASTWriter.h
260
std::vector<serialization::UnderalignedInt64>
TypeOffsets
;
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp
2869
if (
TypeOffsets
.size() == Index)
2870
TypeOffsets
.emplace_back(Offset);
2871
else if (
TypeOffsets
.size() < Index) {
2872
TypeOffsets
.resize(Index + 1);
2873
TypeOffsets
[Index].setBitOffset(Offset);
2918
RecordData::value_type Record[] = {TYPE_OFFSET,
TypeOffsets
.size(),
2920
Stream.EmitRecordWithBlob(TypeOffsetAbbrev, Record, bytes(
TypeOffsets
));
ASTReader.cpp
3126
F.
TypeOffsets
= reinterpret_cast<const UnderalignedInt64 *>(Blob.data());
6375
M, M->
TypeOffsets
[Index - M->BaseTypeIndex].getBitOffset() +
Completed in 130 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026