OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EmitAttributes
(Results
1 - 6
of
6
) sorted by null
/external/llvm/utils/TableGen/
TableGenBackends.h
81
void
EmitAttributes
(RecordKeeper &RK, raw_ostream &OS);
Attributes.cpp
175
void
EmitAttributes
(RecordKeeper &RK, raw_ostream &OS) {
TableGen.cpp
176
EmitAttributes
(Records, OS);
IntrinsicEmitter.cpp
50
void
EmitAttributes
(const std::vector<CodeGenIntrinsic> &Ints,
85
EmitAttributes
(Ints, OS);
476
///
EmitAttributes
- This emits the Intrinsic::getAttributes method.
478
EmitAttributes
(const std::vector<CodeGenIntrinsic> &Ints, raw_ostream &OS) {
/external/swiftshader/third_party/LLVM/utils/TableGen/
IntrinsicEmitter.h
47
void
EmitAttributes
(const std::vector<CodeGenIntrinsic> &Ints,
IntrinsicEmitter.cpp
55
EmitAttributes
(Ints, OS);
508
///
EmitAttributes
- This emits the Intrinsic::getAttributes method.
510
EmitAttributes
(const std::vector<CodeGenIntrinsic> &Ints, raw_ostream &OS) {
Completed in 872 milliseconds