Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DARMWinEH.h105 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 DProfileGenerator.cpp177 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 Dunwind-seh.c143 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 Dunwind-seh.c143 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 DARMWinEHPrinter.cpp1023 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 DCOFF.h737 support::ulittle32_t BeginAddress; member
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinnt.d3480 DWORD BeginAddress;