Searched defs:MapFile (Results 1 – 8 of 8) sorted by relevance
| /external/clang/unittests/Lex/ |
| D | HeaderMapTest.cpp | 25 template <unsigned NumBuckets, unsigned NumBytes> struct MapFile { struct 26 HMapHeader Header; 27 HMapBucket Buckets[NumBuckets]; 28 unsigned char Bytes[NumBytes]; 30 void init() { in init() 38 void swapBytes() { in swapBytes() 46 std::unique_ptr<const MemoryBuffer> getBuffer() const { in getBuffer()
|
| /external/llvm/lib/Transforms/Utils/ |
| D | SymbolRewriter.cpp | 231 bool RewriteMapParser::parse(const std::string &MapFile, in parse() 246 bool RewriteMapParser::parse(std::unique_ptr<MemoryBuffer> &MapFile, in parse() 536 for (const auto &MapFile : MapFiles) in loadAndParseMapFiles() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| D | SymbolRewriter.cpp | 251 bool RewriteMapParser::parse(const std::string &MapFile, in parse() 266 bool RewriteMapParser::parse(std::unique_ptr<MemoryBuffer> &MapFile, in parse() 571 for (const auto &MapFile : MapFiles) in loadAndParseMapFiles() local
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
| D | SymbolRewriter.cpp | 252 bool RewriteMapParser::parse(const std::string &MapFile, in parse() 267 bool RewriteMapParser::parse(std::unique_ptr<MemoryBuffer> &MapFile, in parse() 572 for (const auto &MapFile : MapFiles) in loadAndParseMapFiles() local
|
| /external/bsdiff/ |
| D | bsdiff_main.cc | 30 void* MapFile(const char* filename, size_t* filesize) { in MapFile() function
|
| /external/protobuf/src/google/protobuf/compiler/ |
| D | importer_unittest.cc | 375 TEST_F(DiskSourceTreeTest, MapFile) { in TEST_F() argument
|
| /external/cronet/third_party/protobuf/src/google/protobuf/compiler/ |
| D | importer_unittest.cc | 375 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
|