Searched defs:Secs (Results 1 – 5 of 5) sorted by relevance
/llvm-project/compiler-rt/lib/orc/ |
H A D | coff_platform.cpp | 458 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 D | macho_platform.cpp | 616 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 D | JITLink.h | 1288 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 D | ELFObject.h | 56 explicit SectionTableRef(ArrayRef<std::unique_ptr<SectionBase>> Secs) in SectionTableRef() argument
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | MachOPlatform.cpp | 1613 for (auto &SD : Secs) { in populateObjCRuntimeObject() argument
|