OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BeginAddress
(Results
1 - 3
of
3
) 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
;
Completed in 32 milliseconds