Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DDXContainer.cpp316 uint32_t SemanticIndexTableSize = 0; in parse() local
317 if (Error Err = readInteger(Data, Current, SemanticIndexTableSize)) in parse()
321 SemanticIndexTable.reserve(SemanticIndexTableSize); in parse()
322 for (uint32_t I = 0; I < SemanticIndexTableSize; ++I) { in parse()