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