Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDB.cpp26 if (Type == PDB_ReaderType::Native) in loadDataForPDB()
39 if (Type == PDB_ReaderType::Native) { in loadDataForEXE()
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile519 SRCS_EXT+= DebugInfo/PDB/Native/DbiStream.cpp
521 SRCS_EXT+= DebugInfo/PDB/Native/EnumTables.cpp
524 SRCS_EXT+= DebugInfo/PDB/Native/Hash.cpp
525 SRCS_EXT+= DebugInfo/PDB/Native/HashTable.cpp
526 SRCS_EXT+= DebugInfo/PDB/Native/InfoStream.cpp
555 SRCS_EXT+= DebugInfo/PDB/Native/PDBFile.cpp
560 SRCS_EXT+= DebugInfo/PDB/Native/RawError.cpp
561 SRCS_EXT+= DebugInfo/PDB/Native/SymbolCache.cpp
562 SRCS_EXT+= DebugInfo/PDB/Native/SymbolStream.cpp
563 SRCS_EXT+= DebugInfo/PDB/Native/TpiHashing.cpp
[all …]
/freebsd-13.1/contrib/libfido2/
H A DNEWS67 ** Native FreeBSD and NetBSD support.
142 ** Native HID support on Linux, MacOS, and Windows.
/freebsd-13.1/contrib/file/magic/Magdir/
H A Dblender6 # Native format rule v1.2. For questions use the developers list
/freebsd-13.1/sys/contrib/openzfs/config/
H A Dnls.m428 [ --disable-nls do not use Native Language Support],
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp161 cl::opt<bool> Native("native", cl::desc("Use native PDB reader instead of DIA"), variable
307 cl::opt<bool> Native("native", cl::desc("Use native PDB reader instead of DIA"), variable
860 ExitOnErr(loadDataForPDB(PDB_ReaderType::Native, Path, Session)); in loadPDB()
1013 opts::diadump::Native ? PDB_ReaderType::Native : PDB_ReaderType::DIA; in dumpDia()
1061 opts::pretty::Native ? PDB_ReaderType::Native : PDB_ReaderType::DIA; in dumpPretty()
H A DInputFile.cpp277 if (auto Err = loadDataForPDB(PDB_ReaderType::Native, Path, Session)) in open()
/freebsd-13.1/contrib/libpcap/cmake/Modules/
H A DFindFseeko.cmake41 # * Native fseeko()
H A DFindLFS.cmake75 # * Native LFS
/freebsd-13.1/sys/contrib/device-tree/Bindings/spi/
H A Drenesas,sh-msiof.yaml78 - Native chip selects are always deasserted in between transfers
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMinidumpConstants.def117 HANDLE_MDMP_PLATFORM(0x8205, NaCl) // Native Client (NaCl)
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp218 AlignPackInfo::Mode ModeVal = AlignPackInfo::Native; in ActOnPragmaOptionsAlign()
255 if (AlignPackStack.CurrentValue.getAlignMode() != AlignPackInfo::Native || in ActOnPragmaOptionsAlign()
376 assert(CurVal.getAlignMode() == AlignPackInfo::Native && in ActOnPragmaPack()
/freebsd-13.1/sys/contrib/openzfs/rpm/generic/
H A Dzfs.spec.in176 Summary: Native ZFS pool library for Linux
237 Summary: Native ZFS filesystem library for Linux
/freebsd-13.1/sys/contrib/openzfs/rpm/redhat/
H A Dzfs.spec.in176 Summary: Native ZFS pool library for Linux
237 Summary: Native ZFS filesystem library for Linux
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h82 Native = 1, enumerator
/freebsd-13.1/contrib/googletest/googletest/
H A DCHANGES53 * Compatibility fixes for Android, Google Native Client, MinGW, HP UX,
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.def228 LANGOPT(NativeHalfType , 1, 0, "Native half type support")
229 LANGOPT(NativeHalfArgsAndReturns, 1, 0, "Native half args and returns")
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp593 Opts.UseDIA ? PDB_ReaderType::DIA : PDB_ReaderType::Native; in getOrCreateModuleInfo()
/freebsd-13.1/crypto/openssh/
H A DINSTALL118 Native BSM support is known to exist in Solaris from at least 2.5.1,
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp871 Native, enumerator
1037 Kind = Native; in PropertyImplStrategy()
1141 case PropertyImplStrategy::Native: { in generateObjCGetterBody()
1422 case PropertyImplStrategy::Native: { in generateObjCSetterBody()
/freebsd-13.1/sys/contrib/libsodium/
H A Dconfigure.ac88 AC_MSG_WARN([compiling to Native Client - asm implementations disabled])
/freebsd-13.1/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1249 Indicates what types of events cause the watchpoint to fire. Used by Native
/freebsd-13.1/crypto/heimdal/
H A DNEWS33 - Native Windows client support
/freebsd-13.1/share/misc/
H A Dpci_vendors17854 c11b OXPCIe952 Native 950 UART
17857 c11f OXPCIe952 Native 950 UART
17865 c138 OXPCIe952 Native 950 UART
17867 c13d OXPCIe952 Native 950 UART
17902 c53b OXPCIe200 Native 950 UART
17906 c53f OXPCIe200 Native 950 UART
17914 c54b OXPCIe200 Native 950 UART
17918 c54f OXPCIe200 Native 950 UART
17926 c56b OXPCIe200 Native 950 UART
17930 c56f OXPCIe200 Native 950 UART
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h493 enum Mode : unsigned char { Native, Natural, Packed, Mac68k }; enumerator
506 explicit AlignPackInfo(bool IsXL) : AlignPackInfo(Native, IsXL) {} in AlignPackInfo()
508 AlignPackInfo() : AlignPackInfo(Native, false) {} in AlignPackInfo()

12