HomeSort by relevance Sort by last modified time
    Searched refs:ResolvedPaths (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DeclContext.h 41 if (!ResolvedPaths.count(ParentPath)) {
44 ResolvedPaths.insert({ParentPath, StringRef(RealPath).str()});
48 SmallString<256> ResolvedPath(ResolvedPaths[ParentPath]);
54 StringMap<std::string> ResolvedPaths;
CompileUnit.h 237 if (FileNum >= ResolvedPaths.size())
239 return ResolvedPaths[FileNum];
245 if (ResolvedPaths.size() <= FileNum)
246 ResolvedPaths.resize(FileNum + 1);
247 ResolvedPaths[FileNum] = Path;
312 std::vector<StringRef> ResolvedPaths;
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 319 if (FileNum >= ResolvedPaths.size())
321 return ResolvedPaths[FileNum];
327 if (ResolvedPaths.size() <= FileNum)
328 ResolvedPaths.resize(FileNum + 1);
329 ResolvedPaths[FileNum] = Path;
383 std::vector<StringRef> ResolvedPaths;
    [all...]

Completed in 341 milliseconds