Home
last modified time | relevance | path

Searched refs:remap (Results 1 – 25 of 47) sorted by relevance

12

/external/clang/tools/c-arcmt-test/
Dc-arcmt-test.c13 CXRemapping remap; in print_remappings() local
18 remap = clang_getRemappings(path); in print_remappings()
19 if (!remap) in print_remappings()
22 N = clang_remap_getNumFiles(remap); in print_remappings()
24 clang_remap_getFilenames(remap, i, &origFname, &transFname); in print_remappings()
33 clang_remap_dispose(remap); in print_remappings()
38 CXRemapping remap; in print_remappings_filelist() local
43 remap = clang_getRemappingsFromFileList(files, numFiles); in print_remappings_filelist()
44 if (!remap) in print_remappings_filelist()
47 N = clang_remap_getNumFiles(remap); in print_remappings_filelist()
[all …]
/external/clang/tools/libclang/
DARCMigrate.cpp58 OwningPtr<Remap> remap(new Remap()); in clang_getRemappings() local
60 bool err = arcmt::getFileRemappings(remap->Vec, migrate_dir_path,&diagBuffer); in clang_getRemappings()
73 return remap.take(); in clang_getRemappings()
80 OwningPtr<Remap> remap(new Remap()); in clang_getRemappingsFromFileList() local
86 return remap.take(); in clang_getRemappingsFromFileList()
101 bool err = arcmt::getFileRemappingsFromFileList(remap->Vec, Files, in clang_getRemappingsFromFileList()
111 return remap.take(); in clang_getRemappingsFromFileList()
114 return remap.take(); in clang_getRemappingsFromFileList()
/external/llvm/lib/MC/
DMCAtom.cpp17 void MCAtom::remap(uint64_t NewBegin, uint64_t NewEnd) { in remap() function in MCAtom
18 Parent->remap(this, NewBegin, NewEnd); in remap()
24 remap(Begin, TruncPt); in remapForTruncate()
40 remap(LBegin, LEnd); in remapForSplit()
48 remap(Begin, End + 1); in addData()
76 remap(Begin, NextInstAddress); in addInst()
DMCModule.cpp49 void MCModule::remap(MCAtom *Atom, uint64_t NewBegin, uint64_t NewEnd) { in remap() function in MCModule
/external/clang/include/clang/ARCMigrate/
DFileRemapper.h55 void remap(StringRef filePath, llvm::MemoryBuffer *memBuf);
64 void remap(const FileEntry *file, llvm::MemoryBuffer *memBuf);
65 void remap(const FileEntry *file, const FileEntry *newfile);
DARCMT.h76 bool getFileRemappings(std::vector<std::pair<std::string,std::string> > &remap,
85 std::vector<std::pair<std::string,std::string> > &remap,
/external/mesa3d/src/mesa/main/
Dremap.c190 const struct gl_function_pool_remap *remap) in _mesa_do_init_remap_table() argument
205 ASSERT(i == remap[i].remap_index); in _mesa_do_init_remap_table()
206 spec = _mesa_function_pool + remap[i].pool_index; in _mesa_do_init_remap_table()
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dremap.c190 const struct gl_function_pool_remap *remap) in _mesa_do_init_remap_table() argument
205 ASSERT(i == remap[i].remap_index); in _mesa_do_init_remap_table()
206 spec = _mesa_function_pool + remap[i].pool_index; in _mesa_do_init_remap_table()
/external/clang/lib/ARCMigrate/
DFileRemapper.cpp107 remap(pairs[i].first, pairs[i].second); in initFromFile()
161 remap(origFE, newE); in flushToFile()
229 void FileRemapper::remap(StringRef filePath, llvm::MemoryBuffer *memBuf) { in remap() function in FileRemapper
230 remap(getOriginalFile(filePath), memBuf); in remap()
233 void FileRemapper::remap(const FileEntry *file, llvm::MemoryBuffer *memBuf) { in remap() function in FileRemapper
240 void FileRemapper::remap(const FileEntry *file, const FileEntry *newfile) { in remap() function in FileRemapper
DARCMT.cpp415 remap, in getFileRemappings()
433 remap = PPOpts.RemappedFiles; in getFileRemappings()
439 std::vector<std::pair<std::string,std::string> > &remap, in getFileRemappingsFromFileList()
470 remap.push_back(*RI); in getFileRemappingsFromFileList()
660 Remapper.remap(filePath.str(), memBuf); in applyTransform()
/external/clang/test/PCH/
Dchain-remap-types.m1 // RUN: %clang_cc1 -emit-pch -x objective-c-header -o %t1 %S/Inputs/chain-remap-types1.h
2 // RUN: %clang_cc1 -emit-pch -x objective-c-header -o %t2 %S/Inputs/chain-remap-types2.h -include-p…
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
Dradeon_emulate_branches.c282 struct remap_output_data remap; in fix_output_writes() local
285 remap.Output = inst->U.I.DstReg.Index; in fix_output_writes()
286 remap.Temporary = rc_find_free_temporary(s->C); in fix_output_writes()
291 rc_remap_registers(inst, &remap_output_function, &remap); in fix_output_writes()
297 inst_mov->U.I.DstReg.Index = remap.Output; in fix_output_writes()
300 inst_mov->U.I.SrcReg[0].Index = remap.Temporary; in fix_output_writes()
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_emulate_branches.c282 struct remap_output_data remap; in fix_output_writes() local
285 remap.Output = inst->U.I.DstReg.Index; in fix_output_writes()
286 remap.Temporary = rc_find_free_temporary(s->C); in fix_output_writes()
291 rc_remap_registers(inst, &remap_output_function, &remap); in fix_output_writes()
297 inst_mov->U.I.DstReg.Index = remap.Output; in fix_output_writes()
300 inst_mov->U.I.SrcReg[0].Index = remap.Temporary; in fix_output_writes()
/external/chromium_org/native_client_sdk/src/tools/
Dcreate_nmf.py227 remap=None, pnacl_optlevel=None): argument
249 self.remap = remap or {}
506 name = self.remap.get(name, name)
711 remap = {}
716 remap[parts[0]] = parts[1]
747 remap=remap,
/external/chromium_org/chrome/browser/android/bookmarks/
Dpartner_bookmarks_shim.cc88 NodeRenamingMap::const_iterator remap = node_rename_remove_map_.find(key); in IsReachable() local
89 if (remap != node_rename_remove_map_.end() && remap->second.empty()) in IsReachable()
/external/chromium_org/chrome/browser/resources/chromeos/
Dkeyboard_overlay.js640 function initIdentifierMap(remap) { argument
641 for (var key in remap) {
642 var val = remap[key];
/external/llvm/include/llvm/MC/
DMCModule.h50 void remap(MCAtom *Atom, uint64_t NewBegin, uint64_t NewEnd);
DMCAtom.h85 void remap(uint64_t NewBegin, uint64_t NewEnd);
/external/clang/include/clang/Driver/
DTypes.def87 TYPE("remap", Remap, INVALID, "remap", "")
/external/valgrind/main/VEX/priv/
Dhost_generic_reg_alloc2.c393 HRegRemap remap; in doRegisterAllocation() local
1199 initHRegRemap(&remap); in doRegisterAllocation()
1292 addToHRegRemap(&remap, vreg, rreg_state[k].rreg); in doRegisterAllocation()
1331 addToHRegRemap(&remap, vreg, rreg_state[k].rreg); in doRegisterAllocation()
1471 addToHRegRemap(&remap, vreg, rreg_state[spillee].rreg); in doRegisterAllocation()
1487 (*mapRegs)( &remap, instrs_in->arr[ii], mode64 ); in doRegisterAllocation()
/external/clang/include/clang/Basic/
DDiagnosticFrontendKinds.td38 "could not remap file '%0' to the contents of file '%1'">, DefaultFatal;
40 "could not remap from missing file '%0'">, DefaultFatal;
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
Dapi_exec_es1.c475 const struct gl_function_pool_remap *remap = MESA_remap_table_functions; in init_remap_table() local
489 ASSERT(i == remap[i].remap_index); in init_remap_table()
490 spec = _mesa_function_pool + remap[i].pool_index; in init_remap_table()
/external/chromium_org/third_party/mesa/src/src/mesa/
DSConscript33 'IN_DRI_DRIVER', # enable the remap table (for DRI drivers)
107 'main/remap.c',
/external/mesa3d/src/mesa/
DSConscript33 'IN_DRI_DRIVER', # enable the remap table (for DRI drivers)
107 'main/remap.c',
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Dremap_helper.h33 #error Only remap.c should include this file!

12