Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DELFObjectWriter.h51 static uint64_t GetSectionAddressSize(const MCAsmLayout &Layout,
DELFObjectWriter.cpp1034 uint64_t ELFObjectWriter::GetSectionAddressSize(const MCAsmLayout &Layout, in GetSectionAddressSize() function in ELFObjectWriter
1098 uint64_t Size = GetSectionAddressSize(Layout, SD); in WriteSectionHeader()