Searched refs:mapFile (Results 1 – 17 of 17) sorted by relevance
/external/mesa3d/bin/ |
D | perf-annotate-jit.py | 88 mapFile = None variable 91 global mapFile 92 mapFile = filename 152 asm = lookupAsm(mapFile, self.symbol)
|
/external/llvm-project/lld/wasm/ |
D | MapFile.cpp | 102 if (config->mapFile.empty()) in writeMapFile() 107 raw_fd_ostream os(config->mapFile, ec, sys::fs::OF_None); in writeMapFile() 109 error("cannot open " + config->mapFile + ": " + ec.message()); in writeMapFile()
|
D | Config.h | 70 llvm::StringRef mapFile; member
|
D | Driver.cpp | 385 config->mapFile = args.getLastArgValue(OPT_Map); in readConfigs() 455 config->mapFile = "-"; in readConfigs() 866 if (auto e = tryCreateFile(config->mapFile)) in link() 867 error("cannot open map file " + config->mapFile + ": " + e.message()); in link()
|
/external/llvm-project/lld/ELF/ |
D | MapFile.cpp | 143 if (config->mapFile.empty()) in writeMapFile() 150 raw_fd_ostream os(config->mapFile, ec, sys::fs::OF_None); in writeMapFile() 152 error("cannot open " + config->mapFile + ": " + ec.message()); in writeMapFile()
|
D | Config.h | 111 llvm::StringRef mapFile; member
|
D | Driver.cpp | 1010 config->mapFile = args.getLastArgValue(OPT_Map); in readConfigs() 1222 config->mapFile = "-"; in readConfigs() 2047 if (auto e = tryCreateFile(config->mapFile)) in link() 2048 error("cannot open map file " + config->mapFile + ": " + e.message()); in link()
|
/external/catch2/scripts/ |
D | embedClara.py | 27 mapper.mapFile( filename, outfilename )
|
D | embed.py | 56 def mapFile(self, filenameIn, filenameOut ): member in LineMapper
|
/external/llvm-project/lld/COFF/ |
D | MapFile.cpp | 205 if (config->mapFile.empty()) in writeMapFile() 209 raw_fd_ostream os(config->mapFile, ec, sys::fs::OF_None); in writeMapFile() 211 fatal("cannot open " + config->mapFile + ": " + ec.message()); in writeMapFile()
|
D | Config.h | 197 std::string mapFile; member
|
D | Driver.cpp | 1712 config->mapFile = getMapFile(args, OPT_map, OPT_map_file); in link() 1714 if (config->lldmapFile != "" && config->lldmapFile == config->mapFile) { in link() 1715 warn("/lldmap and /map have the same output file '" + config->mapFile + in link()
|
/external/llvm-project/clang-tools-extra/unittests/include/common/ |
D | VirtualFileHelper.h | 42 void mapFile(llvm::StringRef FileName, llvm::StringRef Code) { in mapFile() function
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | ICUBinary.java | 243 return mapFile(path); 358 ByteBuffer pkgBytes = mapFile(file); 533 private static ByteBuffer mapFile(File path) {
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | ICUBinary.java | 239 return mapFile(path); 354 ByteBuffer pkgBytes = mapFile(file); 528 private static ByteBuffer mapFile(File path) {
|
/external/icu/icu4c/source/tools/pkgdata/ |
D | pkgdata.cpp | 1935 char mapFile[SMALL_BUFFER_MAX_SIZE] = ""; in pkg_checkFlag() local 2011 uprv_strcpy(mapFile, o->shortName); in pkg_checkFlag() 2012 uprv_strcat(mapFile, MAP_FILE_EXT); in pkg_checkFlag() 2014 f = T_FileStream_open(mapFile, "w"); in pkg_checkFlag() 2016 fprintf(stderr,"Unable to create map file: %s.\n", mapFile); in pkg_checkFlag()
|
/external/icu/icu4j/ |
D | coverage-exclusion.txt | 170 com/ibm/icu/impl/ICUBinary#mapFile:(Ljava/io/File;)Ljava/nio/ByteBuffer;
|