OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getRelocationAddress
(Results
1 - 6
of
6
) sorted by null
/external/llvm/include/llvm/Object/
ObjectFile.h
333
virtual error_code
getRelocationAddress
(DataRefImpl Rel,
561
return OwningObject->
getRelocationAddress
(RelocationPimpl, Result);
MachO.h
99
virtual error_code
getRelocationAddress
(DataRefImpl Rel, uint64_t &Res) const;
COFF.h
247
virtual error_code
getRelocationAddress
(DataRefImpl Rel,
ELF.h
712
virtual error_code
getRelocationAddress
(DataRefImpl Rel,
[
all
...]
/external/llvm/lib/Object/
COFFObjectFile.cpp
747
error_code COFFObjectFile::
getRelocationAddress
(DataRefImpl Rel,
749
report_fatal_error("
getRelocationAddress
not implemented in COFFObjectFile");
MachOObjectFile.cpp
864
MachOObjectFile::
getRelocationAddress
(DataRefImpl Rel, uint64_t &Res) const {
865
report_fatal_error("
getRelocationAddress
not implemented in MachOObjectFile");
[
all
...]
Completed in 257 milliseconds