Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/
H A DPDB.cpp27 if (Type == PDB_ReaderType::Native) { in loadDataForPDB()
47 if (Type == PDB_ReaderType::Native) in loadDataForEXE()
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile450 SRCS_EXT+= DebugInfo/PDB/Native/DbiStream.cpp
452 SRCS_EXT+= DebugInfo/PDB/Native/EnumTables.cpp
455 SRCS_EXT+= DebugInfo/PDB/Native/Hash.cpp
456 SRCS_EXT+= DebugInfo/PDB/Native/HashTable.cpp
457 SRCS_EXT+= DebugInfo/PDB/Native/InfoStream.cpp
477 SRCS_EXT+= DebugInfo/PDB/Native/PDBFile.cpp
482 SRCS_EXT+= DebugInfo/PDB/Native/RawError.cpp
483 SRCS_EXT+= DebugInfo/PDB/Native/SymbolCache.cpp
484 SRCS_EXT+= DebugInfo/PDB/Native/SymbolStream.cpp
485 SRCS_EXT+= DebugInfo/PDB/Native/TpiHashing.cpp
[all …]
/freebsd-12.1/contrib/file/magic/Magdir/
H A Dblender6 # Native format rule v1.2. For questions use the developers list
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp162 cl::opt<bool> Native("native", cl::desc("Use native PDB reader instead of DIA"), variable
308 cl::opt<bool> Native("native", cl::desc("Use native PDB reader instead of DIA"), variable
849 ExitOnErr(loadDataForPDB(PDB_ReaderType::Native, Path, Session)); in loadPDB()
999 opts::diadump::Native ? PDB_ReaderType::Native : PDB_ReaderType::DIA; in dumpDia()
1047 opts::pretty::Native ? PDB_ReaderType::Native : PDB_ReaderType::DIA; in dumpPretty()
1276 if (ReaderType == PDB_ReaderType::Native) in dumpPretty()
H A DInputFile.cpp274 if (auto Err = loadDataForPDB(PDB_ReaderType::Native, Path, Session)) in open()
/freebsd-12.1/contrib/libpcap/cmake/Modules/
H A DFindFseeko.cmake41 # * Native fseeko()
H A DFindLFS.cmake75 # * Native LFS
/freebsd-12.1/contrib/gdb/gdb/
H A DMAINTAINERS170 Host/Native:
172 The Native maintainer is responsible for target specific native
174 The Native maintainer works with the Arch and Core maintainers when
H A DNEWS200 * GNU/Linux's Native POSIX Thread Library (NPTL)
1574 cross debugging. Native alpha debugging is not supported yet.
1778 any host. Native specific code is everything else: it can only be
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h81 Native = 1, enumerator
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DLangOptions.def196 LANGOPT(NativeHalfType , 1, 0, "Native half type support")
197 LANGOPT(NativeHalfArgsAndReturns, 1, 0, "Native half args and returns")
/freebsd-12.1/contrib/binutils/binutils/
H A DREADME86 Native Language Support
89 By default Native Language Support will be enabled for binutils. On
/freebsd-12.1/contrib/gdb/gdb/doc/
H A Dgdb.info-35599 * descriptor tables display: DJGPP Native.
5605 * direct memory access (DMA) on MS-DOS: DJGPP Native.
5621 * DJGPP debugging: DJGPP Native.
5730 * free memory information (MS-DOS): DJGPP Native.
5738 * garbled pointers: DJGPP Native.
5756 * GDT: DJGPP Native.
5814 * IDT: DJGPP Native.
5830 * info dos: DJGPP Native.
5924 * LDT: DJGPP Native.
6014 * MS-DOS system info: DJGPP Native.
[all …]
H A Dgdb.info-22164 * Native::
2170 File: gdb.info, Node: Native, Next: Embedded OS, Up: Configurations
2172 Native
2182 * DJGPP Native:: Features specific to the DJGPP port
2183 * Cygwin Native:: Features specific to the Cygwin port
2186 File: gdb.info, Node: HP-UX, Next: SVR4 Process Information, Up: Native
2196 File: gdb.info, Node: SVR4 Process Information, Next: DJGPP Native, Prev: HP-UX, Up: Native
2219 File: gdb.info, Node: DJGPP Native, Next: Cygwin Native, Prev: SVR4 Process Information, Up: Na…
2340 File: gdb.info, Node: Cygwin Native, Prev: DJGPP Native, Up: Native
2415 File: gdb.info, Node: Non-debug DLL symbols, Up: Cygwin Native
[all …]
H A Dgdbint.texinfo83 * Native Debugging::
186 third type of @dfn{Native} attributes come into play.
534 @code{NATDEPFILES} (@pxref{Native Debugging, NATDEPFILES}) or
2066 (@pxref{Native Debugging}) for the machine @var{xyz}. The host
4335 @node Native Debugging
4337 @chapter Native Debugging
4399 @section Native core file Support
4465 @section Native Conditionals
6577 @c Conditionals}, @pxref{Native Conditionals}, and @pxref{Obsolete
/freebsd-12.1/contrib/googletest/googletest/
H A DCHANGES53 * Compatibility fixes for Android, Google Native Client, MinGW, HP UX,
/freebsd-12.1/usr.bin/calendar/calendars/
H A Dcalendar.history159 06/02 Native Americans "granted" citizenship, 1924
365 10/12 Native Americans discover Columbus of Europe lost on their shores, 1492
/freebsd-12.1/contrib/gdb/
H A Dgettext.m418 [ --disable-nls do not use Native Language Support],
/freebsd-12.1/crypto/openssh/
H A DINSTALL104 Native BSM support is known to exist in Solaris from at least 2.5.1,
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjC.cpp721 Native, enumerator
885 Kind = Native; in PropertyImplStrategy()
990 case PropertyImplStrategy::Native: { in generateObjCGetterBody()
1272 case PropertyImplStrategy::Native: { in generateObjCSetterBody()
/freebsd-12.1/sys/contrib/libsodium/
H A Dconfigure.ac88 AC_MSG_WARN([compiling to Native Client - asm implementations disabled])
/freebsd-12.1/crypto/heimdal/
H A DNEWS33 - Native Windows client support
/freebsd-12.1/contrib/dialog/
H A Daclocal.m4343 [ --disable-nls do not use Native Language Support],
346 [ --enable-nls use Native Language Support],
/freebsd-12.1/contrib/libstdc++/
H A Dacinclude.m41344 AC_HELP_STRING([--enable-nls],[use Native Language Support (default)]),
/freebsd-12.1/contrib/gcc/doc/
H A Dsourcebuild.texi422 Notes on GCC's Native Language Support. FIXME: this should be part of

12