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

/freebsd-10-stable/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-10-stable/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-10-stable/sys/arm/mv/
H A Dmvvar.h68 vm_paddr_t remap; member in struct:decode_win
95 vm_paddr_t remap);
121 uint32_t remap, int winno, int busno);
122 int mv_pcib_cpu_win_remap(device_t dev, uint32_t remap, uint32_t size);
H A Dmv_common.c614 WIN_REG_BASE_IDX_RD(win_pcie, remap, MV_WIN_PCIE_REMAP);
617 WIN_REG_BASE_IDX_WR(win_pcie, remap, MV_WIN_PCIE_REMAP);
719 /* Depending on the SoC certain windows have remap capability */
733 /* XXX This should check for overlapping remap fields too.. */
780 if (cpu_wins[i].remap != ~0 && win_cpu_can_remap(i) != 1) {
782 "val 0x%08x defined\n", i, cpu_wins[i].remap);
822 vm_paddr_t remap)
827 if (remap == ~0) {
847 ((remap != ~0) && (win_cpu_can_remap(win) == 0)))
854 if (remap !
821 decode_win_cpu_set(int target, int attr, vm_paddr_t base, uint32_t size, vm_paddr_t remap) argument
[all...]
/freebsd-10-stable/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-10-stable/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-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_aggregate.c1683 int rval = -1, *map, *remap = NULL; local
1730 * we will allocate a remap that will indicate the
1732 * should be pulled. (That is, where the remap will
1735 if (remap == NULL) {
1736 remap = dt_zalloc(dtp, naggvars * sizeof (int));
1738 if (remap == NULL)
1751 remap[i] = map[aggvar];
2035 * remap. If we have a remapping, we'll drop it in
2041 if (remap != NULL && remap[
[all...]
/freebsd-10-stable/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-10-stable/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-10-stable/sys/dev/ixgbe/
H A Dix_txrx.c318 bool remap = TRUE; local
353 if (remap == TRUE) {
354 remap = FALSE;
H A Dixv_txrx.c302 bool remap = TRUE; local
337 if (remap == TRUE) {
338 remap = FALSE;
/freebsd-10-stable/contrib/gcc/
H A Dc-opts.c942 cpp_opts->remap = 1;
/freebsd-10-stable/sys/contrib/octeon-sdk/
H A Dcvmx-ilk-defs.h3398 uint64_t remap : 1; /**< Dynamically select channel using bits[39:32] of an 8-byte member in struct:cvmx_ilk_txx_mem_pmap::cvmx_ilk_txx_mem_pmap_s
3409 uint64_t remap : 1;
/freebsd-10-stable/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-10-stable/sys/dev/e1000/
H A Dif_igb.c1818 bool remap = TRUE; local
1856 if (remap == TRUE) {
1857 remap = FALSE;
H A Dif_em.c1939 bool do_tso, tso_desc, remap = TRUE; local
2087 if (error == EFBIG && remap) {
2100 remap = FALSE;

Completed in 222 milliseconds