Searched refs:SectionIDOrErr (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyld.cpp | 338 if (auto SectionIDOrErr = in loadObjectImpl() local 340 SectionID = *SectionIDOrErr; in loadObjectImpl() 342 return SectionIDOrErr.takeError(); in loadObjectImpl() 384 if (auto SectionIDOrErr = findOrEmitSection(Obj, *RelocatedSection, IsCode, in loadObjectImpl() local 386 SectionID = *SectionIDOrErr; in loadObjectImpl() 388 return SectionIDOrErr.takeError(); in loadObjectImpl() 441 if (auto SectionIDOrErr = in loadObjectImpl() local 443 LLVM_DEBUG(dbgs() << "\tSectionID: " << (*SectionIDOrErr) << "\n"); in loadObjectImpl() 445 return SectionIDOrErr.takeError(); in loadObjectImpl() 940 if (auto SectionIDOrErr = emitSection(Obj, Section, IsCode)) in findOrEmitSection() local [all …]
|
| H A D | RuntimeDyldMachO.cpp | 127 if (auto SectionIDOrErr = findOrEmitSection(Obj, Sec, IsCode, in getRelocationValueRef() local 129 Value.SectionID = *SectionIDOrErr; in getRelocationValueRef() 131 return SectionIDOrErr.takeError(); in getRelocationValueRef()
|
| H A D | RuntimeDyldELF.cpp | 898 if (auto SectionIDOrErr = in findPPC64TOCSection() local 900 Rel.SectionID = *SectionIDOrErr; in findPPC64TOCSection() 902 return SectionIDOrErr.takeError(); in findPPC64TOCSection() 982 if (auto SectionIDOrErr = findOrEmitSection(Obj, *TSI, IsCode, in findOPDEntrySection() local 984 Rel.SectionID = *SectionIDOrErr; in findOPDEntrySection() 986 return SectionIDOrErr.takeError(); in findOPDEntrySection() 1659 if (auto SectionIDOrErr = findOrEmitSection(Obj, (*si), isCode, in processRelocationRef() local 1661 Value.SectionID = *SectionIDOrErr; in processRelocationRef() 1663 return SectionIDOrErr.takeError(); in processRelocationRef()
|