OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MCContext
(Results
76 - 100
of
168
) sorted by null
1
2
3
4
5
6
7
/external/llvm/include/llvm/MC/MCParser/
MCAsmParserExtension.h
54
MCContext
&getContext() { return getParser().getContext(); }
/external/llvm/include/llvm/MC/
MCSectionCOFF.h
25
// The memory for this string is stored in the same
MCContext
as *this.
45
friend class
MCContext
;
MCSectionELF.h
49
friend class
MCContext
;
MCDwarf.h
26
class
MCContext
;
35
/// and MCDwarfFile's are created and unique'd by the
MCContext
class where
40
// The StringRef references memory allocated in the
MCContext
.
46
private: //
MCContext
creates and uniques these.
47
friend class
MCContext
;
97
private: //
MCContext
manages these
98
friend class
MCContext
;
231
static void Encode(
MCContext
&Context, int64_t LineDelta,
417
static void EncodeAdvanceLoc(
MCContext
&Context, uint64_t AddrDelta,
MCAsmInfo.h
30
class
MCContext
;
386
virtual const MCSection *getNonexecutableStackSection(
MCContext
&Ctx) const{
MCSectionMachO.h
39
friend class
MCContext
;
MCObjectFileInfo.h
20
class
MCContext
;
190
MCContext
&ctx);
347
MCContext
*Ctx;
/external/llvm/lib/CodeGen/
LLVMTargetMachine.cpp
22
#include "llvm/MC/
MCContext
.h"
90
static
MCContext
*addPassesToGenerateCode(LLVMTargetMachine *TM,
113
// all the per-module stuff we're generating, including
MCContext
.
146
MCContext
*Context = addPassesToGenerateCode(this, PM, DisableVerify,
242
MCContext
*Context = addPassesToGenerateCode(this, PM, DisableVerify, 0, 0);
253
/// code is not supported. It fills the
MCContext
Ctx pointer which can be
257
MCContext
*&Ctx,
/external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h
32
MCContext
*Ctx;
/external/llvm/lib/MC/
MCDisassembler.cpp
24
MCContext
*Ctx,
30
assert(Ctx != 0 && "No
MCContext
given for symbolic disassembly");
Android.mk
14
MCContext
.cpp \
MCObjectSymbolizer.cpp
12
#include "llvm/MC/
MCContext
.h"
30
MCMachObjectSymbolizer(
MCContext
&Ctx, OwningPtr<MCRelocationInfo> &RelInfo,
63
MCObjectSymbolizer::MCObjectSymbolizer(
MCContext
&Ctx,
170
MCObjectSymbolizer::createObjectSymbolizer(
MCContext
&Ctx,
/external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCExpr.cpp
13
#include "llvm/MC/
MCContext
.h"
18
MCContext
&Ctx) {
/external/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFStreamer.cpp
20
MCELFStreamer* createMipsELFStreamer(
MCContext
&Context, MCAsmBackend &TAB,
/external/llvm/lib/Target/NVPTX/
NVPTXTargetMachine.h
47
// bool DisableVerify,
MCContext
*&OutCtx);
91
virtual bool addPassesToEmitMC(PassManagerBase &,
MCContext
*&, raw_ostream &,
/external/llvm/lib/Target/R600/
AMDGPUMCInstLower.cpp
29
AMDGPUMCInstLower::AMDGPUMCInstLower(
MCContext
&ctx):
/external/llvm/lib/Target/X86/
X86TargetObjectFile.cpp
11
#include "llvm/MC/
MCContext
.h"
46
X86LinuxTargetObjectFile::Initialize(
MCContext
&Ctx, const TargetMachine &TM) {
/external/llvm/lib/Target/XCore/
XCoreTargetObjectFile.cpp
12
#include "llvm/MC/
MCContext
.h"
19
void XCoreTargetObjectFile::Initialize(
MCContext
&Ctx, const TargetMachine &TM){
/external/llvm/lib/Target/R600/MCTargetDesc/
SIMCCodeEmitter.cpp
19
#include "llvm/MC/
MCContext
.h"
51
const MCSubtargetInfo &sti,
MCContext
&ctx)
70
MCContext
&Ctx) {
/external/llvm/include/llvm/CodeGen/
MachineFunction.h
38
class
MCContext
;
78
MCContext
&Ctx;
147
MCContext
&getContext() const { return Ctx; }
455
MCSymbol *getJTISymbol(unsigned JTI,
MCContext
&Ctx,
MachineModuleInfo.h
39
#include "llvm/MC/
MCContext
.h"
98
/// Context - This is the
MCContext
used for the entire code generator.
99
MCContext
Context;
190
const
MCContext
&getContext() const { return Context; }
191
MCContext
&getContext() { return Context; }
/external/llvm/lib/Target/Hexagon/
HexagonTargetObjectFile.cpp
21
#include "llvm/MC/
MCContext
.h"
31
void HexagonTargetObjectFile::Initialize(
MCContext
&Ctx,
/external/llvm/lib/Target/Mips/
MipsTargetObjectFile.cpp
15
#include "llvm/MC/
MCContext
.h"
27
void MipsTargetObjectFile::Initialize(
MCContext
&Ctx, const TargetMachine &TM){
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
SIMCCodeEmitter.cpp
18
#include "llvm/MC/
MCContext
.h"
64
MCContext
&Ctx;
68
MCContext
&ctx)
127
MCContext
&Ctx) {
/external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCCodeEmitter.cpp
18
#include "llvm/MC/
MCContext
.h"
27
MCContext
&Ctx;
30
SystemZMCCodeEmitter(const MCInstrInfo &mcii,
MCContext
&ctx)
96
MCContext
&Ctx) {
Completed in 632 milliseconds
1
2
3
4
5
6
7