Searched refs:BeginAddress (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | ARMWinEH.h | 105 const support::ulittle32_t BeginAddress; 109 : BeginAddress(Data[0]), UnwindData(Data[1]) {} in RuntimeFunction() 111 RuntimeFunction(const support::ulittle32_t BeginAddress, in RuntimeFunction() argument 113 : BeginAddress(BeginAddress), UnwindData(UnwindData) {} in RuntimeFunction() 226 const support::ulittle32_t BeginAddress; 230 : BeginAddress(Data[0]), UnwindData(Data[1]) {} in RuntimeFunctionARM64() 232 RuntimeFunctionARM64(const support::ulittle32_t BeginAddress, in RuntimeFunctionARM64() argument 234 : BeginAddress(BeginAddress), UnwindData(UnwindData) {} in RuntimeFunctionARM64()
|
| /llvm-project-15.0.7/llvm/tools/llvm-profgen/ |
| H A D | ProfileGenerator.cpp | 327 uint64_t BeginAddress = UINT64_MAX; in findDisjointRanges() local 334 if (BeginAddress != UINT64_MAX) in findDisjointRanges() 335 DisjointRanges[{BeginAddress, Address - 1}] = Count; in findDisjointRanges() 337 BeginAddress = Address; in findDisjointRanges() 341 assert((BeginAddress != UINT64_MAX) && in findDisjointRanges() 343 DisjointRanges[{BeginAddress, Address}] = Count; in findDisjointRanges() 346 BeginAddress = Address + 1; in findDisjointRanges() 357 BeginAddress = UINT64_MAX; in findDisjointRanges()
|
| /llvm-project-15.0.7/bolt/include/bolt/Profile/ |
| H A D | Heatmap.h | 25 uint64_t BeginAddress; member
|
| /llvm-project-15.0.7/bolt/lib/Profile/ |
| H A D | Heatmap.cpp | 291 Address + BucketSize < TextSections[TextSectionIndex].BeginAddress) { in printSectionHotness() 304 << Twine::utohexstr(TextSection.BeginAddress) << ", 0x" in printSectionHotness()
|
| H A D | DataAggregator.cpp | 119 return A.BeginAddress < B.BeginAddress; in getTextSections()
|
| /llvm-project-15.0.7/llvm/tools/llvm-readobj/ |
| H A D | ARMWinEHPrinter.cpp | 1051 COFF, Section, Offset, RF.BeginAddress, FunctionAddress, FunctionOffset, in dumpUnpackedEntry() 1059 if (!RF.BeginAddress && !Function) in dumpUnpackedEntry() 1120 COFF, Section, Offset, RF.BeginAddress, FunctionAddress, FunctionOffset, in dumpPackedEntry() 1219 COFF, Section, Offset, RF.BeginAddress, FunctionAddress, FunctionOffset, in dumpPackedARM64Entry()
|
| /llvm-project-15.0.7/libunwind/src/ |
| H A D | Unwind-seh.cpp | 435 uintptr_t result = (uintptr_t)disp->FunctionEntry->BeginAddress + disp->ImageBase; in _Unwind_GetRegionStart()
|
| H A D | UnwindCursor.hpp | 1953 _info.start_ip = base + unwindEntry->BeginAddress; in getInfoFromSEH()
|
| /llvm-project-15.0.7/llvm/include/llvm/Object/ |
| H A D | COFF.h | 737 support::ulittle32_t BeginAddress; member
|