Home
last modified time | relevance | path

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

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