Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLSymbols.h37 toCodeViewSymbol(BumpPtrAllocator &Allocator,
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp214 toCodeViewSymbol(BumpPtrAllocator &Allocator,
226 toCodeViewSymbol(BumpPtrAllocator &Allocator, in toCodeViewSymbol() function
243 CVSymbol toCodeViewSymbol(BumpPtrAllocator &Allocator, in toCodeViewSymbol() function
561 CVSymbol CodeViewYAML::SymbolRecord::toCodeViewSymbol( in toCodeViewSymbol() function in CodeViewYAML::SymbolRecord
563 return Symbol->toCodeViewSymbol(Allocator, Container); in toCodeViewSymbol()
H A DCodeViewYAMLDebugSections.cpp495 Sym.toCodeViewSymbol(Allocator, CodeViewContainer::ObjectFile)); in toCodeViewSubsection()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp810 Symbol.toCodeViewSymbol(Allocator, CodeViewContainer::Pdb)); in yamlToPdb()