Searched refs:LocalSections (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyld.cpp | 204 ObjSectionToIDMap LocalSections; in loadObjectImpl() local 328 findOrEmitSection(Obj, *SI, IsCode, LocalSections)) in loadObjectImpl() 366 LocalSections)) in loadObjectImpl() 374 if (auto IOrErr = processRelocationRef(SectionID, I, Obj, LocalSections, Stubs)) in loadObjectImpl() 386 if (auto Err = finalizeLoad(Obj, LocalSections)) in loadObjectImpl() 392 return LocalSections; in loadObjectImpl() 830 ObjSectionToIDMap &LocalSections) { in findOrEmitSection() argument 833 ObjSectionToIDMap::iterator i = LocalSections.find(Section); in findOrEmitSection() 834 if (i != LocalSections.end()) in findOrEmitSection() 841 LocalSections[Section] = SectionID; in findOrEmitSection()
|
| H A D | RuntimeDyldELF.h | 93 ObjSectionToIDMap &LocalSections, 96 ObjSectionToIDMap &LocalSections,
|
| H A D | RuntimeDyldELF.cpp | 559 ObjSectionToIDMap &LocalSections, in findPPC64TOCSection() argument 581 findOrEmitSection(Obj, Section, false, LocalSections)) in findPPC64TOCSection() 599 ObjSectionToIDMap &LocalSections, in findOPDEntrySection() argument 659 LocalSections)) in findOPDEntrySection()
|
| H A D | RuntimeDyldImpl.h | 406 ObjSectionToIDMap &LocalSections);
|