OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MachineModuleInfoImpl
(Results
1 - 11
of
11
) sorted by null
/external/llvm/lib/CodeGen/
MachineModuleInfoImpls.cpp
11
//
MachineModuleInfoImpl
.
28
typedef std::pair<MCSymbol*,
MachineModuleInfoImpl
::StubValueTy> PairTy;
36
MachineModuleInfoImpl
::SymbolListTy
37
MachineModuleInfoImpl
::GetSortedStubs(const DenseMap<MCSymbol*,
38
MachineModuleInfoImpl
::StubValueTy>&Map) {
39
MachineModuleInfoImpl
::SymbolListTy List(Map.begin(), Map.end());
TargetLoweringObjectFileImpl.cpp
105
MachineModuleInfoImpl
::StubValueTy &StubSym = ELFMMI.getGVStubEntry(SSym);
108
StubSym =
MachineModuleInfoImpl
::StubValueTy(Sym, !GV->hasLocalLinkage());
641
MachineModuleInfoImpl
::StubValueTy &StubSym =
646
StubSym =
MachineModuleInfoImpl
::StubValueTy(Sym, !GV->hasLocalLinkage());
672
MachineModuleInfoImpl
::StubValueTy &StubSym = MachOMMI.getGVStubEntry(SSym);
675
StubSym =
MachineModuleInfoImpl
::StubValueTy(Sym, !GV->hasLocalLinkage());
MachineModuleInfo.cpp
33
MachineModuleInfoImpl
::~
MachineModuleInfoImpl
() {}
/external/llvm/lib/Target/X86/
X86COFFMachineModuleInfo.h
25
/// X86COFFMachineModuleInfo - This is a
MachineModuleInfoImpl
implementation
27
class X86COFFMachineModuleInfo : public
MachineModuleInfoImpl
{
X86AsmPrinter.cpp
108
MachineModuleInfoImpl
::StubValueTy &StubSym =
111
StubSym =
MachineModuleInfoImpl
::
115
MachineModuleInfoImpl
::StubValueTy &StubSym =
118
StubSym =
MachineModuleInfoImpl
::
122
MachineModuleInfoImpl
::StubValueTy &StubSym =
125
StubSym =
MachineModuleInfoImpl
::
146
MachineModuleInfoImpl
::StubValueTy &StubSym =
150
StubSym =
MachineModuleInfoImpl
::
571
MachineModuleInfoImpl
::StubValueTy &MCSym = Stubs[i].second;
X86MCInstLower.cpp
107
MachineModuleInfoImpl
::StubValueTy &StubSym =
112
MachineModuleInfoImpl
::
121
MachineModuleInfoImpl
::StubValueTy &StubSym =
126
MachineModuleInfoImpl
::
135
MachineModuleInfoImpl
::StubValueTy &StubSym =
142
MachineModuleInfoImpl
::
148
MachineModuleInfoImpl
::
/external/llvm/include/llvm/CodeGen/
MachineModuleInfoImpls.h
11
//
MachineModuleInfoImpl
.
23
/// MachineModuleInfoMachO - This is a
MachineModuleInfoImpl
implementation
25
class MachineModuleInfoMachO : public
MachineModuleInfoImpl
{
72
/// MachineModuleInfoELF - This is a
MachineModuleInfoImpl
implementation
74
class MachineModuleInfoELF : public
MachineModuleInfoImpl
{
MachineModuleInfo.h
78
///
MachineModuleInfoImpl
- This class can be derived from and used by targets
83
class
MachineModuleInfoImpl
{
86
virtual ~
MachineModuleInfoImpl
();
105
///
MachineModuleInfoImpl
, which lets targets accumulate whatever info they
107
MachineModuleInfoImpl
*ObjFileMMI;
/external/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp
64
MachineModuleInfoImpl
::StubValueTy &StubSym =
71
MachineModuleInfoImpl
::
77
MachineModuleInfoImpl
::
91
MachineModuleInfoImpl
::StubValueTy &StubSym =
97
StubSym =
MachineModuleInfoImpl
::
PPCAsmPrinter.cpp
181
MachineModuleInfoImpl
::StubValueTy &StubSym =
184
StubSym =
MachineModuleInfoImpl
::
200
MachineModuleInfoImpl
::StubValueTy &StubSym =
204
StubSym =
MachineModuleInfoImpl
::
210
MachineModuleInfoImpl
::StubValueTy &StubSym =
214
StubSym =
MachineModuleInfoImpl
::
[
all
...]
/external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp
670
MachineModuleInfoImpl
::StubValueTy &MCSym = Stubs[i].second;
[
all
...]
Completed in 114 milliseconds