Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DIRSymtab.h293 const storage::Uncommon *UncI; variable
306 CommonSize = UncI->CommonSize; in read()
307 CommonAlign = UncI->CommonAlign; in read()
308 COFFWeakExternFallbackName = R->str(UncI->COFFWeakExternFallbackName); in read()
309 SectionName = R->str(UncI->SectionName); in read()
317 const storage::Uncommon *UncI, const Reader *R) in SymbolRef() argument
318 : SymI(SymI), SymE(SymE), UncI(UncI), R(R) { in SymbolRef()
325 ++UncI; in moveNext()