Searched refs:getSectionContaining (Results 1 – 2 of 2) sorted by relevance
131 getSectionContaining(const object::COFFObjectFile &COFF, uint64_t Address);
213 Decoder::getSectionContaining(const COFFObjectFile &COFF, uint64_t VA) { in getSectionContaining() function in llvm::ARM::WinEH::Decoder1002 ErrorOr<SectionRef> Section = getSectionContaining(COFF, Address); in dumpUnpackedEntry()