Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp190 getSectionContaining(const COFFObjectFile &COFF, uint64_t VA) { in getSectionContaining() function
333 XData = getSectionContaining(Ctx.COFF, Address); in printRuntimeFunction()
H A DARMWinEHPrinter.h139 getSectionContaining(const object::COFFObjectFile &COFF, uint64_t Address);
H A DARMWinEHPrinter.cpp201 Decoder::getSectionContaining(const COFFObjectFile &COFF, uint64_t VA) { in getSectionContaining() function in llvm::ARM::WinEH::Decoder
1077 ErrorOr<SectionRef> Section = getSectionContaining(COFF, XDataAddress); in dumpUnpackedEntry()