OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resolveRelocDestAddr
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/ARM/
ARMJITInfo.h
176
///
resolveRelocDestAddr
- Resolve the resulting address of the relocation
179
intptr_t
resolveRelocDestAddr
(MachineRelocation *MR) const;
ARMJITInfo.cpp
239
intptr_t ARMJITInfo::
resolveRelocDestAddr
(MachineRelocation *MR) const {
273
intptr_t ResultPtr =
resolveRelocDestAddr
(MR);
Completed in 33 milliseconds