Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLSymbols.h37 toCodeViewSymbol(BumpPtrAllocator &Allocator,
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp250 toCodeViewSymbol(BumpPtrAllocator &Allocator,
262 toCodeViewSymbol(BumpPtrAllocator &Allocator, in toCodeViewSymbol() function
279 CVSymbol toCodeViewSymbol(BumpPtrAllocator &Allocator, in toCodeViewSymbol() function
617 CVSymbol CodeViewYAML::SymbolRecord::toCodeViewSymbol( in toCodeViewSymbol() function in CodeViewYAML::SymbolRecord
619 return Symbol->toCodeViewSymbol(Allocator, Container); in toCodeViewSymbol()
H A DCodeViewYAMLDebugSections.cpp492 Sym.toCodeViewSymbol(Allocator, CodeViewContainer::ObjectFile)); in toCodeViewSubsection()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp851 Symbol.toCodeViewSymbol(Allocator, CodeViewContainer::Pdb)); in yamlToPdb()