Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp454 Ctx.addDebugPrefixMapEntry(std::string(KV.first), std::string(KV.second)); in main()
/netbsd-src/external/apache2/llvm/dist/clang/tools/driver/
H A Dcc1as_main.cpp431 Ctx.addDebugPrefixMapEntry(KV.first, KV.second); in ExecuteAssemblerImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCContext.h661 void addDebugPrefixMapEntry(const std::string &From, const std::string &To);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCContext.cpp788 void MCContext::addDebugPrefixMapEntry(const std::string &From, in addDebugPrefixMapEntry() function in MCContext