1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/lib/DebugInfo/CodeView
Simon Pilgrim cacf8c90b2 [DebugInfo] Remove unnecessary <string> include dependency from DebugInfo headers. NFC.
At most these use the StringRef/Twine wrappers and don't have any implicit uses of std::string.

Move the include down to any cpp implementation where std::string is actually used.
2021-07-17 16:56:06 +01:00
..
AppendingTypeTableBuilder.cpp
CMakeLists.txt [CMake] Clean up unnecessary dependency 2021-03-15 16:29:16 -07:00
CodeViewError.cpp [DebugInfo] Remove unnecessary <string> include dependency from DebugInfo headers. NFC. 2021-07-17 16:56:06 +01:00
CodeViewRecordIO.cpp Recommit "[CodeView] Emit static data members as S_CONSTANTs." 2020-10-28 16:35:59 -07:00
ContinuationRecordBuilder.cpp
CVSymbolVisitor.cpp
CVTypeVisitor.cpp
DebugChecksumsSubsection.cpp
DebugCrossExSubsection.cpp
DebugCrossImpSubsection.cpp
DebugFrameDataSubsection.cpp [llvm] Use llvm::sort (NFC) 2021-01-17 10:39:45 -08:00
DebugInlineeLinesSubsection.cpp
DebugLinesSubsection.cpp
DebugStringTableSubsection.cpp
DebugSubsection.cpp
DebugSubsectionRecord.cpp
DebugSubsectionVisitor.cpp
DebugSymbolRVASubsection.cpp
DebugSymbolsSubsection.cpp
EnumTables.cpp [COFF] [CodeView] Add a few new enum values 2021-07-07 22:00:18 +03:00
Formatters.cpp [Debug-Info][CodeView] Fix GUID string generation for MSVC generated objects. 2021-06-15 06:53:21 +01:00
GlobalTypeTableBuilder.cpp
LazyRandomTypeCollection.cpp [llvm] Use llvm::lower_bound and llvm::upper_bound (NFC) 2021-01-05 21:15:59 -08:00
Line.cpp
MergingTypeTableBuilder.cpp
RecordName.cpp Re-land "[PDB] Merge types in parallel when using ghashing" 2020-09-30 15:44:38 -07:00
RecordSerialization.cpp fix typos to cycle bots 2021-01-01 22:58:40 -05:00
SimpleTypeSerializer.cpp
StringsAndChecksums.cpp
SymbolDumper.cpp
SymbolRecordHelpers.cpp
SymbolRecordMapping.cpp
SymbolSerializer.cpp
TypeDumpVisitor.cpp
TypeHashing.cpp
TypeIndex.cpp
TypeIndexDiscovery.cpp
TypeRecordHelpers.cpp
TypeRecordMapping.cpp [CodeView] Truncate Long Type Names With An MD5 Hash 2021-05-04 10:51:21 -04:00
TypeStreamMerger.cpp fix typos to cycle bots 2021-01-01 22:58:40 -05:00
TypeTableCollection.cpp