Home
last modified time | relevance | path

Searched refs:toCodeViewSymbol (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLSymbols.h36 toCodeViewSymbol(BumpPtrAllocator &Allocator,
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp237 toCodeViewSymbol(BumpPtrAllocator &Allocator,
249 toCodeViewSymbol(BumpPtrAllocator &Allocator, in toCodeViewSymbol() function
266 CVSymbol toCodeViewSymbol(BumpPtrAllocator &Allocator, in toCodeViewSymbol() function
590 CVSymbol CodeViewYAML::SymbolRecord::toCodeViewSymbol( in toCodeViewSymbol() function in CodeViewYAML::SymbolRecord
592 return Symbol->toCodeViewSymbol(Allocator, Container); in toCodeViewSymbol()
H A DCodeViewYAMLDebugSections.cpp494 Sym.toCodeViewSymbol(Allocator, CodeViewContainer::ObjectFile)); in toCodeViewSubsection()
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp847 Symbol.toCodeViewSymbol(Allocator, CodeViewContainer::Pdb)); in yamlToPdb()