Home
last modified time | relevance | path

Searched refs:SymbolSerializer (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DSymbolSerializer.cpp22 SymbolSerializer::SymbolSerializer(BumpPtrAllocator &Allocator, in SymbolSerializer() function in SymbolSerializer
27 Error SymbolSerializer::visitSymbolBegin(CVSymbol &Record) { in visitSymbolBegin()
42 Error SymbolSerializer::visitSymbolEnd(CVSymbol &Record) { in visitSymbolEnd()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolSerializer.h29 class SymbolSerializer : public SymbolVisitorCallbacks {
50 SymbolSerializer(BumpPtrAllocator &Storage, CodeViewContainer Container);
57 SymbolSerializer Serializer(Storage, Container); in writeOneSymbol()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp1516 Mod.addSymbol(codeview::SymbolSerializer::writeOneSymbol( in addCommonLinkerModuleSymbols()
1518 Mod.addSymbol(codeview::SymbolSerializer::writeOneSymbol( in addCommonLinkerModuleSymbols()
1520 Mod.addSymbol(codeview::SymbolSerializer::writeOneSymbol( in addCommonLinkerModuleSymbols()
1534 Mod.addSymbol(codeview::SymbolSerializer::writeOneSymbol( in addLinkerModuleSectionSymbol()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DGSIStreamBuilder.cpp66 addSymbol(SymbolSerializer::writeOneSymbol(Copy, Msf.getAllocator(), in addSymbol()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp228 return SymbolSerializer::writeOneSymbol(Symbol, Allocator, Container); in toCodeViewSymbol()
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile405 SRCS_EXT+= DebugInfo/CodeView/SymbolSerializer.cpp