Defined in 4 files as a prototype:
Defined in 4 files as a function:
Referenced in 54 files:
- external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h
- external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ContinuationRecordBuilder.h, line 39
- external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h, line 88
- external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/DebugCrossExSubsection.h, line 59
- external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/DebugCrossImpSubsection.h, line 84
- external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/DebugFrameDataSubsection.h, line 49
- external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/DebugInlineeLinesSubsection.h, line 98
- external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/DebugLinesSubsection.h, line 130
- external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/DebugStringTableSubsection.h, line 75
- external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/DebugSubsection.h, line 42
- external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/DebugSubsectionRecord.h
- external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/DebugSymbolRVASubsection.h, line 54
- external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/DebugSymbolsSubsection.h, line 45
- external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/SymbolRecordMapping.h
- external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/SymbolSerializer.h, line 36
- external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/TypeRecordMapping.h
- external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.h
- external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/HashTable.h
- external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/NamedStreamMap.h
- external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/PDBStringTableBuilder.h
- external/bsd/llvm/dist/llvm/include/llvm/Support/BinaryStreamWriter.h
- external/bsd/llvm/dist/llvm/lib/DebugInfo/CodeView/ContinuationRecordBuilder.cpp, line 21
- external/bsd/llvm/dist/llvm/lib/DebugInfo/CodeView/DebugChecksumsSubsection.cpp, line 95
- external/bsd/llvm/dist/llvm/lib/DebugInfo/CodeView/DebugCrossExSubsection.cpp, line 45
- external/bsd/llvm/dist/llvm/lib/DebugInfo/CodeView/DebugCrossImpSubsection.cpp, line 74
- external/bsd/llvm/dist/llvm/lib/DebugInfo/CodeView/DebugFrameDataSubsection.cpp, line 33
- external/bsd/llvm/dist/llvm/lib/DebugInfo/CodeView/DebugInlineeLinesSubsection.cpp, line 84
- external/bsd/llvm/dist/llvm/lib/DebugInfo/CodeView/DebugLinesSubsection.cpp, line 104
- external/bsd/llvm/dist/llvm/lib/DebugInfo/CodeView/DebugStringTableSubsection.cpp, line 65
- external/bsd/llvm/dist/llvm/lib/DebugInfo/CodeView/DebugSubsectionRecord.cpp, line 72
- external/bsd/llvm/dist/llvm/lib/DebugInfo/CodeView/DebugSymbolRVASubsection.cpp, line 30
- external/bsd/llvm/dist/llvm/lib/DebugInfo/CodeView/DebugSymbolsSubsection.cpp, line 23
- external/bsd/llvm/dist/llvm/lib/DebugInfo/CodeView/SimpleTypeSerializer.cpp
- external/bsd/llvm/dist/llvm/lib/DebugInfo/MSF/MSFBuilder.cpp
- external/bsd/llvm/dist/llvm/lib/DebugInfo/MSF/MappedBlockStream.cpp, line 368
- external/bsd/llvm/dist/llvm/lib/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.cpp
- external/bsd/llvm/dist/llvm/lib/DebugInfo/PDB/Native/DbiStreamBuilder.cpp
- external/bsd/llvm/dist/llvm/lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp
- external/bsd/llvm/dist/llvm/lib/DebugInfo/PDB/Native/HashTable.cpp, line 47
- external/bsd/llvm/dist/llvm/lib/DebugInfo/PDB/Native/InfoStreamBuilder.cpp, line 58
- external/bsd/llvm/dist/llvm/lib/DebugInfo/PDB/Native/NamedStreamMap.cpp, line 67
- external/bsd/llvm/dist/llvm/lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp
- external/bsd/llvm/dist/llvm/lib/DebugInfo/PDB/Native/PDBStringTableBuilder.cpp
- external/bsd/llvm/dist/llvm/lib/DebugInfo/PDB/Native/TpiStreamBuilder.cpp
- external/bsd/llvm/dist/llvm/lib/ObjectYAML/CodeViewYAMLTypeHashing.cpp, line 73
- external/bsd/llvm/dist/llvm/lib/ObjectYAML/CodeViewYAMLTypes.cpp, line 809
- external/bsd/llvm/dist/llvm/lib/Support/BinaryStreamWriter.cpp
- external/bsd/llvm/dist/llvm/tools/llvm-pdbutil/llvm-pdbutil.cpp, line 1264
- external/bsd/llvm/dist/llvm/tools/yaml2obj/yaml2coff.cpp, line 189
- external/bsd/llvm/dist/llvm/unittests/DebugInfo/CodeView/RandomAccessVisitorTest.cpp, line 189
- external/bsd/llvm/dist/llvm/unittests/DebugInfo/MSF/MappedBlockStreamTest.cpp
- external/bsd/llvm/dist/llvm/unittests/DebugInfo/PDB/HashTableTest.cpp
- external/bsd/llvm/dist/llvm/unittests/DebugInfo/PDB/StringTableBuilderTest.cpp, line 56
- external/bsd/llvm/dist/llvm/unittests/Support/BinaryStreamTest.cpp