Searched refs:MapFile (Results 1 – 6 of 6) sorted by relevance
/external/clang/unittests/Lex/ |
D | HeaderMapTest.cpp | 25 template <unsigned NumBuckets, unsigned NumBytes> struct MapFile { struct 31 memset(this, 0, sizeof(MapFile)); in init() 48 StringRef(reinterpret_cast<const char *>(this), sizeof(MapFile)), in getBuffer() 102 MapFile<1, 1> File; in TEST() 110 MapFile<1, 1> File; in TEST() 118 MapFile<1, 1> File; in TEST() 126 MapFile<1, 1> File; in TEST() 138 MapFile<3, 1> File; in TEST() 148 MapFile<1, 1> File; in TEST() 156 MapFile<1, 1> File; in TEST() [all …]
|
/external/llvm/lib/Transforms/Utils/ |
D | SymbolRewriter.cpp | 231 bool RewriteMapParser::parse(const std::string &MapFile, in parse() argument 234 MemoryBuffer::getFile(MapFile); in parse() 237 report_fatal_error("unable to read rewrite map '" + MapFile + "': " + in parse() 241 report_fatal_error("unable to parse rewrite map '" + MapFile + "'"); in parse() 246 bool RewriteMapParser::parse(std::unique_ptr<MemoryBuffer> &MapFile, in parse() argument 249 yaml::Stream YS(MapFile->getBuffer(), SM); in parse() 536 for (const auto &MapFile : MapFiles) in loadAndParseMapFiles() local 537 parser.parse(MapFile, &Descriptors); in loadAndParseMapFiles()
|
/external/bsdiff/ |
D | bsdiff_main.cc | 30 void* MapFile(const char* filename, size_t* filesize) { in MapFile() function 64 uint8_t* old_buf = static_cast<uint8_t*>(MapFile(old_filename, &oldsize)); in GenerateBsdiffFromFiles() 70 uint8_t* new_buf = static_cast<uint8_t*>(MapFile(new_filename, &newsize)); in GenerateBsdiffFromFiles()
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | SymbolRewriter.h | 93 bool parse(const std::string &MapFile, RewriteDescriptorList *Descriptors); 96 bool parse(std::unique_ptr<MemoryBuffer> &MapFile, RewriteDescriptorList *DL);
|
/external/protobuf/src/google/protobuf/compiler/ |
D | importer_unittest.cc | 351 TEST_F(DiskSourceTreeTest, MapFile) { in TEST_F() argument
|
/external/clang/lib/CodeGen/ |
D | BackendUtil.cpp | 308 for (const auto &MapFile : Opts.RewriteMapFiles) in addSymbolRewriterPass() local 309 MapParser.parse(MapFile, &DL); in addSymbolRewriterPass()
|