HomeSort by relevance Sort by last modified time
    Searched defs:getSectionAddressSize (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/MC/
MCFragment.cpp 176 uint64_t MCAsmLayout::getSectionAddressSize(const MCSection *Sec) const {
188 return getSectionAddressSize(Sec);
  /external/swiftshader/third_party/LLVM/lib/MC/
MCAssembler.cpp 136 uint64_t MCAsmLayout::getSectionAddressSize(const MCSectionData *SD) const {
148 return getSectionAddressSize(SD);
545 Layout.getSectionAddressSize(SD));

Completed in 1097 milliseconds