Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h1011 class UsingNamespaceSym : public SymbolRecord {
1013 explicit UsingNamespaceSym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in UsingNamespaceSym() function
1014 explicit UsingNamespaceSym(uint32_t RecordOffset) in UsingNamespaceSym() function
1015 : SymbolRecord(SymbolRecordKind::UsingNamespaceSym), in UsingNamespaceSym()
H A DCodeViewSymbols.def256 SYMBOL_RECORD(S_UNAMESPACE , 0x1124, UsingNamespaceSym)
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h226 Error visitKnownRecord(CVSymbol &Record, UsingNamespaceSym &UN) override;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp467 UsingNamespaceSym &UN) { in visitKnownRecord()
H A DSymbolDumper.cpp644 UsingNamespaceSym &UN) { in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp587 template <> void SymbolRecordImpl<UsingNamespaceSym>::map(IO &IO) { in map()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp931 UsingNamespaceSym &UN) { in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp1676 UsingNamespaceSym &UN) { in visitKnownRecord()