HomeSort by: relevance | last modified time | path
    Searched refs:SrcHeaderBlockEntry (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
InjectedSourceStream.h 28 using const_iterator = HashTable<SrcHeaderBlockEntry>::const_iterator;
38 HashTable<SrcHeaderBlockEntry> InjectedSourceTable;
PDBFileBuilder.h 97 HashTable<SrcHeaderBlockEntry> InjectedSourceTable;
RawTypes.h 331 struct SrcHeaderBlockEntry {
344 static_assert(sizeof(SrcHeaderBlockEntry) == 40, "Incorrect struct size!");
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeEnumInjectedSources.cpp 36 const SrcHeaderBlockEntry &Entry;
41 NativeInjectedSource(const SrcHeaderBlockEntry &Entry,
InjectedSourceStream.cpp 43 if (Entry.second.Size != sizeof(SrcHeaderBlockEntry))
PDBFileBuilder.cpp 177 SrcHeaderBlockEntry Entry;
178 ::memset(&Entry, 0, sizeof(SrcHeaderBlockEntry));
179 Entry.Size = sizeof(SrcHeaderBlockEntry);

Completed in 29 milliseconds