/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCContext.cpp | 581 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/ |
H A D | MCContext.cpp | 887 DebugPrefixMap.insert(std::make_pair(From, To)); in addDebugPrefixMapEntry() 891 for (const auto &[From, To] : DebugPrefixMap) in remapDebugPath() 897 const auto &DebugPrefixMap = this->DebugPrefixMap; in RemapDebugPaths() local 898 if (DebugPrefixMap.empty()) in RemapDebugPaths()
|
/aosp_15_r20/external/clang/include/clang/Frontend/ |
H A D | CodeGenOptions.h | 117 std::map<std::string, std::string> DebugPrefixMap; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/ |
D | CodeGenOptions.h | 208 llvm::SmallVector<std::pair<std::string, std::string>, 0> DebugPrefixMap; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/ |
D | CodeGenOptions.h | 208 llvm::SmallVector<std::pair<std::string, std::string>, 0> DebugPrefixMap; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/ |
D | CodeGenOptions.h | 208 llvm::SmallVector<std::pair<std::string, std::string>, 0> DebugPrefixMap; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/ |
D | CodeGenOptions.h | 208 llvm::SmallVector<std::pair<std::string, std::string>, 0> DebugPrefixMap; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCContext.h | 147 std::map<const std::string, const std::string> DebugPrefixMap; variable
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGDebugInfo.h | 79 llvm::SmallDenseMap<llvm::StringRef, llvm::StringRef> DebugPrefixMap; variable
|
H A D | CGDebugInfo.cpp | 51 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()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/ |
D | MCContext.h | 193 SmallVector<std::pair<std::string, std::string>, 0> DebugPrefixMap; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/ |
D | MCContext.h | 200 SmallVector<std::pair<std::string, std::string>, 0> DebugPrefixMap; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/ |
D | MCContext.h | 193 SmallVector<std::pair<std::string, std::string>, 0> DebugPrefixMap; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/ |
D | MCContext.h | 193 SmallVector<std::pair<std::string, std::string>, 0> DebugPrefixMap; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/ |
H A D | MCContext.h | 193 std::map<std::string, const std::string, std::greater<>> DebugPrefixMap; variable
|
/aosp_15_r20/external/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 502 Opts.DebugPrefixMap.insert(StringRef(Arg).split('=')); in ParseCodeGenArgs()
|