Searched refs:BeginAddress (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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() 225 const support::ulittle32_t BeginAddress; 229 : BeginAddress(Data[0]), UnwindData(Data[1]) {} in RuntimeFunctionARM64() 231 RuntimeFunctionARM64(const support::ulittle32_t BeginAddress, in RuntimeFunctionARM64() argument 233 : BeginAddress(BeginAddress), UnwindData(UnwindData) {} in RuntimeFunctionARM64()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/ |
H A D | ProfileGenerator.cpp | 177 uint64_t BeginAddress = 0; in findDisjointRanges() local 183 if (BeginAddress) in findDisjointRanges() 184 DisjointRanges[{BeginAddress, Address - 1}] = Count; in findDisjointRanges() 186 BeginAddress = Address; in findDisjointRanges() 189 assert(BeginAddress && "First boundary point cannot be 'end' point"); in findDisjointRanges() 190 DisjointRanges[{BeginAddress, Address}] = Count; in findDisjointRanges() 192 BeginAddress = Address + 1; in findDisjointRanges()
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/ |
H A D | unwind-seh.c | 143 return c->disp->FunctionEntry->BeginAddress + c->disp->ImageBase; in _Unwind_GetRegionStart() 154 return (entry ? (void *)(entry->BeginAddress + ImageBase) : NULL); in _Unwind_FindEnclosingFunction()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
H A D | unwind-seh.c | 143 return c->disp->FunctionEntry->BeginAddress + c->disp->ImageBase; in _Unwind_GetRegionStart() 154 return (entry ? (void *)(entry->BeginAddress + ImageBase) : NULL); in _Unwind_FindEnclosingFunction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
H A D | ARMWinEHPrinter.cpp | 1023 COFF, Section, Offset, RF.BeginAddress, FunctionAddress, FunctionOffset, in dumpUnpackedEntry() 1031 if (!RF.BeginAddress && !Function) in dumpUnpackedEntry() 1094 COFF, Section, Offset, RF.BeginAddress, FunctionAddress, FunctionOffset, in dumpPackedEntry() 1136 COFF, Section, Offset, RF.BeginAddress, FunctionAddress, FunctionOffset, in dumpPackedARM64Entry()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
H A D | COFF.h | 737 support::ulittle32_t BeginAddress; member
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
H A D | winnt.d | 3480 DWORD BeginAddress;
|