OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getGlobalELFBinding
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/CodeGen/
ELFWriter.h
199
unsigned
getGlobalELFBinding
(const GlobalValue *GV);
ELFCodeEmitter.cpp
74
ELFSym *FnSym = ELFSym::getGV(F, EW.
getGlobalELFBinding
(F), ELF::STT_FUNC,
ELFWriter.cpp
284
//
getGlobalELFBinding
- Returns the ELF specific binding type
285
unsigned ELFWriter::
getGlobalELFBinding
(const GlobalValue *GV) {
354
unsigned SymBind =
getGlobalELFBinding
(GV);
[
all
...]
Completed in 43 milliseconds