Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DIRSymtab.h315 const storage::Uncommon *UncI; variable
328 CommonSize = UncI->CommonSize; in read()
329 CommonAlign = UncI->CommonAlign; in read()
330 COFFWeakExternFallbackName = R->str(UncI->COFFWeakExternFallbackName); in read()
331 SectionName = R->str(UncI->SectionName); in read()
339 const storage::Uncommon *UncI, const Reader *R) in SymbolRef() argument
340 : SymI(SymI), SymE(SymE), UncI(UncI), R(R) { in SymbolRef()
347 ++UncI; in moveNext()