OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getEntrySize
(Results
1 - 5
of
5
) sorted by null
/frameworks/compile/mclinker/lib/Target/
GOT.cpp
41
size_t GOT::
getEntrySize
() const
/external/llvm/include/llvm/MC/
MCSectionELF.h
62
unsigned
getEntrySize
() const { return EntrySize; }
/frameworks/compile/mclinker/include/mcld/Target/
PLT.h
32
size_t
getEntrySize
() const
/frameworks/compile/linkloader/include/
ELFSectionHeader.h
152
word_t
getEntrySize
() const {
203
xword_t
getEntrySize
() const {
/external/llvm/lib/CodeGen/
MachineFunction.cpp
533
///
getEntrySize
- Return the size of each entry in the jump table.
534
unsigned MachineJumpTableInfo::
getEntrySize
(const TargetData &TD) const {
Completed in 495 milliseconds