Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A 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()
/freebsd-12.1/contrib/llvm/tools/clang/tools/driver/
H A Dcc1as_main.cpp98 std::map<const std::string, const std::string> DebugPrefixMap; member
241 Opts.DebugPrefixMap.insert(StringRef(Arg).split('=')); in CreateFromArgs()
397 if (!Opts.DebugPrefixMap.empty()) in ExecuteAssembler()
398 for (const auto &KV : Opts.DebugPrefixMap) in ExecuteAssembler()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp158 CodeGenOpts.DebugPrefixMap = in PCHContainerGenerator()
159 CI.getInvocation().getCodeGenOpts().DebugPrefixMap; in PCHContainerGenerator()
H A DCGDebugInfo.h86 llvm::SmallDenseMap<llvm::StringRef, llvm::StringRef> DebugPrefixMap; variable
H A DCGDebugInfo.cpp69 for (const auto &KV : CGM.getCodeGenOpts().DebugPrefixMap) in CGDebugInfo()
70 DebugPrefixMap[KV.first] = KV.second; in CGDebugInfo()
474 for (const auto &Entry : DebugPrefixMap) in remapDIPath()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DCodeGenOptions.h155 std::map<std::string, std::string> DebugPrefixMap; variable
/freebsd-12.1/contrib/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp156 DebugPrefixMap("fdebug-prefix-map", variable
399 for (const auto &Arg : DebugPrefixMap) { in main()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCContext.h141 std::map<const std::string, const std::string> DebugPrefixMap; variable
495 return DebugPrefixMap; in getDebugPrefixMap()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp737 Opts.DebugPrefixMap.insert(StringRef(Arg).split('=')); in ParseCodeGenArgs()
3422 for (const auto &KeyValue : getCodeGenOpts().DebugPrefixMap) in getModuleHash()