Home
last modified time | relevance | path

Searched refs:CS32 (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()
269 if (CS32) 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()
293 return static_cast<int32_t>(CS32->SectionNumber); in getSectionNumber()
298 return CS16 ? CS16->Type : CS32->Type; in getType()
[all …]