Searched refs:CodeRanges (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/orc/ |
| H A D | macho_platform.cpp | 114 std::vector<ExecutorAddrRange> CodeRanges; member 128 USI.CodeRanges, USI.DwarfSection, USI.CompactUnwindSection); in size() 133 OB, USI.CodeRanges, USI.DwarfSection, USI.CompactUnwindSection); in serialize() 138 IB, USI.CodeRanges, USI.DwarfSection, USI.CompactUnwindSection); in deserialize() 647 for (auto &CodeRange : UnwindInfo->CodeRanges) { in registerObjectPlatformSections() 731 for (auto &CodeRange : UnwindInfo->CodeRanges) { in deregisterObjectPlatformSections()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | MachOPlatform.cpp | 1249 if (US.CodeRanges.empty() || US.CodeRanges.back().End != B->getAddress()) in findUnwindSectionInfo() 1250 US.CodeRanges.push_back(B->getRange()); in findUnwindSectionInfo() 1252 US.CodeRanges.back().End = B->getRange().End; in findUnwindSectionInfo() 1268 for (auto &CR : US.CodeRanges) in findUnwindSectionInfo() 1270 if (US.CodeRanges.size() >= G.sections_size()) in findUnwindSectionInfo() 1339 UnwindInfo = std::make_tuple(std::move(UI->CodeRanges), UI->DwarfSection, in registerObjectPlatformSections()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | MachOPlatform.h | 212 SmallVector<ExecutorAddrRange> CodeRanges; member
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 886 auto CodeRanges = in printCOFFLoadConfig() local 889 W.startLine() << W.hex(CodeRanges[i].StartRva) << " - " in printCOFFLoadConfig() 890 << W.hex(CodeRanges[i].EndRva) << " -> " in printCOFFLoadConfig() 891 << W.hex(CodeRanges[i].EntryPoint) << "\n"; in printCOFFLoadConfig()
|