Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DCodeGenOptions.h131 std::map<std::string, std::string> DebugPrefixMap; variable
/external/clang/lib/CodeGen/
DCGDebugInfo.h86 llvm::SmallDenseMap<llvm::StringRef, llvm::StringRef> DebugPrefixMap; variable
DCGDebugInfo.cpp50 for (const auto &KV : CGM.getCodeGenOpts().DebugPrefixMap) in CGDebugInfo()
51 DebugPrefixMap[KV.first] = KV.second; in CGDebugInfo()
310 for (const auto &Entry : DebugPrefixMap) in remapDIPath()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp424 Opts.DebugPrefixMap.insert(StringRef(Arg).split('=')); in ParseCodeGenArgs()