OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MCRelocationInfo
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/MC/
MCRelocationInfo.cpp
1
//==-- lib/MC/
MCRelocationInfo
.cpp -------------------------------*- C++ -*-==//
10
#include "llvm/MC/
MCRelocationInfo
.h"
17
MCRelocationInfo
::
MCRelocationInfo
(MCContext &Ctx)
21
MCRelocationInfo
::~
MCRelocationInfo
() {
25
MCRelocationInfo
::createExprForRelocation(object::RelocationRef Rel) {
30
MCRelocationInfo
::createExprForCAPIVariantKind(const MCExpr *SubExpr,
37
MCRelocationInfo
*llvm::createMCRelocationInfo(StringRef TT, MCContext &Ctx) {
38
return new
MCRelocationInfo
(Ctx)
[
all
...]
/external/llvm/include/llvm/MC/
MCRelocationInfo.h
1
//==-- llvm/MC/
MCRelocationInfo
.h --------------------------------*- C++ -*-==//
10
// This file declares the
MCRelocationInfo
class, which provides methods to
30
class
MCRelocationInfo
{
31
MCRelocationInfo
(const
MCRelocationInfo
&) LLVM_DELETED_FUNCTION;
32
void operator=(const
MCRelocationInfo
&) LLVM_DELETED_FUNCTION;
38
MCRelocationInfo
(MCContext &Ctx);
39
virtual ~
MCRelocationInfo
();
Completed in 170 milliseconds