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.h36 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
613 CVSymbol CodeViewYAML::SymbolRecord::toCodeViewSymbol( in toCodeViewSymbol() function in CodeViewYAML::SymbolRecord
615 return Symbol->toCodeViewSymbol(Allocator, Container); in toCodeViewSymbol()
H A DCodeViewYAMLDebugSections.cpp494 Sym.toCodeViewSymbol(Allocator, CodeViewContainer::ObjectFile)); in toCodeViewSubsection()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp845 Symbol.toCodeViewSymbol(Allocator, CodeViewContainer::Pdb)); in yamlToPdb()