HomeSort by relevance Sort by last modified time
    Searched refs:BeginAddress (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/Support/
ARMWinEH.h 103 const support::ulittle32_t BeginAddress;
107 : BeginAddress(Data[0]), UnwindData(Data[1]) {}
109 RuntimeFunction(const support::ulittle32_t BeginAddress,
111 : BeginAddress(BeginAddress), UnwindData(UnwindData) {}
  /external/llvm/tools/llvm-readobj/
ARMWinEHPrinter.cpp 605 Function = getSymbol(COFF, RF.BeginAddress, /*FunctionOnly=*/true);
611 if (!RF.BeginAddress && !Function)
625 FunctionAddress = PEHeader->ImageBase + RF.BeginAddress;
671 Function = getSymbol(COFF, RF.BeginAddress, /*FunctionOnly=*/true);
682 FunctionAddress = PEHeader->ImageBase + RF.BeginAddress;
  /external/llvm/include/llvm/Object/
COFF.h 335 support::ulittle32_t BeginAddress;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winternl.h 574 ULONG BeginAddress;
    [all...]
winnt.h     [all...]

Completed in 122 milliseconds