Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp905 uint32_t tableOffset; in readIdentifierBlock() local
906 identifier_block::IdentifierDataLayout::readRecord(Scratch, tableOffset); in readIdentifierBlock()
910 base + tableOffset, base + sizeof(uint32_t), base)); in readIdentifierBlock()
981 uint32_t tableOffset; in readContextBlock() local
982 context_block::ContextIDLayout::readRecord(Scratch, tableOffset); in readContextBlock()
986 base + tableOffset, base + sizeof(uint32_t), base)); in readContextBlock()
995 uint32_t tableOffset; in readContextBlock() local
996 context_block::ContextInfoLayout::readRecord(Scratch, tableOffset); in readContextBlock()
1000 base + tableOffset, base + sizeof(uint32_t), base)); in readContextBlock()
1071 uint32_t tableOffset; in readObjCPropertyBlock() local
[all …]