Home
last modified time | relevance | path

Searched refs:tableOffset (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp976 uint32_t tableOffset; in readIdentifierBlock() local
977 identifier_block::IdentifierDataLayout::readRecord(Scratch, tableOffset); in readIdentifierBlock()
981 base + tableOffset, base + sizeof(uint32_t), base)); in readIdentifierBlock()
1052 uint32_t tableOffset; in readContextBlock() local
1053 context_block::ContextIDLayout::readRecord(Scratch, tableOffset); in readContextBlock()
1057 base + tableOffset, base + sizeof(uint32_t), base)); in readContextBlock()
1066 uint32_t tableOffset; in readContextBlock() local
1067 context_block::ContextInfoLayout::readRecord(Scratch, tableOffset); in readContextBlock()
1071 base + tableOffset, base + sizeof(uint32_t), base)); in readContextBlock()
1142 uint32_t tableOffset; in readObjCPropertyBlock() local
[all …]