Home
last modified time | relevance | path

Searched refs:mapFile (Results 1 – 17 of 17) sorted by relevance

/external/mesa3d/bin/
Dperf-annotate-jit.py88 mapFile = None variable
91 global mapFile
92 mapFile = filename
152 asm = lookupAsm(mapFile, self.symbol)
/external/llvm-project/lld/wasm/
DMapFile.cpp102 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()
DConfig.h70 llvm::StringRef mapFile; member
DDriver.cpp385 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/
DMapFile.cpp143 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()
DConfig.h111 llvm::StringRef mapFile; member
DDriver.cpp1010 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/
DembedClara.py27 mapper.mapFile( filename, outfilename )
Dembed.py56 def mapFile(self, filenameIn, filenameOut ): member in LineMapper
/external/llvm-project/lld/COFF/
DMapFile.cpp205 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()
DConfig.h197 std::string mapFile; member
DDriver.cpp1712 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/
DVirtualFileHelper.h42 void mapFile(llvm::StringRef FileName, llvm::StringRef Code) { in mapFile() function
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DICUBinary.java243 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/
DICUBinary.java239 return mapFile(path);
354 ByteBuffer pkgBytes = mapFile(file);
528 private static ByteBuffer mapFile(File path) {
/external/icu/icu4c/source/tools/pkgdata/
Dpkgdata.cpp1935 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/
Dcoverage-exclusion.txt170 com/ibm/icu/impl/ICUBinary#mapFile:(Ljava/io/File;)Ljava/nio/ByteBuffer;