Home
last modified time | relevance | path

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

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