Home
last modified time | relevance | path

Searched defs:Secs (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/orc/
H A Dcoff_platform.cpp458 std::vector<std::pair<std::string_view, ExecutorAddrRange>> Secs, in registerObjectSections()
503 std::vector<std::pair<std::string_view, ExecutorAddrRange>> Secs) { in deregisterObjectSections()
653 &Secs) { in __orc_rt_coff_deregister_object_sections()
H A Dmacho_platform.cpp528 std::vector<std::pair<std::string_view, ExecutorAddrRange>> Secs) { in registerObjectPlatformSections()
616 std::vector<std::pair<std::string_view, ExecutorAddrRange>> Secs) { in deregisterObjectPlatformSections()
1348 &Secs) { in __orc_rt_macho_deregister_object_platform_sections()
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.h56 explicit SectionTableRef(ArrayRef<std::unique_ptr<SectionBase>> Secs) in SectionTableRef()