Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mc/
Dllvm-mc.cpp397 Ctx.addDebugPrefixMapEntry(KV.first, KV.second); in main()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCContext.h503 void addDebugPrefixMapEntry(const std::string &From, const std::string &To);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCContext.cpp538 void MCContext::addDebugPrefixMapEntry(const std::string &From, in addDebugPrefixMapEntry() function in MCContext