Home
last modified time | relevance | path

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

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