Home
last modified time | relevance | path

Searched refs:diFiles (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Reactor/
DLLVMReactorDebugInfo.cpp474 auto it = diFiles.find(path); in getOrCreateFile()
475 if(it != diFiles.end()) { return it->second; } in getOrCreateFile()
478 diFiles.emplace(path, file); in getOrCreateFile()
DLLVMReactorDebugInfo.hpp166 std::unordered_map<std::string, llvm::DIFile *> diFiles; member in rr::DebugInfo