Searched refs:remap (Results 1 - 21 of 21) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/ARCMigrate/
H A 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);
H A DARCMT.h76 bool getFileRemappings(std::vector<std::pair<std::string,std::string> > &remap,
85 std::vector<std::pair<std::string,std::string> > &remap,
/freebsd-9.3-release/contrib/llvm/lib/MC/
H A DMCAtom.cpp20 void MCAtom::remap(uint64_t NewBegin, uint64_t NewEnd) { function in class:MCAtom
21 Parent->remap(this, NewBegin, NewEnd);
27 remap(Begin, TruncPt);
43 remap(LBegin, LEnd);
51 remap(Begin, End + 1);
79 remap(Begin, NextInstAddress + Size - 1);
H A DMCModule.cpp52 // remap - Update the interval mapping for an atom.
53 void MCModule::remap(MCAtom *Atom, uint64_t NewBegin, uint64_t NewEnd) { function in class:MCModule
/freebsd-9.3-release/sys/arm/mv/
H A Dmvvar.h63 int remap; member in struct:decode_win
89 int remap);
H A Dcommon.c475 WIN_REG_BASE_IDX_RD(win_pcie, remap, MV_WIN_PCIE_REMAP);
478 WIN_REG_BASE_IDX_WR(win_pcie, remap, MV_WIN_PCIE_REMAP);
538 /* Depending on the SoC certain windows have remap capability */
549 /* XXX This should check for overlapping remap fields too.. */
596 if (cpu_wins[i].remap >= 0 && win_cpu_can_remap(i) != 1) {
598 "val 0x%08x defined\n", i, cpu_wins[i].remap);
631 int remap)
645 if (remap >= 0) {
646 win_cpu_remap_l_write(win, remap & 0xffff0000);
651 * (capable of remapping) - set remap fiel
630 decode_win_cpu_set(int target, int attr, vm_paddr_t base, uint32_t size, int remap) argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DFileRemapper.cpp47 llvm::sys::path::append(InfoFile, "remap");
60 "initFromDisk should be called before any remap calls");
107 remap(pairs[i].first, pairs[i].second);
161 remap(origFE, newE);
229 void FileRemapper::remap(StringRef filePath, llvm::MemoryBuffer *memBuf) { function in class:FileRemapper
230 remap(getOriginalFile(filePath), memBuf);
233 void FileRemapper::remap(const FileEntry *file, llvm::MemoryBuffer *memBuf) { function in class:FileRemapper
240 void FileRemapper::remap(const FileEntry *file, const FileEntry *newfile) { function in class:FileRemapper
H A DARCMT.cpp396 remap,
414 remap = PPOpts.RemappedFiles;
420 std::vector<std::pair<std::string,std::string> > &remap,
451 remap.push_back(*RI);
641 Remapper.remap(filePath.str(), memBuf);
395 getFileRemappings(std::vector<std::pair<std::string,std::string> > & remap, StringRef outputDir, DiagnosticConsumer *DiagClient) argument
419 getFileRemappingsFromFileList( std::vector<std::pair<std::string,std::string> > &remap, ArrayRef<StringRef> remapFiles, DiagnosticConsumer *DiagClient) argument
H A DObjCMT.cpp1715 Remapper.remap(filePath.str(), memBuf);
/freebsd-9.3-release/contrib/llvm/include/llvm/MC/
H A DMCModule.h46 // For access to map/remap.
53 void remap(MCAtom *Atom, uint64_t NewBegin, uint64_t NewEnd);
H A DMCAtom.h87 void remap(uint64_t NewBegin, uint64_t NewEnd);
93 /// remap(Begin, TruncPt);
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_aggregate.c1435 int rval = -1, *map, *remap = NULL; local
1482 * we will allocate a remap that will indicate the
1484 * should be pulled. (That is, where the remap will
1487 if (remap == NULL) {
1488 remap = dt_zalloc(dtp, naggvars * sizeof (int));
1490 if (remap == NULL)
1503 remap[i] = map[aggvar];
1787 * remap. If we have a remapping, we'll drop it in
1793 if (remap != NULL && remap[
[all...]
/freebsd-9.3-release/release/picobsd/tinyware/msh/
H A Dsh1.c158 next(remap(f));
160 next(remap(f));
213 next(remap(f));
H A Dsh.h349 _PROTOTYPE(int remap , (int fd ));
H A Dsh3.c109 pv[0] = remap(pv[0]);
110 pv[1] = remap(pv[1]);
786 next(remap(i));
/freebsd-9.3-release/contrib/gcclibs/libcpp/include/
H A Dcpplib.h352 /* Nonzero means we should look for header.gcc files that remap file
354 unsigned char remap; member in struct:cpp_options
/freebsd-9.3-release/contrib/gcc/
H A Dc-opts.c942 cpp_opts->remap = 1;
/freebsd-9.3-release/contrib/gcclibs/libcpp/
H A Dfiles.c308 where remap and PCH intercept the file lookup process. Return true
317 if (CPP_OPTION (pfile, remap) && (path = remap_filename (pfile, file)))
/freebsd-9.3-release/sys/dev/e1000/
H A Dif_em.c1824 int error, do_tso, tso_desc = 0, remap = 1; local
1964 if (error == EFBIG && remap) {
1977 remap = 0;
H A Dif_igb.c1825 int error, do_tso, remap = 1; local
1958 if (error == EFBIG && remap) {
1971 remap = 0;
/freebsd-9.3-release/sys/dev/ixgbe/
H A Dixgbe.c1757 bool remap = TRUE; local
1795 if (remap == TRUE) {
1796 remap = FALSE;

Completed in 331 milliseconds