Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCContext.cpp581 DebugPrefixMap.insert(std::make_pair(From, To)); in addDebugPrefixMapEntry()
585 const auto &DebugPrefixMap = this->DebugPrefixMap; in RemapDebugPaths() local
586 const auto RemapDebugPath = [&DebugPrefixMap](std::string &Path) { in RemapDebugPaths()
587 for (const auto &Entry : DebugPrefixMap) in RemapDebugPaths()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCContext.h147 std::map<const std::string, const std::string> DebugPrefixMap; variable