HomeSort by: relevance | last modified time | path
    Searched refs:HasLoc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
Statistics.cpp 235 bool HasLoc = false;
309 HasLoc = true;
319 HasLoc = true;
400 FnStats.TotalVarWithLoc += (unsigned)HasLoc;
413 if (HasLoc)
421 if (HasLoc)
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
Debugify.cpp 347 bool HasLoc = Loc != nullptr;
348 DIPreservationMap[NameOfWrappedPass].DILocations.insert({&I, HasLoc});
581 bool HasLoc = Loc != nullptr;
583 DIPreservationAfter[NameOfWrappedPass].DILocations.insert({&I, HasLoc});

Completed in 22 milliseconds