Searched refs:addDebugPrefixMapEntry (Results 1 – 4 of 4) sorted by relevance
485 Ctx.addDebugPrefixMapEntry(std::string(KV.first), std::string(KV.second)); in main()
700 void addDebugPrefixMapEntry(const std::string &From, const std::string &To);
477 Ctx.addDebugPrefixMapEntry(KV.first, KV.second); in ExecuteAssemblerImpl()
885 void MCContext::addDebugPrefixMapEntry(const std::string &From, in addDebugPrefixMapEntry() function in MCContext