Searched refs:SectionIDOrErr (Results 1 – 3 of 3) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| HD | RuntimeDyld.cpp | 326 if (auto SectionIDOrErr = in loadObjectImpl() local 328 SectionID = *SectionIDOrErr; in loadObjectImpl() 330 return SectionIDOrErr.takeError(); in loadObjectImpl() 368 if (auto SectionIDOrErr = findOrEmitSection(Obj, *RelocatedSection, IsCode, in loadObjectImpl() local 370 SectionID = *SectionIDOrErr; in loadObjectImpl() 372 return SectionIDOrErr.takeError(); in loadObjectImpl() 425 if (auto SectionIDOrErr = in loadObjectImpl() local 427 LLVM_DEBUG(dbgs() << "\tSectionID: " << (*SectionIDOrErr) << "\n"); in loadObjectImpl() 429 return SectionIDOrErr.takeError(); in loadObjectImpl() 900 if (auto SectionIDOrErr = emitSection(Obj, Section, IsCode)) in findOrEmitSection() local [all …]
|
| HD | RuntimeDyldMachO.cpp | 128 if (auto SectionIDOrErr = findOrEmitSection(Obj, Sec, IsCode, in getRelocationValueRef() local 130 Value.SectionID = *SectionIDOrErr; in getRelocationValueRef() 132 return SectionIDOrErr.takeError(); in getRelocationValueRef()
|
| HD | RuntimeDyldELF.cpp | 584 if (auto SectionIDOrErr = in findPPC64TOCSection() local 586 Rel.SectionID = *SectionIDOrErr; in findPPC64TOCSection() 588 return SectionIDOrErr.takeError(); in findPPC64TOCSection() 668 if (auto SectionIDOrErr = findOrEmitSection(Obj, *TSI, IsCode, in findOPDEntrySection() local 670 Rel.SectionID = *SectionIDOrErr; in findOPDEntrySection() 672 return SectionIDOrErr.takeError(); in findOPDEntrySection() 1173 if (auto SectionIDOrErr = findOrEmitSection(Obj, (*si), isCode, in processRelocationRef() local 1175 Value.SectionID = *SectionIDOrErr; in processRelocationRef() 1177 return SectionIDOrErr.takeError(); in processRelocationRef()
|