Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DCOFF.h254 COFFSymbolRef(const coff_symbol16 *CS) : CS16(CS), CS32(nullptr) {} in COFFSymbolRef()
255 COFFSymbolRef(const coff_symbol32 *CS) : CS16(nullptr), CS32(CS) {} in COFFSymbolRef()
256 COFFSymbolRef() : CS16(nullptr), CS32(nullptr) {} in COFFSymbolRef()
259 return CS16 ? static_cast<const void *>(CS16) : CS32; in getRawPtr()
267 if (CS16) in isBigObj()
275 return CS16 ? CS16->Name.ShortName : CS32->Name.ShortName; in getShortName()
280 return CS16 ? CS16->Name.Offset : CS32->Name.Offset; in getStringTableOffset()
283 uint32_t getValue() const { return CS16 ? CS16->Value : CS32->Value; } in getValue()
287 if (CS16) { in getSectionNumber()
289 if (CS16->SectionNumber <= COFF::MaxNumberOfSections16) in getSectionNumber()
[all …]