Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/MC/
DELFObjectWriter.h48 static uint64_t DataSectionSize(const MCSectionData &SD);
DELFObjectWriter.cpp1028 uint64_t ELFObjectWriter::DataSectionSize(const MCSectionData &SD) { in DataSectionSize() function in ELFObjectWriter
1042 return DataSectionSize(SD); in GetSectionFileSize()
1049 return DataSectionSize(SD); in GetSectionAddressSize()