OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextAtom
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAtom.h
31
/// MCAtom - Represents a contiguous range of either instructions (a
TextAtom
)
35
typedef enum {
TextAtom
, DataAtom } AtomType;
49
bool isTextAtom() { return Type ==
TextAtom
; }
56
/// and instruction boundary if this is a
TextAtom
. Returns the newly created
/external/swiftshader/third_party/LLVM/lib/MC/
MCAtom.cpp
17
assert(Type ==
TextAtom
&& "Trying to add MCInst to a non-text atom!");
Completed in 102 milliseconds