Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DMachOPlatform.h42 using RawPointerSectionList = std::vector<SectionExtent>; variable
52 const RawPointerSectionList &getModInitsSections() const { in getModInitsSections()
60 const RawPointerSectionList &getObjCSelRefsSections() const { in getObjCSelRefsSections()
68 const RawPointerSectionList &getObjCClassListSections() const { in getObjCClassListSections()
79 RawPointerSectionList ModInitSections;
80 RawPointerSectionList ObjCSelRefsSections;
81 RawPointerSectionList ObjCClassListSections;