OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getExtSym
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/CodeGen/
ELF.h
82
//
getExtSym
- Create and return an elf symbol to represent an
84
static ELFSym *
getExtSym
(const char *Ext) {
ELFWriter.cpp
709
SymbolList.push_back(ELFSym::
getExtSym
(*I));
[
all
...]
/external/llvm/include/llvm/CodeGen/
MachineRelocation.h
136
/// MachineRelocation::
getExtSym
- Return a relocation entry for an external
139
static MachineRelocation
getExtSym
(uintptr_t offset, unsigned RelocationType,
/external/llvm/lib/Target/PowerPC/
PPCCodeEmitter.cpp
164
return MachineRelocation::
getExtSym
(MCE.getCurrentPCOffset(),
/external/llvm/lib/Target/X86/
X86CodeEmitter.cpp
297
MCE.addRelocation(MachineRelocation::
getExtSym
(MCE.getCurrentPCOffset(),
[
all
...]
/external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp
498
MCE.addRelocation(MachineRelocation::
getExtSym
(MCE.getCurrentPCOffset(),
[
all
...]
Completed in 151 milliseconds