OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createX86_64MachORelocationInfo
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.h
111
///
createX86_64MachORelocationInfo
- Construct X86-64 Mach-O relocation info.
112
MCRelocationInfo *
createX86_64MachORelocationInfo
(MCContext &Ctx);
X86MachORelocationInfo.cpp
113
///
createX86_64MachORelocationInfo
- Construct an X86-64 Mach-O RelocationInfo.
114
MCRelocationInfo *llvm::
createX86_64MachORelocationInfo
(MCContext &Ctx) {
X86MCTargetDesc.cpp
389
return
createX86_64MachORelocationInfo
(Ctx);
Completed in 43 milliseconds