003 File Manager
Current Path:
/usr/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA
usr
/
src
/
contrib
/
llvm-project
/
llvm
/
include
/
llvm
/
DebugInfo
/
PDB
/
DIA
/
📁
..
📄
DIADataStream.h
(1001 B)
📄
DIAEnumDebugStreams.h
(1.02 KB)
📄
DIAEnumFrameData.h
(1.01 KB)
📄
DIAEnumInjectedSources.h
(1.12 KB)
📄
DIAEnumLineNumbers.h
(1.01 KB)
📄
DIAEnumSectionContribs.h
(1.2 KB)
📄
DIAEnumSourceFiles.h
(1.1 KB)
📄
DIAEnumSymbols.h
(1.08 KB)
📄
DIAEnumTables.h
(1.04 KB)
📄
DIAError.h
(1.37 KB)
📄
DIAFrameData.h
(1.06 KB)
📄
DIAInjectedSource.h
(1.17 KB)
📄
DIALineNumber.h
(1.26 KB)
📄
DIARawSymbol.h
(9.71 KB)
📄
DIASectionContrib.h
(1.85 KB)
📄
DIASession.h
(3.86 KB)
📄
DIASourceFile.h
(1.16 KB)
📄
DIASupport.h
(1.12 KB)
📄
DIATable.h
(869 B)
📄
DIAUtils.h
(1 KB)
Editing: DIASupport.h
//===- DIASupport.h - Common header includes for DIA ------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// // Common defines and header includes for all LLVMDebugInfoPDBDIA. The // definitions here configure the necessary #defines and include system headers // in the proper order for using DIA. //===----------------------------------------------------------------------===// #ifndef LLVM_DEBUGINFO_PDB_DIA_DIASUPPORT_H #define LLVM_DEBUGINFO_PDB_DIA_DIASUPPORT_H // Require at least Vista #define NTDDI_VERSION NTDDI_VISTA #define _WIN32_WINNT _WIN32_WINNT_VISTA #define WINVER _WIN32_WINNT_VISTA #ifndef NOMINMAX #define NOMINMAX #endif // atlbase.h has to come before windows.h #include <atlbase.h> #include <windows.h> // DIA headers must come after windows headers. #include <cvconst.h> #include <dia2.h> #include <diacreate.h> #endif // LLVM_DEBUGINFO_PDB_DIA_DIASUPPORT_H
Upload File
Create Folder