OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCopyRelType
(Results
1 - 4
of
4
) sorted by null
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h
142
Relocation::Type
getCopyRelType
() const { return m_CopyRel; }
HexagonRelocator.cpp
133
rel_entry.setType(pTarget.
getCopyRelType
());
[
all
...]
/frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h
104
Relocation::Type
getCopyRelType
() const { return m_CopyRel; }
X86Relocator.cpp
91
rel_entry.setType(pTarget.
getCopyRelType
());
[
all
...]
Completed in 158 milliseconds