Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
652 &Secs) { in __orc_rt_coff_deregister_object_sections()
H A Dmacho_platform.cpp540 std::vector<std::pair<std::string_view, ExecutorAddrRange>> Secs) { in registerObjectPlatformSections()
624 std::vector<std::pair<std::string_view, ExecutorAddrRange>> Secs) { in deregisterObjectPlatformSections()
1399 &Secs) { in __orc_rt_macho_register_object_platform_sections()
1448 &Secs) { in __orc_rt_macho_deregister_object_platform_sections()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h1391 auto Secs = sections(); in blocks() local
1397 auto Secs = sections(); in blocks() local
1431 auto Secs = sections(); in defined_symbols() local
1437 auto Secs = sections(); in defined_symbols() local
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h56 explicit SectionTableRef(ArrayRef<std::unique_ptr<SectionBase>> Secs) in SectionTableRef()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1630 auto WriteSegment = [&](StringRef Name, std::vector<SecDesc> &Secs) { in populateObjCRuntimeObject()