| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
| H A D | PDB.cpp | 25 if (Type == PDB_ReaderType::Native) in loadDataForPDB() 38 if (Type == PDB_ReaderType::Native) { in loadDataForEXE()
|
| /freebsd-14.2/lib/clang/libllvm/ |
| H A D | Makefile | 588 SRCS_EXT+= DebugInfo/PDB/Native/DbiStream.cpp 590 SRCS_EXT+= DebugInfo/PDB/Native/EnumTables.cpp 591 SRCS_EXT+= DebugInfo/PDB/Native/FormatUtil.cpp 594 SRCS_EXT+= DebugInfo/PDB/Native/Hash.cpp 595 SRCS_EXT+= DebugInfo/PDB/Native/HashTable.cpp 596 SRCS_EXT+= DebugInfo/PDB/Native/InfoStream.cpp 599 SRCS_EXT+= DebugInfo/PDB/Native/InputFile.cpp 627 SRCS_EXT+= DebugInfo/PDB/Native/PDBFile.cpp 632 SRCS_EXT+= DebugInfo/PDB/Native/RawError.cpp 635 SRCS_EXT+= DebugInfo/PDB/Native/TpiHashing.cpp [all …]
|
| /freebsd-14.2/crypto/openssl/ |
| H A D | NOTES-WINDOWS.md | 4 - [Native builds using Visual C++](#native-builds-using-visual-c++) 5 - [Native builds using Embarcadero C++Builder]( 7 - [Native builds using MinGW](#native-builds-using-mingw) 13 "Native" OpenSSL uses the Windows APIs directly at run time. 28 Native builds using Visual C++ 129 Native builds using Embarcadero C++Builder 155 Native builds using MinGW
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | DevelopmentModeInlineAdvisor.cpp | 350 "Native size estimator is not present.");
|
| /freebsd-14.2/sys/contrib/openzfs/config/ |
| H A D | nls.m4 | 28 [ --disable-nls do not use Native Language Support],
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | javascript | 62 # React Native minified JavaScript 63 0 search/128 __BUNDLE_START_TIME__= React Native minified JavaScript
|
| H A D | blender | 6 # Native format rule v1.2. For questions use the developers list
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/ |
| H A D | LVReaderHandler.cpp | 101 if (Error Err = loadDataForEXE(PDB_ReaderType::Native, ExePath, Session)) { in searchForExe() 262 if (Error Err = loadDataForPDB(PDB_ReaderType::Native, Filename, Session)) in handleObject()
|
| /freebsd-14.2/contrib/libfido2/ |
| H A D | NEWS | 154 ** Native FreeBSD and NetBSD support. 229 ** Native HID support on Linux, MacOS, and Windows.
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | llvm-pdbutil.cpp | 161 cl::opt<bool> Native("native", cl::desc("Use native PDB reader instead of DIA"), variable 309 cl::opt<bool> Native("native", cl::desc("Use native PDB reader instead of DIA"), variable 884 ExitOnErr(loadDataForPDB(PDB_ReaderType::Native, Path, Session)); in loadPDB() 1037 opts::diadump::Native ? PDB_ReaderType::Native : PDB_ReaderType::DIA; in dumpDia() 1085 opts::pretty::Native ? PDB_ReaderType::Native : PDB_ReaderType::DIA; in dumpPretty()
|
| /freebsd-14.2/contrib/libpcap/cmake/Modules/ |
| H A D | FindFseeko.cmake | 41 # * Native fseeko()
|
| H A D | FindLFS.cmake | 75 # * Native LFS
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | MinidumpConstants.def | 117 HANDLE_MDMP_PLATFORM(0x8205, NaCl) // Native Client (NaCl)
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/spi/ |
| H A D | renesas,sh-msiof.yaml | 92 - Native chip selects are always deasserted in between transfers
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/mtd/ |
| H A D | nand-controller.yaml | 145 reg = <0>; /* Native CS */
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaAttr.cpp | 221 AlignPackInfo::Mode ModeVal = AlignPackInfo::Native; in ActOnPragmaOptionsAlign() 256 if (AlignPackStack.CurrentValue.getAlignMode() != AlignPackInfo::Native || in ActOnPragmaOptionsAlign() 377 assert(CurVal.getAlignMode() == AlignPackInfo::Native && in ActOnPragmaPack()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBTypes.h | 82 Native = 1, enumerator
|
| /freebsd-14.2/sys/contrib/openzfs/rpm/redhat/ |
| H A D | zfs.spec.in | 154 Summary: Native ZFS pool library for Linux 215 Summary: Native ZFS filesystem library for Linux
|
| /freebsd-14.2/sys/contrib/openzfs/rpm/generic/ |
| H A D | zfs.spec.in | 154 Summary: Native ZFS pool library for Linux 215 Summary: Native ZFS filesystem library for Linux
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | InputFile.cpp | 324 if (auto Err = loadDataForPDB(PDB_ReaderType::Native, Path, Session)) in open()
|
| /freebsd-14.2/contrib/libpcap/doc/ |
| H A D | README.windows.md | 180 Start the appropriate Native Tools command line prompt.
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/pci/ |
| H A D | snps,dw-pcie-common.yaml | 31 them in a contiguous memory space if pure Native or AXI Bridge DBI access
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | LangOptions.def | 243 LANGOPT(NativeHalfType , 1, 0, "Native half type support") 244 LANGOPT(NativeHalfArgsAndReturns, 1, 0, "Native half args and returns")
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
| H A D | Symbolize.cpp | 643 Opts.UseDIA ? PDB_ReaderType::DIA : PDB_ReaderType::Native; in getOrCreateModuleInfo()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/usb/ |
| H A D | snps,dwc3.yaml | 60 SoC Bus Clock (AHB/AXI/Native). ref generates ITP when the UTMI/ULPI
|