HomeSort by: relevance | last modified time | path
    Searched refs:DebugType (Results 1 - 14 of 14) 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/lib/Support/
Debug.cpp 50 bool isCurrentDebugType(const char *DebugType) {
53 // See if DebugType is in list. Note: do not use find() as that forces us to
56 if (d == DebugType)
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ScoreboardHazardRecognizer.cpp 28 #define DEBUG_TYPE DebugType
33 : ScheduleHazardRecognizer(), DebugType(ParentDebugType), ItinData(II),
35 (void)DebugType;
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/llvm/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 91 const char *DebugType;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
LostDebugLocObserver.cpp 17 #define LOC_DEBUG(X) DEBUG_WITH_TYPE(DebugType.str().c_str(), X)
  /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/clang/include/clang/Lex/
PPCallbacks.h 202 /// \param DebugType The identifier following __debug.
203 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType) {
465 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override {
466 First->PragmaDebug(Loc, DebugType);
467 Second->PragmaDebug(Loc, DebugType);
  /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/llvm/include/llvm/BinaryFormat/
COFF.h 651 enum DebugType : unsigned {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
ScalarEvolutionExpander.cpp 1229 DebugType, dbgs() << "One incomplete PHI is found: " << PN << "\n");
2089 DEBUG_WITH_TYPE(DebugType, dbgs()
2147 DEBUG_WITH_TYPE(DebugType,
2168 DEBUG_WITH_TYPE(DebugType, dbgs() << "INDVARS: Eliminated congruent iv: "
2170 DEBUG_WITH_TYPE(DebugType, dbgs() << "INDVARS: Original iv: "
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
COFFDumper.cpp 522 static const EnumEntry<COFF::DebugType> ImageDebugType[] = {
  /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 34 milliseconds