HomeSort by: relevance | last modified time | path
    Searched defs:DebugType (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
LostDebugLocObserver.h 20 StringRef DebugType;
26 LostDebugLocObserver(StringRef DebugType) : DebugType(DebugType) {}
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Statistic.h 51 const char *const DebugType;
58 constexpr TrackingStatistic(const char *DebugType, const char *Name,
60 : DebugType(DebugType), Name(Name), Desc(Desc), Value(0),
63 const char *getDebugType() const { return DebugType; }
133 NoopStatistic(const char * /*DebugType*/, const char * /*Name*/,
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 91 const char *DebugType;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
ScalarEvolutionExpander.h 164 const char *DebugType;
180 DebugType = "";
190 void setDebugType(const char *s) { DebugType = s; }
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineCopyPropagation.cpp 276 typedef enum { DebugUse = false, RegularUse = true } DebugType;
278 void ReadRegister(MCRegister Reg, MachineInstr &Reader, DebugType DT);
314 DebugType DT) {
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 137 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override;
474 StringRef DebugType) {
479 OS << DebugType;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.cpp 1379 llvm::DIType *DebugType = getOrCreateType(Ty, VUnit);
1401 Flags, DebugType);
1409 llvm::DIType *debugType = getOrCreateType(type, tunit);
1426 offsetInBits, flags, debugType);
3235 llvm::TimeTraceScope TimeScope("DebugType", [&]() {

Completed in 63 milliseconds