Home
last modified time | relevance | path

Searched defs:DebugPrefixMap (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/CodeGen/
DCGDebugInfo.h79 llvm::SmallDenseMap<llvm::StringRef, llvm::StringRef> DebugPrefixMap; variable
/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
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCContext.h141 std::map<const std::string, const std::string> DebugPrefixMap; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCContext.cpp544 const auto &DebugPrefixMap = this->DebugPrefixMap; in RemapDebugPaths() local