Searched refs:emitSourceFileHeader (Results 1 - 22 of 22) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/TableGen/
H A DTableGenBackend.h23 /// emitSourceFileHeader - Output a LLVM style file header to the specified
25 void emitSourceFileHeader(StringRef Desc, raw_ostream &OS);
/freebsd-10.0-release/contrib/llvm/tools/clang/utils/TableGen/
H A DClangCommentHTMLTagsEmitter.cpp33 emitSourceFileHeader("HTML tag name matcher", OS);
57 emitSourceFileHeader("HTML tag properties", OS);
H A DClangCommentCommandInfoEmitter.cpp24 emitSourceFileHeader("A list of commands useable in documentation "
109 emitSourceFileHeader("A list of commands useable in documentation "
H A DClangCommentHTMLNamedCharacterReferenceEmitter.cpp74 emitSourceFileHeader("HTML named character reference to UTF-8 "
H A DClangASTNodesEmitter.cpp136 emitSourceFileHeader("List of AST nodes of a particular kind", OS);
188 emitSourceFileHeader("List of AST Decl nodes", OS);
H A DOptParserEmitter.cpp110 emitSourceFileHeader("Option Parsing Definitions", OS);
112 emitSourceFileHeader("Option Parsing Table", OS);
H A DClangAttrEmitter.cpp881 emitSourceFileHeader("Attribute classes' definitions", OS);
976 emitSourceFileHeader("llvm::StringSwitch code to match attributes with "
1018 emitSourceFileHeader("Attribute classes' member function definitions", OS);
1074 emitSourceFileHeader("List of all attributes that Clang recognizes", OS);
1142 emitSourceFileHeader("Attribute deserialization code", OS);
1186 emitSourceFileHeader("Attribute serialization code", OS);
1217 emitSourceFileHeader("llvm::StringSwitch code to match all known attributes",
1235 emitSourceFileHeader("Code to translate different attribute spellings "
1296 emitSourceFileHeader("llvm::StringSwitch code to match late parsed "
1325 emitSourceFileHeader("Templat
[all...]
/freebsd-10.0-release/contrib/llvm/lib/TableGen/
H A DTableGenBackend.cpp35 void llvm::emitSourceFileHeader(StringRef Desc, raw_ostream &OS) { function in class:llvm
/freebsd-10.0-release/contrib/llvm/utils/TableGen/
H A DDisassemblerEmitter.cpp108 emitSourceFileHeader(" * " + Target.getName() + " Disassembler", OS);
H A DDAGISelEmitter.cpp123 emitSourceFileHeader("DAG Instruction Selector for the " +
H A DInstrInfoEmitter.cpp185 emitSourceFileHeader("Target Instruction Enum Values", OS);
188 emitSourceFileHeader("Target Instruction Descriptors", OS);
H A DCallingConvEmitter.cpp233 emitSourceFileHeader("Calling Convention Implementation Fragment", OS);
H A DOptParserEmitter.cpp109 emitSourceFileHeader("Option Parsing Definitions", OS);
H A DCodeEmitterGen.cpp338 emitSourceFileHeader("Machine Code Emitter", OS);
H A DDFAPacketizerEmitter.cpp520 emitSourceFileHeader("Target DFA Packetizer Tables", OS);
H A DPseudoLoweringEmitter.cpp199 emitSourceFileHeader("Pseudo-instruction MC lowering Source Fragment", o);
H A DRegisterInfoEmitter.cpp80 emitSourceFileHeader("Target Register Enum Values", OS);
699 emitSourceFileHeader("MC Register Information", OS);
947 emitSourceFileHeader("Register Information Header Fragment", OS);
1006 emitSourceFileHeader("Target Register and Register Classes Information", OS);
H A DIntrinsicEmitter.cpp67 emitSourceFileHeader("Intrinsic Function Source Fragment", OS);
H A DAsmWriterEmitter.cpp1009 emitSourceFileHeader("Assembly Writer Source Fragment", OS);
H A DFastISelEmitter.cpp863 emitSourceFileHeader("\"Fast\" Instruction Selector for the " +
H A DSubtargetEmitter.cpp1424 emitSourceFileHeader("Subtarget Enumeration Source Fragment", OS);
H A DAsmMatcherEmitter.cpp2983 emitSourceFileHeader("Assembly Matcher Source Fragment", OS);

Completed in 208 milliseconds