Searched defs:MapFile (Results 1 – 6 of 6) sorted by relevance
25 template <unsigned NumBuckets, unsigned NumBytes> struct MapFile { struct26 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()
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
30 void* MapFile(const char* filename, size_t* filesize) { in MapFile() function
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
351 TEST_F(DiskSourceTreeTest, MapFile) { in TEST_F() argument
308 for (const auto &MapFile : Opts.RewriteMapFiles) in addSymbolRewriterPass() local