Searched refs:SecInfo (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp970 auto SecInfo = GetSectionInfo(FileName, SectionName); local
971 if (!SecInfo) {
975 logAllUnhandledErrors(SecInfo.takeError(), ErrMsgStream,
987 if (SecInfo->isZeroFill())
990 Addr = pointerToJITTargetAddress(SecInfo->getContent().data());
992 Addr = SecInfo->getTargetAddress();
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp921 RuntimeDyldChecker::MemoryRegionInfo SecInfo;
922 SecInfo.setTargetAddress(Dyld.getSectionLoadAddress(*SectionID));
924 SecInfo.setContent(ArrayRef<char>(SecContent.data(), SecContent.size()));
925 return SecInfo;
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFParser.cpp438 const SmallVector<T, 0> &SecInfo = MaybeSecInfo->second; local
441 SecInfo, [=](const T &Entry) { return Entry.InsnOffset < TargetOffset; });
442 if (MaybeInfo == SecInfo.end() || MaybeInfo->InsnOffset != Address.Address)

Completed in 207 milliseconds