Home
last modified time | relevance | path

Searched refs:remapped (Results 1 – 25 of 31) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DPathMappingList.cpp148 if (llvm::Optional<FileSpec> remapped = RemapPath(path.GetStringRef())) { in RemapPath() local
149 new_path.SetString(remapped->GetPath()); in RemapPath()
194 FileSpec remapped(it.second.GetStringRef()); in RemapPath() local
197 AppendPathComponents(remapped, path, orig_style); in RemapPath()
198 if (!only_if_exists || FileSystem::Instance().Exists(remapped)) in RemapPath()
199 return remapped; in RemapPath()
221 if (auto remapped = RemapPath(orig_spec.GetPath(), /*only_if_exists=*/true)) in FindFile() local
222 return remapped; in FindFile()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DSourceManager.cpp447 auto remapped = target->GetSourcePathMap().FindFile(m_file_spec); in CommonInitializer() local
448 if (!remapped) { in CommonInitializer()
451 remapped = new_spec; in CommonInitializer()
453 if (remapped) { in CommonInitializer()
454 m_file_spec = *remapped; in CommonInitializer()
DModule.cpp1601 if (auto remapped = m_source_mappings.FindFile(orig_spec)) { in FindSourceFile() local
1602 new_spec = *remapped; in FindSourceFile()
1610 if (auto remapped = m_source_mappings.RemapPath(path)) in RemapSourceFile() local
1611 return remapped->GetPath(); in RemapSourceFile()
/freebsd-12-stable/sys/gnu/dts/arm/
Darmada-xp-db-dxbc2.dts9 * Note: this Device Tree assumes that the bootloader has remapped the
Darmada-xp-db-xc3-24g4xg.dts9 * Note: this Device Tree assumes that the bootloader has remapped the
Darmada-370-rd.dts10 * Note: this Device Tree assumes that the bootloader has remapped the
Darmada-xp-db.dts13 * Note: this Device Tree assumes that the bootloader has remapped the
Darmada-370-db.dts12 * Note: this Device Tree assumes that the bootloader has remapped the
Darmada-xp-gp.dts12 * Note: this Device Tree assumes that the bootloader has remapped the
Darmada-370-synology-ds213j.dts7 * Note: this Device Tree assumes that the bootloader has remapped the
Darmada-xp-synology-ds414.dts7 * Note: this Device Tree assumes that the bootloader has remapped the
Darm-realview-pb11mp.dts46 * and the first 256 are also remapped @ 0x00000000
/freebsd-12-stable/share/i18n/csmapper/ISO-8859/
DISO-8859-6%UCS.src54 # 0x30..0x39 remapped to the ASCII digits (U+0030..U+0039) instead
DUCS%ISO-8859-6.src54 # 0x30..0x39 remapped to the ASCII digits (U+0030..U+0039) instead
/freebsd-12-stable/sys/mips/conf/
DDIR-825C1.hints138 # 192KiB lang -- remapped to cfg
/freebsd-12-stable/sys/dev/iwn/
Dif_iwnvar.h103 unsigned int remapped:1; member
Dif_iwn.c2079 data->remapped = 0; in iwn_reset_tx_ring()
3621 data->remapped = 0; in iwn_adj_ampdu_ptr()
3892 if (data->remapped) { in iwn_ampdu_tx_done()
3920 ring->data[wrong_idx].remapped = 1; in iwn_ampdu_tx_done()
3958 data->remapped = 0; in iwn_ampdu_tx_done()
/freebsd-12-stable/contrib/nvi/catalog/
Ddutch.base127 134 "Het %s karakter kan niet ge-remapped worden"
/freebsd-12-stable/usr.bin/vi/catalog/
Ddutch.UTF-8.base127 134 "Het %s karakter kan niet ge-remapped worden"
/freebsd-12-stable/share/examples/ipfilter/
Dexamples.txt423 Packets coming back in the same interface are remapped, as a matter of
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp244 if (auto remapped = module->RemapSourceFile(llvm::StringRef(*file_path))) local
245 remapped_file = *remapped;
/freebsd-12-stable/sys/kern/
Dbus_if.m826 * @brief Notify a bus that specified child's IRQ should be remapped.
/freebsd-12-stable/contrib/gcc/cp/
DChangeLog-20004183 use the variable declared in the TARGET_EXPR as the remapped
/freebsd-12-stable/contrib/binutils/libiberty/
DChangeLog7037 which it sometimes is remapped to.
/freebsd-12-stable/contrib/gcclibs/libiberty/
DChangeLog6839 which it sometimes is remapped to.

12