Searched refs:Secs (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
H A D | coff_platform.cpp | 122 std::vector<std::pair<std::string_view, ExecutorAddrRange>> Secs, 126 std::vector<std::pair<std::string_view, ExecutorAddrRange>> Secs); 458 std::vector<std::pair<std::string_view, ExecutorAddrRange>> Secs, in registerObjectSections() argument 468 for (auto &KV : Secs) { in registerObjectSections() 503 std::vector<std::pair<std::string_view, ExecutorAddrRange>> Secs) { in deregisterObjectSections() argument 512 for (auto &KV : Secs) { in deregisterObjectSections() 638 &Secs, in __orc_rt_coff_register_object_sections() 641 HeaderAddr, std::move(Secs), RunInitializers); in __orc_rt_coff_register_object_sections() 652 &Secs) { in __orc_rt_coff_deregister_object_sections() 654 HeaderAddr, std::move(Secs)); in __orc_rt_coff_deregister_object_sections() 653 __anonc1d160b80502(ExecutorAddr HeaderAddr, std::vector<std::pair<std::string_view, ExecutorAddrRange>> &Secs) __orc_rt_coff_deregister_object_sections() argument [all...] |
H A D | macho_platform.cpp | 326 std::vector<std::pair<std::string_view, ExecutorAddrRange>> Secs); 329 std::vector<std::pair<std::string_view, ExecutorAddrRange>> Secs); 616 std::vector<std::pair<std::string_view, ExecutorAddrRange>> Secs) { in deregisterObjectPlatformSections() 657 for (auto &KV : Secs) { in dlopen() 694 std::vector<std::pair<std::string_view, ExecutorAddrRange>> Secs) { in dlsym() 741 for (auto &KV : Secs) { in runAtExits() 1389 &Secs) { 1392 std::move(Secs)); 1438 &Secs) { 1441 std::move(Secs)); 497 registerObjectPlatformSections(ExecutorAddr HeaderAddr,std::optional<UnwindSectionInfo> UnwindInfo,std::vector<std::pair<std::string_view,ExecutorAddrRange>> Secs) registerObjectPlatformSections() argument 575 deregisterObjectPlatformSections(ExecutorAddr HeaderAddr,std::optional<UnwindSectionInfo> UnwindInfo,std::vector<std::pair<std::string_view,ExecutorAddrRange>> Secs) deregisterObjectPlatformSections() argument 1205 __anon3d23d5020b02(ExecutorAddr HeaderAddr, std::optional<UnwindSectionInfo> USI, std::vector<std::pair<std::string_view, ExecutorAddrRange>> &Secs) __orc_rt_macho_deregister_object_platform_sections() argument [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | JITLink.h | 1288 auto Secs = sections(); in blocks() local 1289 return make_range(block_iterator(Secs.begin(), Secs.end()), in blocks() 1290 block_iterator(Secs.end(), Secs.end())); in blocks() 1294 auto Secs = sections(); in blocks() local 1295 return make_range(const_block_iterator(Secs.begin(), Secs.end()), in blocks() 1296 const_block_iterator(Secs.end(), Secs.end())); in blocks() 1312 auto Secs = sections(); in defined_symbols() local 1313 return make_range(defined_symbol_iterator(Secs.begin(), Secs.end()), in defined_symbols() 1314 defined_symbol_iterator(Secs.end(), Secs.end())); in defined_symbols() 1318 auto Secs = sections(); in defined_symbols() local [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | MachOPlatform.cpp | 1613 auto WriteSegment = [&](StringRef Name, std::vector<SecDesc> &Secs) { in populateObjCRuntimeObject() argument 1619 Secs.size() * sizeof(MachO::section_64); in populateObjCRuntimeObject() 1620 SegLC.nsects = Secs.size(); in populateObjCRuntimeObject() 1622 for (auto &SD : Secs) { in populateObjCRuntimeObject()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.h | 56 explicit SectionTableRef(ArrayRef<std::unique_ptr<SectionBase>> Secs) in SectionTableRef() argument 57 : Sections(Secs) {} in SectionTableRef()
|