Home
last modified time | relevance | path

Searched defs:MapFile (Results 1 – 6 of 6) sorted by relevance

/external/clang/unittests/Lex/
DHeaderMapTest.cpp25 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/
DSymbolRewriter.cpp231 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/bsdiff/
Dbsdiff_main.cc30 void* MapFile(const char* filename, size_t* filesize) { in MapFile() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSymbolRewriter.cpp251 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/protobuf/src/google/protobuf/compiler/
Dimporter_unittest.cc351 TEST_F(DiskSourceTreeTest, MapFile) { in TEST_F() argument
/external/clang/lib/CodeGen/
DBackendUtil.cpp308 for (const auto &MapFile : Opts.RewriteMapFiles) in addSymbolRewriterPass() local