OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:createMCRelocationInfo
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/MC/
MCRelocationInfo.cpp
37
MCRelocationInfo *llvm::
createMCRelocationInfo
(StringRef TT, MCContext &Ctx) {
/external/llvm/include/llvm/Support/
TargetRegistry.h
60
MCRelocationInfo *
createMCRelocationInfo
(StringRef TT, MCContext &Ctx);
235
/// MCRelocationInfo, if registered (default = llvm::
createMCRelocationInfo
)
462
///
createMCRelocationInfo
- Create a target specific MCRelocationInfo.
467
createMCRelocationInfo
(StringRef TT, MCContext &Ctx) const {
470
: llvm::
createMCRelocationInfo
;
[
all
...]
Completed in 457 milliseconds