Home
last modified time | relevance | path

Searched defs:SymbolRecordImpl (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp218 template <typename T> struct SymbolRecordImpl : public SymbolRecordBase { struct
219 explicit SymbolRecordImpl(codeview::SymbolKind K) in SymbolRecordImpl() argument
225 toCodeViewSymbol(BumpPtrAllocator &Allocator, in toCodeViewSymbol()
230 Error fromCodeViewSymbol(codeview::CVSymbol CVS) override { in fromCodeViewSymbol()
234 mutable T Symbol;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp244 template <typename T> struct SymbolRecordImpl : public SymbolRecordBase { struct
245 explicit SymbolRecordImpl(codeview::SymbolKind K) in SymbolRecordImpl() argument
251 toCodeViewSymbol(BumpPtrAllocator &Allocator, in toCodeViewSymbol()
256 Error fromCodeViewSymbol(codeview::CVSymbol CVS) override { in fromCodeViewSymbol()
260 mutable T Symbol;