Searched defs:MapFile (Results 1 - 3 of 3) sorted by relevance

/external/bsdiff/
H A Dbsdiff_main.cc30 void* MapFile(const char* filename, size_t* filesize) { function in namespace:__anon1065
64 uint8_t* old_buf = static_cast<uint8_t*>(MapFile(old_filename, &oldsize));
70 uint8_t* new_buf = static_cast<uint8_t*>(MapFile(new_filename, &newsize));
/external/clang/unittests/Lex/
H A DHeaderMapTest.cpp25 template <unsigned NumBuckets, unsigned NumBytes> struct MapFile { struct in namespace:__anon3709
31 memset(this, 0, sizeof(MapFile));
48 StringRef(reinterpret_cast<const char *>(this), sizeof(MapFile)),
102 MapFile<1, 1> File;
110 MapFile<1, 1> File;
118 MapFile<1, 1> File;
126 MapFile<1, 1> File;
138 MapFile<3, 1> File;
148 MapFile<1, 1> File;
156 MapFile<
[all...]
/external/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp231 bool RewriteMapParser::parse(const std::string &MapFile, argument
234 MemoryBuffer::getFile(MapFile);
237 report_fatal_error("unable to read rewrite map '" + MapFile + "': " +
241 report_fatal_error("unable to parse rewrite map '" + MapFile + "'");
246 bool RewriteMapParser::parse(std::unique_ptr<MemoryBuffer> &MapFile, argument
249 yaml::Stream YS(MapFile->getBuffer(), SM);
536 for (const auto &MapFile : MapFiles)
537 parser.parse(MapFile, &Descriptors);

Completed in 189 milliseconds