Searched refs:BeginAddress (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ARMWinEHPrinter.cpp | 1147 COFF, Section, Offset, RF.BeginAddress, FunctionAddress, FunctionOffset, in dumpUnpackedEntry() 1155 if (!RF.BeginAddress && !Function) in dumpUnpackedEntry() 1216 COFF, Section, Offset, RF.BeginAddress, FunctionAddress, FunctionOffset, in dumpPackedEntry() 1315 COFF, Section, Offset, RF.BeginAddress, FunctionAddress, FunctionOffset, in dumpPackedARM64Entry()
|
/freebsd/contrib/llvm-project/libunwind/src/ |
H A D | Unwind-seh.cpp | 452 uintptr_t result = (uintptr_t)disp->FunctionEntry->BeginAddress + disp->ImageBase; in _Unwind_GetRegionStart()
|
H A D | UnwindCursor.hpp | 1986 _info.start_ip = base + unwindEntry->BeginAddress; in getInfoFromSEH()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | COFF.h | 773 support::ulittle32_t BeginAddress; member
|