HomeSort by: relevance | last modified time | path
    Searched refs:BeginAddress (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
ARMWinEH.h 105 const support::ulittle32_t BeginAddress;
109 : BeginAddress(Data[0]), UnwindData(Data[1]) {}
111 RuntimeFunction(const support::ulittle32_t BeginAddress,
113 : BeginAddress(BeginAddress), UnwindData(UnwindData) {}
225 const support::ulittle32_t BeginAddress;
229 : BeginAddress(Data[0]), UnwindData(Data[1]) {}
231 RuntimeFunctionARM64(const support::ulittle32_t BeginAddress,
233 : BeginAddress(BeginAddress), UnwindData(UnwindData) {
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
ProfileGenerator.cpp 177 uint64_t BeginAddress = 0;
183 if (BeginAddress)
184 DisjointRanges[{BeginAddress, Address - 1}] = Count;
186 BeginAddress = Address;
189 assert(BeginAddress && "First boundary point cannot be 'end' point");
190 DisjointRanges[{BeginAddress, Address}] = Count;
192 BeginAddress = Address + 1;
  /src/external/gpl3/gcc/dist/libgcc/
unwind-seh.c 145 return c->disp->FunctionEntry->BeginAddress + c->disp->ImageBase;
156 return (entry ? (void *)(entry->BeginAddress + ImageBase) : NULL);
  /src/external/gpl3/gcc.old/dist/libgcc/
unwind-seh.c 145 return c->disp->FunctionEntry->BeginAddress + c->disp->ImageBase;
156 return (entry ? (void *)(entry->BeginAddress + ImageBase) : NULL);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ARMWinEHPrinter.cpp 1023 COFF, Section, Offset, RF.BeginAddress, FunctionAddress, FunctionOffset,
1031 if (!RF.BeginAddress && !Function)
1094 COFF, Section, Offset, RF.BeginAddress, FunctionAddress, FunctionOffset,
1136 COFF, Section, Offset, RF.BeginAddress, FunctionAddress, FunctionOffset,
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
COFF.h 737 support::ulittle32_t BeginAddress;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
winnt.d 3480 DWORD BeginAddress;

Completed in 39 milliseconds