Home
last modified time | relevance | path

Searched refs:Native (Results 1 – 25 of 45) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDB.cpp25 if (Type == PDB_ReaderType::Native) in loadDataForPDB()
38 if (Type == PDB_ReaderType::Native) { in loadDataForEXE()
/freebsd/lib/clang/libllvm/
H A DMakefile586 SRCS_EXT+= DebugInfo/PDB/Native/DbiModuleDescriptor.cpp
587 SRCS_EXT+= DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.cpp
588 SRCS_EXT+= DebugInfo/PDB/Native/DbiModuleList.cpp
589 SRCS_EXT+= DebugInfo/PDB/Native/DbiStream.cpp
590 SRCS_EXT+= DebugInfo/PDB/Native/DbiStreamBuilder.cpp
591 SRCS_EXT+= DebugInfo/PDB/Native/EnumTables.cpp
592 SRCS_EXT+= DebugInfo/PDB/Native/FormatUtil.cpp
593 SRCS_EXT+= DebugInfo/PDB/Native/GSIStreamBuilder.cpp
594 SRCS_EXT+= DebugInfo/PDB/Native/GlobalsStream.cpp
595 SRCS_EXT+= DebugInfo/PDB/Native/Hash.cpp
[all …]
/freebsd/crypto/openssl/
H A DNOTES-WINDOWS.md4 - [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/contrib/llvm-project/llvm/lib/Analysis/
H A DDevelopmentModeInlineAdvisor.cpp350 "Native size estimator is not present.");
/freebsd/sys/contrib/openzfs/config/
H A Dnls.m428 [ --disable-nls do not use Native Language Support],
/freebsd/contrib/file/magic/Magdir/
H A Djavascript59 # React Native minified JavaScript
60 0 search/128 __BUNDLE_START_TIME__= React Native minified JavaScript
H A Dblender6 # Native format rule v1.2. For questions use the developers list
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/
H A DLVReaderHandler.cpp102 if (Error Err = loadDataForEXE(PDB_ReaderType::Native, ExePath, Session)) { in searchForExe()
263 if (Error Err = loadDataForPDB(PDB_ReaderType::Native, Filename, Session)) in handleObject()
/freebsd/contrib/libfido2/
H A DNEWS154 ** Native FreeBSD and NetBSD support.
229 ** Native HID support on Linux, MacOS, and Windows.
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp50 #include "llvm/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.h"
51 #include "llvm/DebugInfo/PDB/Native/DbiStreamBuilder.h"
52 #include "llvm/DebugInfo/PDB/Native/InfoStream.h"
53 #include "llvm/DebugInfo/PDB/Native/InfoStreamBuilder.h"
54 #include "llvm/DebugInfo/PDB/Native/InputFile.h"
55 #include "llvm/DebugInfo/PDB/Native/NativeSession.h"
56 #include "llvm/DebugInfo/PDB/Native/PDBFile.h"
57 #include "llvm/DebugInfo/PDB/Native/PDBFileBuilder.h"
58 #include "llvm/DebugInfo/PDB/Native/PDBStringTableBuilder.h"
59 #include "llvm/DebugInfo/PDB/Native/RawConstant
163 cl::opt<bool> Native("native", cl::desc("Use native PDB reader instead of DIA"), global() variable
311 cl::opt<bool> Native("native", cl::desc("Use native PDB reader instead of DIA"), global() variable
[all...]
/freebsd/contrib/libpcap/cmake/Modules/
H A DFindFseeko.cmake41 # * Native fseeko()
H A DFindLFS.cmake75 # * Native LFS
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainerConstants.def64 DXIL_MODULE_FLAG(23, UseNativeLowPrecision, "Native 16bit types enabled")
H A DMinidumpConstants.def117 HANDLE_MDMP_PLATFORM(0x8205, NaCl) // Native Client (NaCl)
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp234 AlignPackInfo::Mode ModeVal = AlignPackInfo::Native; in ActOnPragmaOptionsAlign()
269 if (AlignPackStack.CurrentValue.getAlignMode() != AlignPackInfo::Native || in ActOnPragmaOptionsAlign()
390 assert(CurVal.getAlignMode() == AlignPackInfo::Native && in ActOnPragmaPack()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h82 Native = 1, enumerator
/freebsd/sys/contrib/openzfs/rpm/redhat/
H A Dzfs.spec.in154 Summary: Native ZFS pool library for Linux
216 Summary: Native ZFS filesystem library for Linux
/freebsd/sys/contrib/openzfs/rpm/generic/
H A Dzfs.spec.in154 Summary: Native ZFS pool library for Linux
216 Summary: Native ZFS filesystem library for Linux
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp9 #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/libpcap/doc/
H A DREADME.windows.md180 Start the appropriate Native Tools command line prompt.
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.def257 LANGOPT(NativeHalfType , 1, 0, "Native half type support")
258 LANGOPT(NativeHalfArgsAndReturns, 1, 0, "Native half args and returns")
/freebsd/crypto/openssh/
H A DINSTALL115 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 DSymbolize.cpp650 Opts.UseDIA ? PDB_ReaderType::DIA : PDB_ReaderType::Native; in getOrCreateModuleInfo()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp872 Native, enumerator
1042 Kind = Native; in PropertyImplStrategy()
1179 case PropertyImplStrategy::Native: { in generateObjCGetterBody()
1471 case PropertyImplStrategy::Native: { in generateObjCSetterBody()
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_PARAM_int.pod329 Native types will be converted as required only if the value is exactly

12