Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.h131 getSectionContaining(const object::COFFObjectFile &COFF, uint64_t Address);
H A DARMWinEHPrinter.cpp213 Decoder::getSectionContaining(const COFFObjectFile &COFF, uint64_t VA) { in getSectionContaining() function in llvm::ARM::WinEH::Decoder
1002 ErrorOr<SectionRef> Section = getSectionContaining(COFF, Address); in dumpUnpackedEntry()