Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DELFObjectWriter.cpp94 static uint64_t DataSectionSize(const MCSectionData &SD);
1517 uint64_t ELFObjectWriter::DataSectionSize(const MCSectionData &SD) { in DataSectionSize() function in ELFObjectWriter
1531 return DataSectionSize(SD); in GetSectionAddressSize()