OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSectionRelEnd
(Results
1 - 7
of
7
) sorted by null
/external/llvm/include/llvm/Object/
MachO.h
95
virtual relocation_iterator
getSectionRelEnd
(DataRefImpl Sec) const;
135
relocation_iterator
getSectionRelEnd
(unsigned Index) const;
ObjectFile.h
326
virtual relocation_iterator
getSectionRelEnd
(DataRefImpl Sec) const = 0;
535
return OwningObject->
getSectionRelEnd
(SectionPimpl);
COFF.h
243
virtual relocation_iterator
getSectionRelEnd
(DataRefImpl Sec) const;
ELF.h
707
virtual relocation_iterator
getSectionRelEnd
(DataRefImpl Sec) const;
[
all
...]
/external/llvm/tools/macho-dump/
macho-dump.cpp
101
E = Obj.
getSectionRelEnd
(Index); I != E; I.increment(EC), ++RelNum) {
/external/llvm/lib/Object/
MachOObjectFile.cpp
833
MachOObjectFile::
getSectionRelEnd
(DataRefImpl Sec) const {
[
all
...]
COFFObjectFile.cpp
420
relocation_iterator COFFObjectFile::
getSectionRelEnd
(DataRefImpl Sec) const {
Completed in 35 milliseconds