OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MCModule
(Results
1 - 4
of
4
) sorted by null
/external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAtom.h
25
class
MCModule
;
34
friend class
MCModule
;
38
MCModule
*Parent;
44
// Private constructor - only callable by
MCModule
45
MCAtom(AtomType T,
MCModule
*P, uint64_t B, uint64_t E)
MCModule.h
1
//===-- llvm/MC/
MCModule
.h -
MCModule
class ---------------------*- C++ -*-===//
10
// This file contains the declaration of the
MCModule
class, which is used to
27
///
MCModule
- This class represent a completely disassembled object file or
30
class
MCModule
{
31
/// AtomAllocationTracker - An
MCModule
owns its component MCAtom's, so it
49
MCModule
(IntervalMap<uint64_t, MCAtom*>::Allocator &A) : OffsetMap(A) { }
/external/swiftshader/third_party/LLVM/lib/MC/
MCModule.cpp
1
//===- lib/MC/
MCModule
.cpp -
MCModule
implementation --------------------------===//
11
#include "llvm/MC/
MCModule
.h"
15
MCAtom *
MCModule
::createAtom(MCAtom::AtomType Type,
31
void
MCModule
::remap(MCAtom *Atom, uint64_t NewBegin, uint64_t NewEnd) {
/external/swiftshader/third_party/LLVM/
Android.mk
194
lib/MC/
MCModule
.cpp \
Completed in 505 milliseconds