Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp178 if (std::optional<FileSpec> remapped = RemapPath(path.GetStringRef())) { in RemapPath() local
179 new_path.SetString(remapped->GetPath()); in RemapPath()
224 FileSpec remapped(it.second.GetStringRef()); in RemapPath() local
227 AppendPathComponents(remapped, path, orig_style); in RemapPath()
228 if (!only_if_exists || FileSystem::Instance().Exists(remapped)) in RemapPath()
229 return remapped; in RemapPath()
258 if (auto remapped = RemapPath(NormalizePath(orig_spec.GetPath()), in FindFile() local
260 return remapped; in FindFile()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSourceManager.cpp513 auto remapped = target_sp->GetSourcePathMap().FindFile(m_file_spec); in CommonInitializer() local
514 if (!remapped) { in CommonInitializer()
517 remapped = new_spec; in CommonInitializer()
519 if (remapped) in CommonInitializer()
520 SetFileSpec(*remapped); in CommonInitializer()
H A DModule.cpp1543 if (auto remapped = m_source_mappings.FindFile(orig_spec)) { in FindSourceFile() local
1544 new_spec = *remapped; in FindSourceFile()
1552 if (auto remapped = m_source_mappings.RemapPath(path)) in RemapSourceFile() local
1553 return remapped->GetPath(); in RemapSourceFile()
/freebsd/sys/contrib/device-tree/Bindings/arm/msm/
H A Dqcom,kpss-acc.txt4 There is one ACC register region per CPU within the KPSS remapped region as
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Darmada-xp-crs326-24g-2s.dtsi10 * Note: this Device Tree assumes that the bootloader has remapped the
H A Darmada-xp-crs305-1g-4s.dtsi10 * Note: this Device Tree assumes that the bootloader has remapped the
H A Darmada-xp-crs328-4c-20s-4s.dtsi10 * Note: this Device Tree assumes that the bootloader has remapped the
H A Darmada-xp-db-xc3-24g4xg.dts9 * Note: this Device Tree assumes that the bootloader has remapped the
H A Darmada-xp-db-dxbc2.dts9 * Note: this Device Tree assumes that the bootloader has remapped the
H A Darmada-xp-db.dts13 * Note: this Device Tree assumes that the bootloader has remapped the
H A Darmada-370-rd.dts10 * Note: this Device Tree assumes that the bootloader has remapped the
H A Darmada-370-db.dts12 * Note: this Device Tree assumes that the bootloader has remapped the
H A Darmada-xp-gp.dts12 * Note: this Device Tree assumes that the bootloader has remapped the
H A Darmada-370-synology-ds213j.dts7 * Note: this Device Tree assumes that the bootloader has remapped the
H A Darmada-xp-synology-ds414.dts7 * Note: this Device Tree assumes that the bootloader has remapped the
/freebsd/share/i18n/csmapper/ISO-8859/
H A DISO-8859-6%UCS.src53 # 0x30..0x39 remapped to the ASCII digits (U+0030..U+0039) instead
H A DUCS%ISO-8859-6.src53 # 0x30..0x39 remapped to the ASCII digits (U+0030..U+0039) instead
/freebsd/sys/dev/iwn/
H A Dif_iwnvar.h102 unsigned int remapped:1; member
H A Dif_iwn.c2076 data->remapped = 0; in iwn_reset_tx_ring()
3613 data->remapped = 0; in iwn_adj_ampdu_ptr()
3884 if (data->remapped) { in iwn_ampdu_tx_done()
3912 ring->data[wrong_idx].remapped = 1; in iwn_ampdu_tx_done()
3950 data->remapped = 0; in iwn_ampdu_tx_done()
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp226 bool remapped = false; in readFile() local
230 remapped = true; in readFile()
235 remapped = true; in readFile()
240 if (remapped) { in readFile()
/freebsd/sys/contrib/device-tree/src/arm/arm/
H A Darm-realview-pb11mp.dts46 * and the first 256 are also remapped @ 0x00000000
/freebsd/contrib/nvi/catalog/
H A Ddutch.base127 134 "Het %s karakter kan niet ge-remapped worden"
/freebsd/usr.bin/vi/catalog/
H A Ddutch.UTF-8.base127 134 "Het %s karakter kan niet ge-remapped worden"
/freebsd/share/examples/ipfilter/
H A Dexamples.txt423 Packets coming back in the same interface are remapped, as a matter of
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp283 if (auto remapped = module->RemapSourceFile(llvm::StringRef(*file_path))) local
284 remapped_file = *remapped;

12