Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/orc/
H A Dmacho_platform.cpp177 std::vector<std::pair<string_view, ExecutorAddrRange>> Secs);
180 std::vector<std::pair<string_view, ExecutorAddrRange>> Secs);
324 std::vector<std::pair<string_view, ExecutorAddrRange>> Secs) { in registerObjectPlatformSections() argument
340 for (auto &KV : Secs) { in registerObjectPlatformSections()
385 std::vector<std::pair<string_view, ExecutorAddrRange>> Secs) { in deregisterObjectPlatformSections() argument
407 for (auto &KV : Secs) { in deregisterObjectPlatformSections()
976 std::vector<std::pair<string_view, ExecutorAddrRange>> &Secs) { in __orc_rt_macho_register_object_platform_sections() argument
978 .registerObjectPlatformSections(HeaderAddr, std::move(Secs)); in __orc_rt_macho_register_object_platform_sections()
990 std::vector<std::pair<string_view, ExecutorAddrRange>> &Secs) { in __orc_rt_macho_deregister_object_platform_sections() argument
993 std::move(Secs)); in __orc_rt_macho_deregister_object_platform_sections()
/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObject.h56 explicit SectionTableRef(ArrayRef<std::unique_ptr<SectionBase>> Secs) in SectionTableRef() argument
57 : Sections(Secs) {} in SectionTableRef()
/llvm-project-15.0.7/libcxx/docs/DesignDocs/
H A DFileTimeType.rst308 auto secs = duration_cast<Secs>(tp.time_since_epoch());