Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
DObject.cpp212 switch (ShndxType) { in getShndx()
224 return static_cast<uint16_t>(ShndxType); in getShndx()
248 Sym.ShndxType = static_cast<SymbolShndxType>(Shndx); in addSymbol()
250 Sym.ShndxType = SYMBOL_SIMPLE_INDEX; in addSymbol()
DObject.h387 SymbolShndxType ShndxType; member