OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getRelocationType
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineRelocation.h
200
///
getRelocationType
- Return the target-specific relocation ID for this
202
unsigned
getRelocationType
() const {
/external/llvm/include/llvm/Object/
ELFObjectFile.h
109
std::error_code
getRelocationType
(DataRefImpl Rel,
613
std::error_code ELFObjectFile<ELFT>::
getRelocationType
(DataRefImpl Rel,
[
all
...]
/external/llvm/lib/Object/
COFFObjectFile.cpp
878
std::error_code COFFObjectFile::
getRelocationType
(DataRefImpl Rel,
[
all
...]
MachOObjectFile.cpp
889
std::error_code MachOObjectFile::
getRelocationType
(DataRefImpl Rel,
901
getRelocationType
(Rel, RType);
[
all
...]
Completed in 72 milliseconds