Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/orc/
H A Dcoff_platform.cpp458 std::vector<std::pair<std::string_view, ExecutorAddrRange>> Secs, in registerObjectSections() argument
503 std::vector<std::pair<std::string_view, ExecutorAddrRange>> Secs) { in deregisterObjectSections() argument
652 &Secs) { in __orc_rt_coff_deregister_object_sections() argument
[all...]
H A Dmacho_platform.cpp616 registerObjectPlatformSections(ExecutorAddr HeaderAddr,std::optional<UnwindSectionInfo> UnwindInfo,std::vector<std::pair<std::string_view,ExecutorAddrRange>> Secs) registerObjectPlatformSections() argument
694 deregisterObjectPlatformSections(ExecutorAddr HeaderAddr,std::optional<UnwindSectionInfo> UnwindInfo,std::vector<std::pair<std::string_view,ExecutorAddrRange>> Secs) deregisterObjectPlatformSections() argument
1389 __anoncbb4fc950b02(ExecutorAddr HeaderAddr, std::optional<UnwindSectionInfo> USI, std::vector<std::pair<std::string_view, ExecutorAddrRange>> &Secs) __orc_rt_macho_register_object_platform_sections() argument
1438 __anoncbb4fc950e02(ExecutorAddr HeaderAddr, std::optional<UnwindSectionInfo> USI, std::vector<std::pair<std::string_view, ExecutorAddrRange>> &Secs) __orc_rt_macho_deregister_object_platform_sections() argument
[all...]
/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h1288 auto Secs = sections(); blocks() local
1294 auto Secs = sections(); blocks() local
1312 auto Secs = sections(); defined_symbols() local
1318 auto Secs = sections(); defined_symbols() local
[all...]
/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h56 explicit SectionTableRef(ArrayRef<std::unique_ptr<SectionBase>> Secs) in SectionTableRef() argument
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1613 for (auto &SD : Secs) { in populateObjCRuntimeObject() argument