Home
last modified time | relevance | path

Searched refs:BeginAddress (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DARMWinEH.h106 const support::ulittle32_t BeginAddress;
110 : BeginAddress(Data[0]), UnwindData(Data[1]) {} in RuntimeFunction()
112 RuntimeFunction(const support::ulittle32_t BeginAddress, in RuntimeFunction() argument
114 : BeginAddress(BeginAddress), UnwindData(UnwindData) {} in RuntimeFunction()
227 const support::ulittle32_t BeginAddress;
231 : BeginAddress(Data[0]), UnwindData(Data[1]) {} in RuntimeFunctionARM64()
233 RuntimeFunctionARM64(const support::ulittle32_t BeginAddress, in RuntimeFunctionARM64() argument
235 : BeginAddress(BeginAddress), UnwindData(UnwindData) {} in RuntimeFunctionARM64()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp1200 COFF, Section, Offset, RF.BeginAddress, FunctionAddress, FunctionOffset, in dumpUnpackedEntry()
1208 if (!RF.BeginAddress && !Function) in dumpUnpackedEntry()
1269 COFF, Section, Offset, RF.BeginAddress, FunctionAddress, FunctionOffset, in dumpPackedEntry()
1368 COFF, Section, Offset, RF.BeginAddress, FunctionAddress, FunctionOffset, in dumpPackedARM64Entry()
/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwind-seh.cpp494 uintptr_t result = (uintptr_t)disp->FunctionEntry->BeginAddress + disp->ImageBase; in _Unwind_GetRegionStart()
H A DUnwindCursor.hpp2018 _info.start_ip = base + unwindEntry->BeginAddress; in getInfoFromSEH()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h787 support::ulittle32_t BeginAddress; member