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 | 123 std::vector<std::pair<std::string_view, ExecutorAddrRange>> Secs, 127 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() argument 654 HeaderAddr, std::move(Secs)); in __orc_rt_coff_deregister_object_sections()
|
| H A D | macho_platform.cpp | 241 std::vector<std::pair<std::string_view, ExecutorAddrRange>> Secs); 244 std::vector<std::pair<std::string_view, ExecutorAddrRange>> Secs); 540 std::vector<std::pair<std::string_view, ExecutorAddrRange>> Secs) { in registerObjectPlatformSections() argument 587 for (auto &KV : Secs) { in registerObjectPlatformSections() 624 std::vector<std::pair<std::string_view, ExecutorAddrRange>> Secs) { in deregisterObjectPlatformSections() argument 671 for (auto &KV : Secs) { in deregisterObjectPlatformSections() 1399 &Secs) { in __orc_rt_macho_register_object_platform_sections() argument 1402 std::move(Secs)); in __orc_rt_macho_register_object_platform_sections() 1448 &Secs) { in __orc_rt_macho_deregister_object_platform_sections() argument 1451 std::move(Secs)); in __orc_rt_macho_deregister_object_platform_sections()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | JITLink.h | 1391 auto Secs = sections(); in blocks() local 1392 return make_range(block_iterator(Secs.begin(), Secs.end()), in blocks() 1393 block_iterator(Secs.end(), Secs.end())); in blocks() 1397 auto Secs = sections(); in blocks() local 1398 return make_range(const_block_iterator(Secs.begin(), Secs.end()), in blocks() 1399 const_block_iterator(Secs.end(), Secs.end())); in blocks() 1431 auto Secs = sections(); in defined_symbols() local 1432 return make_range(defined_symbol_iterator(Secs.begin(), Secs.end()), in defined_symbols() 1433 defined_symbol_iterator(Secs.end(), Secs.end())); in defined_symbols() 1437 auto Secs = sections(); in defined_symbols() local [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | MachOPlatform.cpp | 1630 auto WriteSegment = [&](StringRef Name, std::vector<SecDesc> &Secs) { in populateObjCRuntimeObject() argument 1636 Secs.size() * sizeof(MachO::section_64); in populateObjCRuntimeObject() 1637 SegLC.nsects = Secs.size(); in populateObjCRuntimeObject() 1639 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()
|