Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCContext.cpp540 DebugPrefixMap.insert(std::make_pair(From, To)); in addDebugPrefixMapEntry()
544 const auto &DebugPrefixMap = this->DebugPrefixMap; in RemapDebugPaths() local
545 const auto RemapDebugPath = [&DebugPrefixMap](std::string &Path) { in RemapDebugPaths()
546 for (const auto &Entry : DebugPrefixMap) in RemapDebugPaths()
/external/clang/include/clang/Frontend/
DCodeGenOptions.h117 std::map<std::string, std::string> DebugPrefixMap; variable
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mc/
Dllvm-mc.cpp156 DebugPrefixMap("fdebug-prefix-map", variable
395 for (const auto &Arg : DebugPrefixMap) { in main()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCContext.h141 std::map<const std::string, const std::string> DebugPrefixMap; variable
499 return DebugPrefixMap; in getDebugPrefixMap()
/external/clang/lib/CodeGen/
DCGDebugInfo.h79 llvm::SmallDenseMap<llvm::StringRef, llvm::StringRef> DebugPrefixMap; variable
DCGDebugInfo.cpp51 for (const auto &KV : CGM.getCodeGenOpts().DebugPrefixMap) in CGDebugInfo()
52 DebugPrefixMap[KV.first] = KV.second; in CGDebugInfo()
349 for (const auto &Entry : DebugPrefixMap) in remapDIPath()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp502 Opts.DebugPrefixMap.insert(StringRef(Arg).split('=')); in ParseCodeGenArgs()