Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/MC/
DMCContext.cpp710 DebugPrefixMap.insert(std::make_pair(From, To)); in addDebugPrefixMapEntry()
714 const auto &DebugPrefixMap = this->DebugPrefixMap; in RemapDebugPaths() local
715 if (DebugPrefixMap.empty()) in RemapDebugPaths()
718 const auto RemapDebugPath = [&DebugPrefixMap](std::string &Path) { in RemapDebugPaths()
720 for (const auto &Entry : DebugPrefixMap) { in RemapDebugPaths()
/external/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()
/external/llvm-project/clang/tools/driver/
Dcc1as_main.cpp98 std::map<const std::string, const std::string> DebugPrefixMap; member
245 Opts.DebugPrefixMap.insert( in CreateFromArgs()
415 if (!Opts.DebugPrefixMap.empty()) in ExecuteAssembler()
416 for (const auto &KV : Opts.DebugPrefixMap) in ExecuteAssembler()
/external/clang/include/clang/Frontend/
DCodeGenOptions.h117 std::map<std::string, std::string> DebugPrefixMap; variable
/external/llvm-project/clang/lib/CodeGen/
DObjectFilePCHContainerOperations.cpp157 CodeGenOpts.DebugPrefixMap = in PCHContainerGenerator()
158 CI.getInvocation().getCodeGenOpts().DebugPrefixMap; in PCHContainerGenerator()
DCGDebugInfo.h89 DebugPrefixMap; variable
DCGDebugInfo.cpp70 for (const auto &KV : CGM.getCodeGenOpts().DebugPrefixMap) in CGDebugInfo()
71 DebugPrefixMap[KV.first] = KV.second; in CGDebugInfo()
479 if (DebugPrefixMap.empty()) in remapDIPath()
483 for (const auto &Entry : DebugPrefixMap) in remapDIPath()
/external/llvm-project/clang/include/clang/Basic/
DCodeGenOptions.h169 std::map<std::string, std::string> DebugPrefixMap; variable
/external/llvm-project/llvm/tools/llvm-mc/
Dllvm-mc.cpp157 DebugPrefixMap("fdebug-prefix-map", variable
432 for (const auto &Arg : DebugPrefixMap) { in main()
/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/llvm-project/llvm/include/llvm/MC/
DMCContext.h150 std::map<const std::string, const std::string> DebugPrefixMap; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCContext.h147 std::map<const std::string, const std::string> DebugPrefixMap; variable
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp927 Opts.DebugPrefixMap.insert( in ParseCodeGenArgs()
4033 for (const auto &KeyValue : getCodeGenOpts().DebugPrefixMap) in getModuleHash()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp502 Opts.DebugPrefixMap.insert(StringRef(Arg).split('=')); in ParseCodeGenArgs()