Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSymbolRewriter.cpp251 bool RewriteMapParser::parse(const std::string &MapFile, in parse() argument
254 MemoryBuffer::getFile(MapFile); in parse()
257 report_fatal_error("unable to read rewrite map '" + MapFile + "': " + in parse()
261 report_fatal_error("unable to parse rewrite map '" + MapFile + "'"); in parse()
266 bool RewriteMapParser::parse(std::unique_ptr<MemoryBuffer> &MapFile, in parse() argument
269 yaml::Stream YS(MapFile->getBuffer(), SM); in parse()
571 for (const auto &MapFile : MapFiles) in loadAndParseMapFiles() local
572 Parser.parse(MapFile, &Descriptors); in loadAndParseMapFiles()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DSymbolRewriter.h96 bool parse(const std::string &MapFile, RewriteDescriptorList *Descriptors);
99 bool parse(std::unique_ptr<MemoryBuffer> &MapFile, RewriteDescriptorList *DL);
/third_party/protobuf/src/google/protobuf/compiler/
Dimporter_unittest.cc375 TEST_F(DiskSourceTreeTest, MapFile) { in TEST_F() argument