Searched refs:Native (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDB.cpp16 #include "llvm/DebugInfo/PDB/Native/NativeSession.h"
26 if (Type == PDB_ReaderType::Native)
39 if (Type == PDB_ReaderType::Native) {
/freebsd-13-stable/lib/clang/libllvm/
H A DMakefile490 SRCS_EXT+= DebugInfo/PDB/Native/DbiModuleDescriptor.cpp
491 SRCS_EXT+= DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.cpp
492 SRCS_EXT+= DebugInfo/PDB/Native/DbiModuleList.cpp
493 SRCS_EXT+= DebugInfo/PDB/Native/DbiStream.cpp
494 SRCS_EXT+= DebugInfo/PDB/Native/DbiStreamBuilder.cpp
495 SRCS_EXT+= DebugInfo/PDB/Native/EnumTables.cpp
496 SRCS_EXT+= DebugInfo/PDB/Native/GSIStreamBuilder.cpp
497 SRCS_EXT+= DebugInfo/PDB/Native/GlobalsStream.cpp
498 SRCS_EXT+= DebugInfo/PDB/Native/Hash.cpp
499 SRCS_EXT+= DebugInfo/PDB/Native/HashTabl
[all...]
/freebsd-13-stable/share/mk/
H A Dbsd.nls.mk3 # This include file <bsd.nls.mk> handles building and installing Native
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp51 #include "llvm/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.h"
52 #include "llvm/DebugInfo/PDB/Native/DbiStreamBuilder.h"
53 #include "llvm/DebugInfo/PDB/Native/InfoStream.h"
54 #include "llvm/DebugInfo/PDB/Native/InfoStreamBuilder.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/RawConstants.h"
60 #include "llvm/DebugInfo/PDB/Native/RawErro
[all...]
H A DInputFile.cpp18 #include "llvm/DebugInfo/PDB/Native/DbiStream.h"
19 #include "llvm/DebugInfo/PDB/Native/NativeSession.h"
20 #include "llvm/DebugInfo/PDB/Native/PDBFile.h"
21 #include "llvm/DebugInfo/PDB/Native/PDBStringTable.h"
22 #include "llvm/DebugInfo/PDB/Native/RawError.h"
23 #include "llvm/DebugInfo/PDB/Native/TpiStream.h"
277 if (auto Err = loadDataForPDB(PDB_ReaderType::Native, Path, Session))
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h16 #include "llvm/DebugInfo/PDB/Native/RawTypes.h"
79 /// of PDB_ReaderType::DIA is currently supported, but Native is in the works.
82 Native = 1, member in class:llvm::pdb::PDB_ReaderType
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp560 ? PDB_ReaderType::Native
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp800 Native, enumerator in enum:__anon1735::PropertyImplStrategy::StrategyKind
964 Kind = Native;
1068 case PropertyImplStrategy::Native: {
1349 case PropertyImplStrategy::Native: {
2141 // We have Native ARC, so set nonlazybind attribute for performance
2691 // We have Native ARC, so set nonlazybind attribute for performance
/freebsd-13-stable/contrib/dialog/
H A Dconfigure703 --enable-nls use Native Language Support

Completed in 197 milliseconds