Home
last modified time | relevance | path

Searched refs:ThreadLocalDataSym (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp391 SegmentOffset GetSegmentAndOffset<ThreadLocalDataSym>(const CVSymbol &sym) { in GetSegmentAndOffset()
392 ThreadLocalDataSym record = createRecord<ThreadLocalDataSym>(sym); in GetSegmentAndOffset()
434 return ::GetSegmentAndOffset<ThreadLocalDataSym>(sym); in GetSegmentAndOffset()
641 ThreadLocalDataSym data(SymbolRecordKind::ThreadLocalDataSym); in GetVariableNameInfo()
642 cantFail(SymbolDeserializer::deserializeAs<ThreadLocalDataSym>(sym, data)); in GetVariableNameInfo()
H A DSymbolFileNativePDB.cpp874 ThreadLocalDataSym tlds(sym.kind()); in CreateGlobalVariable()
876 SymbolDeserializer::deserializeAs<ThreadLocalDataSym>(sym, tlds)); in CreateGlobalVariable()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h977 class ThreadLocalDataSym : public SymbolRecord {
981 explicit ThreadLocalDataSym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in ThreadLocalDataSym() function
982 explicit ThreadLocalDataSym(uint32_t RecordOffset) in ThreadLocalDataSym() function
983 : SymbolRecord(SymbolRecordKind::ThreadLocalDataSym), in ThreadLocalDataSym()
H A DCodeViewSymbols.def253 SYMBOL_RECORD(S_LTHREAD32 , 0x1112, ThreadLocalDataSym)
254 SYMBOL_RECORD_ALIAS(S_GTHREAD32 , 0x1113, GlobalTLS, ThreadLocalDataSym)
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp448 ThreadLocalDataSym &Data) { in visitKnownRecord()
H A DSymbolDumper.cpp624 ThreadLocalDataSym &Data) { in visitKnownRecord()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp582 template <> void SymbolRecordImpl<ThreadLocalDataSym>::map(IO &IO) { in map()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp911 ThreadLocalDataSym &Data) { in visitKnownRecord()