| /freebsd/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/lib/clang/libllvm/ |
| H A D | Makefile | 657 SRCS_EXT+= DebugInfo/PDB/Native/DbiModuleDescriptor.cpp 658 SRCS_EXT+= DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.cpp 659 SRCS_EXT+= DebugInfo/PDB/Native/DbiModuleList.cpp 660 SRCS_EXT+= DebugInfo/PDB/Native/DbiStream.cpp 661 SRCS_EXT+= DebugInfo/PDB/Native/DbiStreamBuilder.cpp 662 SRCS_EXT+= DebugInfo/PDB/Native/EnumTables.cpp 663 SRCS_EXT+= DebugInfo/PDB/Native/FormatUtil.cpp 664 SRCS_EXT+= DebugInfo/PDB/Native/GSIStreamBuilder.cpp 665 SRCS_EXT+= DebugInfo/PDB/Native/GlobalsStream.cpp 666 SRCS_EXT+= DebugInfo/PDB/Native/Hash.cpp [all …]
|
| /freebsd/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++ 152 Native builds using Embarcadero C++Builder 180 Native builds using MinGW
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | DevelopmentModeInlineAdvisor.cpp | 350 "Native size estimator is not present.");
|
| /freebsd/sys/contrib/openzfs/config/ |
| H A D | nls.m4 | 29 [ --disable-nls do not use Native Language Support],
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | javascript | 59 # React Native minified JavaScript 60 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/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/ |
| H A D | LVReaderHandler.cpp | 104 if (Error Err = loadDataForEXE(PDB_ReaderType::Native, ExePath, Session)) { in searchForExe() 265 if (Error Err = loadDataForPDB(PDB_ReaderType::Native, Filename, Session)) in handleObject()
|
| /freebsd/contrib/libpcap/doc/ |
| H A D | README.windows.md | 179 Start the appropriate Native Tools command line prompt. 211 Start the appropriate Native Tools command line prompt. 242 Start the appropriate Native Tools command line prompt.
|
| /freebsd/contrib/libfido2/ |
| H A D | NEWS | 176 ** Native FreeBSD and NetBSD support. 251 ** Native HID support on Linux, MacOS, and Windows.
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | llvm-pdbutil.cpp | 162 cl::opt<bool> Native("native", cl::desc("Use native PDB reader instead of DIA"), variable 311 cl::opt<bool> Native("native", cl::desc("Use native PDB reader instead of DIA"), variable 890 ExitOnErr(loadDataForPDB(PDB_ReaderType::Native, Path, Session)); in loadPDB() 1043 opts::diadump::Native ? PDB_ReaderType::Native : PDB_ReaderType::DIA; in dumpDia() 1091 opts::pretty::Native ? PDB_ReaderType::Native : PDB_ReaderType::DIA; in dumpPretty()
|
| /freebsd/contrib/libpcap/cmake/Modules/ |
| H A D | FindFseeko.cmake | 41 # * Native fseeko()
|
| H A D | FindLFS.cmake | 75 # * Native LFS
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | MinidumpConstants.def | 121 HANDLE_MDMP_PLATFORM(0x8205, NaCl) // Native Client (NaCl)
|
| H A D | DXContainerConstants.def | 37 SHADER_FEATURE_FLAG(18, -1, NativeLowPrecision, "Native low-precision data types")
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaAttr.cpp | 337 AlignPackInfo::Mode ModeVal = AlignPackInfo::Native; in ActOnPragmaOptionsAlign() 342 case PragmaOptionsAlignKind::Native: in ActOnPragmaOptionsAlign() 372 if (AlignPackStack.CurrentValue.getAlignMode() != AlignPackInfo::Native || in ActOnPragmaOptionsAlign() 492 assert(CurVal.getAlignMode() == AlignPackInfo::Native && in ActOnPragmaPack()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBTypes.h | 82 Native = 1, enumerator
|
| /freebsd/sys/contrib/openzfs/rpm/redhat/ |
| H A D | zfs.spec.in | 170 Summary: Native ZFS pool library for Linux 210 Summary: Native ZFS filesystem library for Linux
|
| /freebsd/sys/contrib/openzfs/rpm/generic/ |
| H A D | zfs.spec.in | 170 Summary: Native ZFS pool library for Linux 210 Summary: Native ZFS filesystem library for Linux
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | InputFile.cpp | 9 #include "llvm/DebugInfo/PDB/Native/InputFile.h" 17 #include "llvm/DebugInfo/PDB/Native/DbiStream.h" 18 #include "llvm/DebugInfo/PDB/Native/FormatUtil.h" 19 #include "llvm/DebugInfo/PDB/Native/LinePrinter.h" 20 #include "llvm/DebugInfo/PDB/Native/NativeSession.h" 21 #include "llvm/DebugInfo/PDB/Native/PDBFile.h" 22 #include "llvm/DebugInfo/PDB/Native/PDBStringTable.h" 23 #include "llvm/DebugInfo/PDB/Native/RawError.h" 24 #include "llvm/DebugInfo/PDB/Native/TpiStream.h" 324 if (auto Err = loadDataForPDB(PDB_ReaderType::Native, Pat in open() [all...] |
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | LangOptions.def | 221 LANGOPT(NativeHalfType , 1, 0, NotCompatible, "Native half type support") 222 LANGOPT(NativeHalfArgsAndReturns, 1, 0, NotCompatible, "Native half args and returns")
|
| /freebsd/crypto/openssh/ |
| H A D | INSTALL | 117 Native BSM support is known to exist in Solaris from at least 2.5.1,
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
| H A D | Symbolize.cpp | 701 Opts.UseDIA ? PDB_ReaderType::DIA : PDB_ReaderType::Native; in getOrCreateModuleInfo()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 872 Native, enumerator 1042 Kind = Native; in PropertyImplStrategy() 1179 case PropertyImplStrategy::Native: { in generateObjCGetterBody() 1507 case PropertyImplStrategy::Native: { in generateObjCSetterBody()
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | OSSL_PARAM_int.pod | 329 Native types will be converted as required only if the value is exactly
|