Searched refs:DataSym (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DGSIStreamBuilder.h61 void addGlobalSymbol(const codeview::DataSym &Sym);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp238 template <> SegmentOffset GetSegmentAndOffset<DataSym>(const CVSymbol &sym) {
239 DataSym record = createRecord<DataSym>(sym);
283 return ::GetSegmentAndOffset<DataSym>(sym);
484 DataSym data(SymbolRecordKind::DataSym);
485 cantFail(SymbolDeserializer::deserializeAs<DataSym>(sym, data));
H A DSymbolFileNativePDB.cpp761 DataSym ds(sym.kind());
762 llvm::cantFail(SymbolDeserializer::deserializeAs<DataSym>(sym, ds));
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h929 class DataSym : public SymbolRecord { class in inherits:SymbolRecord
933 explicit DataSym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} function in class:llvm::codeview::DataSym
934 explicit DataSym(uint32_t RecordOffset) function in class:llvm::codeview::DataSym
935 : SymbolRecord(SymbolRecordKind::DataSym), RecordOffset(RecordOffset) {}
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DGSIStreamBuilder.cpp294 void GSIStreamBuilder::addGlobalSymbol(const DataSym &Sym) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp296 Error CVSymbolDumperImpl::visitKnownRecord(CVSymbol &CVR, DataSym &Data) {
H A DSymbolRecordMapping.cpp219 Error SymbolRecordMapping::visitKnownRecord(CVSymbol &CVR, DataSym &Data) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp538 template <> void SymbolRecordImpl<DataSym>::map(IO &IO) {
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp555 Error MinimalSymbolDumper::visitKnownRecord(CVSymbol &CVR, DataSym &Data) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp3080 // DataSym record, see SymbolRecord.h for more info. Thread local data
3083 SymbolKind DataSym = GV->isThreadLocal() local
3088 MCSymbol *DataEnd = beginSymbolRecord(DataSym);

Completed in 195 milliseconds