Searched refs:ExecutorAddressRange (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/orc/ |
| H A D | executor_address.h | 142 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 D | macho_platform.h | 35 ExecutorAddressRange EHFrameSection; 36 ExecutorAddressRange ThreadDataSection; 40 using SectionList = std::vector<ExecutorAddressRange>;
|
| H A D | macho_platform.cpp | 92 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 D | ExecutorAddress.h | 139 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 D | MachOPlatform.h | 31 ExecutorAddressRange EHFrameSection; 32 ExecutorAddressRange ThreadDataSection; 36 using SectionList = std::vector<ExecutorAddressRange>;
|