Home
last modified time | relevance | path

Searched refs:ConstantSym (Results 1 – 14 of 14) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
HDGSIStreamBuilder.h22 class ConstantSym; variable
68 void addGlobalSymbol(const codeview::ConstantSym &Sym);
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDUdtRecordCompleter.cpp179 ConstantSym constant(SymbolRecordKind::ConstantSym); in visitKnownMember()
180 cantFail(SymbolDeserializer::deserializeAs<ConstantSym>(result.second, in visitKnownMember()
HDPdbUtil.cpp649 ConstantSym constant(SymbolRecordKind::ConstantSym); in GetVariableNameInfo()
650 cantFail(SymbolDeserializer::deserializeAs<ConstantSym>(sym, constant)); in GetVariableNameInfo()
HDSymbolFileNativePDB.cpp934 ConstantSym constant(cvs.kind()); in CreateConstantSymbol()
936 llvm::cantFail(SymbolDeserializer::deserializeAs<ConstantSym>(cvs, constant)); in CreateConstantSymbol()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDSymbolRecord.h941 class ConstantSym : public SymbolRecord {
943 explicit ConstantSym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in ConstantSym() function
944 explicit ConstantSym(uint32_t RecordOffset) in ConstantSym() function
945 : SymbolRecord(SymbolRecordKind::ConstantSym), in ConstantSym()
HDCodeViewSymbols.def245 SYMBOL_RECORD(S_CONSTANT , 0x1107, ConstantSym)
246 SYMBOL_RECORD_ALIAS(S_MANCONSTANT , 0x112d, ManagedConstant, ConstantSym)
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDRecordName.cpp330 ConstantSym Const(SymbolKind::S_CONSTANT); in getSymbolName()
HDSymbolRecordMapping.cpp210 ConstantSym &Constant) { in visitKnownRecord()
HDSymbolDumper.cpp287 ConstantSym &Constant) { in visitKnownRecord()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDGSIStreamBuilder.cpp360 void GSIStreamBuilder::addGlobalSymbol(const ConstantSym &Sym) { in addGlobalSymbol()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
HDLVCodeViewVisitor.h199 Error visitKnownRecord(CVSymbol &Record, ConstantSym &Constant) override;
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDCodeViewYAMLSymbols.cpp568 template <> void SymbolRecordImpl<ConstantSym>::map(IO &IO) { in map()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDMinimalSymbolDumper.cpp588 ConstantSym &Constant) { in visitKnownRecord()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
HDLVCodeViewVisitor.cpp1027 ConstantSym &Constant) { in visitKnownRecord()