OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DebugType
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h
89
static const char *
DebugType
;
/external/llvm/lib/CodeGen/
ScoreboardHazardRecognizer.cpp
16
#define DEBUG_TYPE ::llvm::ScoreboardHazardRecognizer::
DebugType
28
const char *ScoreboardHazardRecognizer::
DebugType
= "";
39
DebugType
= ParentDebugType;
/external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h
87
const char *
DebugType
;
99
DebugType
= "";
104
void setDebugType(const char* s) {
DebugType
= s; }
/external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp
148
virtual void PragmaDebug(SourceLocation Loc, StringRef
DebugType
);
461
StringRef
DebugType
) {
466
OS <<
DebugType
;
/external/llvm/include/llvm/Support/
COFF.h
543
enum
DebugType
{
Completed in 243 milliseconds