OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:emitString
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Frontend/
LogDiagnosticPrinter.cpp
43
static void
emitString
(llvm::raw_svector_ostream &OS, const StringRef Raw) {
75
emitString
(OS, MainFilename);
81
emitString
(OS, DwarfDebugFlags);
92
emitString
(OS, getLevelName(DE.DiagnosticLevel));
97
emitString
(OS, DE.Filename);
111
emitString
(OS, DE.Message);
/external/llvm/include/llvm/CodeGen/
JITCodeEmitter.h
207
///
emitString
- This callback is invoked when a String needs to be
209
void
emitString
(const std::string &String) {
MachineCodeEmitter.h
203
///
emitString
- This callback is invoked when a String needs to be
205
void
emitString
(const std::string &String) {
Completed in 136 milliseconds