Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h29 class SymbolRecord {
41 class ProcSym : public SymbolRecord {
69 class Thunk32Sym : public SymbolRecord {
106 class SectionSym : public SymbolRecord {
168 class CallerSym : public SymbolRecord {
430 class LocalSym : public SymbolRecord {
531 : SymbolRecord(Kind) {} in DefRangeSubfieldRegisterSym()
555 : SymbolRecord(Kind) {} in DefRangeFramePointerRelSym()
610 : SymbolRecord(Kind) {} in DefRangeFramePointerRelFullScopeSym()
884 class UDTSym : public SymbolRecord {
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLSymbols.h32 struct SymbolRecord { struct
39 static Expected<SymbolRecord> fromCodeViewSymbol(codeview::CVSymbol Symbol);
45 LLVM_YAML_DECLARE_MAPPING_TRAITS(CodeViewYAML::SymbolRecord)
46 LLVM_YAML_IS_SEQUENCE_VECTOR(CodeViewYAML::SymbolRecord)
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPdbYaml.h62 std::vector<CodeViewYAML::SymbolRecord> Symbols;
91 std::vector<CodeViewYAML::SymbolRecord> PubSyms;
H A DYAMLOutputStyle.cpp270 auto ES = CodeViewYAML::SymbolRecord::fromCodeViewSymbol(Sym); in dumpDbiStream()
357 auto ES = CodeViewYAML::SymbolRecord::fromCodeViewSymbol(*Sym); in dumpPublics()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp614 CVSymbol CodeViewYAML::SymbolRecord::toCodeViewSymbol( in toCodeViewSymbol()
630 static inline Expected<CodeViewYAML::SymbolRecord>
632 CodeViewYAML::SymbolRecord Result; in fromCodeViewSymbolImpl()
641 Expected<CodeViewYAML::SymbolRecord>
642 CodeViewYAML::SymbolRecord::fromCodeViewSymbol(CVSymbol Symbol) { in fromCodeViewSymbol()
658 CodeViewYAML::SymbolRecord &Obj) { in mapSymbolRecordImpl()
665 void MappingTraits<CodeViewYAML::SymbolRecord>::mapping( in mapping()
666 IO &IO, CodeViewYAML::SymbolRecord &Obj) { in mapping()
H A DCodeViewYAMLDebugSections.cpp190 std::vector<CodeViewYAML::SymbolRecord> Symbols;
676 auto S = CodeViewYAML::SymbolRecord::fromCodeViewSymbol(Sym); in fromCodeViewSubsection()