OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createAtom
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/third_party/LLVM/include/llvm/MC/
MCModule.h
51
///
createAtom
- Creates a new MCAtom covering the specified offset range.
52
MCAtom *
createAtom
(MCAtom::AtomType Type, uint64_t Begin, uint64_t End);
/external/swiftshader/third_party/LLVM/lib/MC/
MCModule.cpp
15
MCAtom *MCModule::
createAtom
(MCAtom::AtomType Type,
MCAtom.cpp
48
MCAtom *RightAtom = Parent->
createAtom
(Type, RightBegin, RightEnd);
Completed in 182 milliseconds