Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/orc/
H A Dexecutor_address.h142 struct ExecutorAddressRange { struct
143 ExecutorAddressRange() = default;
144 ExecutorAddressRange(ExecutorAddress StartAddress, ExecutorAddress EndAddress) in ExecutorAddressRange() argument
185 class SPSSerializationTraits<SPSExecutorAddressRange, ExecutorAddressRange> {
187 static size_t size(const ExecutorAddressRange &Value) { in size()
193 const ExecutorAddressRange &Value) { in serialize()
198 static bool deserialize(SPSInputBuffer &BIB, ExecutorAddressRange &Value) { in deserialize()
H A Dmacho_platform.h35 ExecutorAddressRange EHFrameSection;
36 ExecutorAddressRange ThreadDataSection;
40 using SectionList = std::vector<ExecutorAddressRange>;
H A Dmacho_platform.cpp92 const ExecutorAddressRange &SE) { in validatePointerSectionExtent()
104 const std::vector<ExecutorAddressRange> &ObjCSelRefsSections, in registerObjCSelectors()
129 const std::vector<ExecutorAddressRange> &ObjCClassListSections, in registerObjCClasses()
173 const std::vector<ExecutorAddressRange> &Swift5ProtocolSections, in registerSwift5Protocols()
189 const std::vector<ExecutorAddressRange> &Swift5ProtocolConformanceSections, in registerSwift5ProtocolConformances()
205 Error runModInits(const std::vector<ExecutorAddressRange> &ModInitsSections, in runModInits()
289 Error (*)(const std::vector<ExecutorAddressRange> &Sections,
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DExecutorAddress.h139 struct ExecutorAddressRange { struct
140 ExecutorAddressRange() = default;
141 ExecutorAddressRange(ExecutorAddress StartAddress, ExecutorAddress EndAddress) in ExecutorAddressRange() argument
178 class SPSSerializationTraits<SPSExecutorAddressRange, ExecutorAddressRange> {
180 static size_t size(const ExecutorAddressRange &Value) { in size()
186 const ExecutorAddressRange &Value) { in serialize()
191 static bool deserialize(SPSInputBuffer &BIB, ExecutorAddressRange &Value) { in deserialize()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h31 ExecutorAddressRange EHFrameSection;
32 ExecutorAddressRange ThreadDataSection;
36 using SectionList = std::vector<ExecutorAddressRange>;