Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp485 Ctx.addDebugPrefixMapEntry(std::string(KV.first), std::string(KV.second)); in main()
/llvm-project-15.0.7/clang/tools/driver/
H A Dcc1as_main.cpp452 Ctx.addDebugPrefixMapEntry(KV.first, KV.second); in ExecuteAssemblerImpl()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCContext.h700 void addDebugPrefixMapEntry(const std::string &From, const std::string &To);
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCContext.cpp853 void MCContext::addDebugPrefixMapEntry(const std::string &From, in addDebugPrefixMapEntry() function in MCContext