Searched refs:CodeRanges (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
H A D | macho_platform.cpp | 114 std::vector<ExecutorAddrRange> CodeRanges; 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 deregisterObjectPlatformSections() 731 for (auto &CodeRange : UnwindInfo->CodeRanges) { in runAtExits() 113 std::vector<ExecutorAddrRange> CodeRanges; global() member
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | MachOPlatform.cpp | 1295 if (US.CodeRanges.empty() || US.CodeRanges.back().End != B->getAddress()) in findUnwindSectionInfo() 1296 US.CodeRanges.push_back(B->getRange()); in findUnwindSectionInfo() 1298 US.CodeRanges.back().End = B->getRange().End; in findUnwindSectionInfo() 1314 for (auto &CR : US.CodeRanges) in findUnwindSectionInfo() 1316 if (US.CodeRanges.size() >= G.sections_size()) in findUnwindSectionInfo() 1385 UnwindInfo = std::make_tuple(std::move(UI->CodeRanges), UI->DwarfSection, in registerObjectPlatformSections()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | MachOPlatform.h | 226 SmallVector<ExecutorAddrRange> CodeRanges; member
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | COFFDumper.cpp | 889 auto CodeRanges = in printCOFFLoadConfig() local 892 W.startLine() << W.hex(CodeRanges[i].StartRva) << " - " in printCOFFLoadConfig() 893 << W.hex(CodeRanges[i].EndRva) << " -> " in printCOFFLoadConfig() 894 << W.hex(CodeRanges[i].EntryPoint) << "\n"; in printCOFFLoadConfig()
|