1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/include/llvm/Support
Zachary Turner 8fcc0a84a9 [NativePDB] Reconstruct function declarations from debug info.
Previously we would create an lldb::Function object for each function
parsed, but we would not add these to the clang AST. This is a first
step towards getting local variable support working, as we first need an
AST decl so that when we create local variable entries, they have the
proper DeclContext.

Differential Revision: https://reviews.llvm.org/D55384

llvm-svn: 348631
2018-12-07 19:34:02 +00:00
..
Solaris/sys
AArch64TargetParser.def [AArch64] Add command-line option for SSBS 2018-12-03 14:00:47 +00:00
AArch64TargetParser.h [AArch64] Add command-line option for SSBS 2018-12-03 14:00:47 +00:00
AlignOf.h
Allocator.h BumpPtrAllocator: Add a couple of convenient wrappers around identifyObject(). 2018-12-03 22:05:24 +00:00
AMDGPUMetadata.h
AMDHSAKernelDescriptor.h
ARMAttributeParser.h
ARMBuildAttributes.h
ARMEHABI.h
ARMTargetParser.def [ARM] Remove non-existent cpu arm1176j-s and use mpcore for v6k 2018-09-28 09:04:27 +00:00
ARMTargetParser.h Fix build of r347741 by adding missing vector 2018-11-28 12:05:36 +00:00
ARMWinEH.h [AArch64] [Windows] Misc fixes for llvm-readobj -unwind. 2018-11-02 19:59:08 +00:00
ArrayRecycler.h
Atomic.h
AtomicOrdering.h
BinaryByteStream.h
BinaryItemStream.h
BinaryStream.h
BinaryStreamArray.h [NativePDB] Reconstruct function declarations from debug info. 2018-12-07 19:34:02 +00:00
BinaryStreamError.h
BinaryStreamReader.h Support skewed stream arrays. 2018-12-06 16:55:00 +00:00
BinaryStreamRef.h
BinaryStreamWriter.h
BlockFrequency.h
BranchProbability.h
BuryPointer.h Move BuryPointer from Clang to LLVM for use in other LLVM tools 2018-11-17 18:03:47 +00:00
CachePruning.h
Capacity.h
Casting.h
CBindingWrapping.h
CFGUpdate.h llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) 2018-09-27 02:13:45 +00:00
CheckedArithmetic.h
Chrono.h [Support/FileSystem] Add sub-second precision for atime/mtime of sys::fs::file_status on unix platforms 2018-11-26 00:03:39 +00:00
circular_raw_ostream.h
CMakeLists.txt
CodeGen.h [AArch64] Add Tiny Code Model for AArch64 2018-08-22 11:31:39 +00:00
CodeGenCoverage.h
COM.h
CommandLine.h [FileCheck] Parse command-line options from FILECHECK_OPTS 2018-11-06 22:07:03 +00:00
Compiler.h Add macro LLVM_ATTRIBUTE_REINITIALIZES 2018-09-25 08:06:32 +00:00
Compression.h Use the same constants as zlib to represent compression level. 2018-08-04 00:13:13 +00:00
ConvertUTF.h
CrashRecoveryContext.h
DataExtractor.h
DataTypes.h
Debug.h [MemorySSA] Expose the verify as a debug option. 2018-08-15 17:34:55 +00:00
DebugCounter.h Print out DebugCounter info with -print-debug-counter 2018-10-23 21:51:56 +00:00
DJB.h
DOTGraphTraits.h
DynamicLibrary.h
Endian.h
EndianStream.h
Errc.h
Errno.h
Error.h [Support] Make error banner optional in logAllUnhandledErrors 2018-11-11 01:46:03 +00:00
ErrorHandling.h [Support] Fix line width to 80 2018-11-07 19:35:04 +00:00
ErrorOr.h
FileCheck.h Fix Wdocumentation warning. NFCI. 2018-11-19 18:46:40 +00:00
FileOutputBuffer.h [Support] Allow discarding a FileOutputBuffer without removing the memory mapping 2018-08-24 18:36:22 +00:00
FileSystem.h [Support/FileSystem] Add sub-second precision for atime/mtime of sys::fs::file_status on unix platforms 2018-11-26 00:03:39 +00:00
FileUtilities.h
Format.h
FormatAdapters.h
FormatCommon.h
FormatProviders.h
FormattedStream.h
FormatVariadic.h
FormatVariadicDetails.h
GenericDomTree.h [DomTree] Add constructor to create a new DT based on current DT/CFG and a set of Updates. 2018-08-16 21:54:33 +00:00
GenericDomTreeConstruction.h Teach the DominatorTree fallback to recalculation when applying updates to speedup JT (PR37929) 2018-10-26 01:28:36 +00:00
GlobPattern.h
GraphWriter.h GraphWriter: Provide an API for writing a graph into a specified file 2018-09-28 18:49:01 +00:00
Host.h
InitLLVM.h
ItaniumManglingCanonicalizer.h Allow demangler's node allocator to fail, and bail out of the entire 2018-08-24 23:26:05 +00:00
JamCRC.h
JSON.h [Support] json::Value construction from std::vector<T> and std::map<string,T>. 2018-10-18 08:47:24 +00:00
KnownBits.h
LEB128.h
LICENSE.TXT
LineIterator.h
Locale.h
LockFileManager.h
LowLevelTypeImpl.h
MachineValueType.h
ManagedStatic.h
MathExtras.h
MD5.h
MemAlloc.h
Memory.h
MemoryBuffer.h
MipsABIFlags.h
MSVCErrorWorkarounds.h Remove 'orc' namespace from MSVCErrorWorkarounds.h, fix some typos that were 2018-09-25 20:48:57 +00:00
Mutex.h
MutexGuard.h
NativeFormatting.h
OnDiskHashTable.h
Options.h
Parallel.h
Path.h Remove dead function user_cache_directory() 2018-09-18 15:06:16 +00:00
PluginLoader.h
PointerLikeTypeTraits.h
PrettyStackTrace.h
Printable.h
Process.h
Program.h
RandomNumberGenerator.h
raw_os_ostream.h
raw_ostream.h Fix -Wunused-private-variable on non-Windows 2018-09-05 00:18:05 +00:00
raw_sha1_ostream.h
Recycler.h
RecyclingAllocator.h
Regex.h
Registry.h
ReverseIteration.h
RWMutex.h
SaveAndRestore.h
ScaledNumber.h
ScopedPrinter.h llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) 2018-09-27 02:13:45 +00:00
SHA1.h
Signals.h
SmallVectorMemoryBuffer.h
SMLoc.h
SourceMgr.h
SpecialCaseList.h
StringPool.h
StringSaver.h
SwapByteOrder.h
SymbolRemappingReader.h Common infrastructure for reading a profile remapping file and building 2018-09-13 18:51:44 +00:00
SystemUtils.h
TargetOpcodes.def [GlobalISel] Introduce G_BUILD_VECTOR, G_BUILD_VECTOR_TRUNC and G_CONCAT_VECTOR opcodes. 2018-12-05 23:53:30 +00:00
TargetParser.h [ARM, AArch64] Move ARM/AArch64 target parsers into 2018-11-28 11:38:10 +00:00
TargetRegistry.h
TargetSelect.h
TarWriter.h
TaskQueue.h
thread.h
Threading.h
ThreadLocal.h
ThreadPool.h
Timer.h [Support] Add a public API to allow clearing all (static) timer groups. 2018-08-17 04:13:19 +00:00
ToolOutputFile.h
TrailingObjects.h
TrigramIndex.h
type_traits.h Support: use std::is_trivially_copyable on MSVC 2018-11-30 22:13:42 +00:00
TypeName.h
Unicode.h
UnicodeCharRanges.h
UniqueLock.h
Valgrind.h
VersionTuple.h
VirtualFileSystem.h Revert "[VFS] Add "expand tilde" argument to getRealPath." 2018-11-09 15:11:34 +00:00
Watchdog.h
Win64EH.h [ARM64][Windows] MCLayer support for exception handling 2018-10-27 06:13:06 +00:00
WindowsError.h
WithColor.h [SourceMgr][FileCheck] Obey -color by extending WithColor 2018-10-24 21:46:42 +00:00
X86DisassemblerDecoderCommon.h [X86] Fix bad formatting. NFC 2018-12-03 18:58:57 +00:00
X86TargetParser.def [X86] Add cascade lake arch in X86 target. 2018-11-27 18:05:00 +00:00
xxhash.h Make ICF log output order deterministic. 2018-07-31 18:04:58 +00:00
YAMLParser.h
YAMLTraits.h [Support] Teach YAMLIO about polymorphic types 2018-11-14 19:39:59 +00:00