Searched refs:SecInfo (Results 1 – 3 of 3) sorted by relevance
438 const SmallVector<T, 0> &SecInfo = MaybeSecInfo->second;441 SecInfo, [=](const T &Entry) { return Entry.InsnOffset < TargetOffset; });442 if (MaybeInfo == SecInfo.end() || MaybeInfo->InsnOffset != Address.Address)273 const BTFLinesVector &SecInfo = MaybeSecInfo->second; findLineInfo() local
975 auto SecInfo = GetSectionInfo(FileName, SectionName); in getSectionAddr() local976 if (!SecInfo) { in getSectionAddr()980 logAllUnhandledErrors(SecInfo.takeError(), ErrMsgStream, in getSectionAddr()992 if (SecInfo->isZeroFill()) in getSectionAddr()995 Addr = pointerToJITTargetAddress(SecInfo->getContent().data()); in getSectionAddr()997 Addr = SecInfo->getTargetAddress(); in getSectionAddr()
921 RuntimeDyldChecker::MemoryRegionInfo SecInfo; in linkAndVerify() local922 SecInfo.setTargetAddress(Dyld.getSectionLoadAddress(*SectionID)); in linkAndVerify()924 SecInfo.setContent(ArrayRef<char>(SecContent)); in linkAndVerify()925 return SecInfo; in linkAndVerify()