HomeSort by relevance Sort by last modified time
    Searched defs:emitString (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/Frontend/
LogDiagnosticPrinter.cpp 42 static void emitString(llvm::raw_svector_ostream &OS, const StringRef Raw) {
74 emitString(OS, MainFilename);
80 emitString(OS, DwarfDebugFlags);
91 emitString(OS, getLevelName(DE.DiagnosticLevel));
96 emitString(OS, DE.Filename);
110 emitString(OS, DE.Message);
  /external/llvm/lib/CodeGen/
ObjectCodeEmitter.cpp 76 /// emitString - This callback is invoked when a String needs to be
78 void ObjectCodeEmitter::emitString(const std::string &String) {
79 BO->emitString(String);
  /external/llvm/include/llvm/CodeGen/
JITCodeEmitter.h 206 /// emitString - This callback is invoked when a String needs to be
208 void emitString(const std::string &String) {
MachineCodeEmitter.h 201 /// emitString - This callback is invoked when a String needs to be
203 void emitString(const std::string &String) {
BinaryObject.h 326 /// emitString - This callback is invoked when a String needs to be
328 void emitString(const std::string &String) {

Completed in 47 milliseconds