Home
last modified time | relevance | path

Searched refs:ToSym (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp879 MCSymbol *ToSym = getContext().getOrCreateSymbol(To); in ParseDirectiveCGProfile() local
884 MCSymbolRefExpr::create(ToSym, MCSymbolRefExpr::VK_None, getContext(), in ParseDirectiveCGProfile()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DDriver.cpp693 auto *ToSym = dyn_cast<Defined>(&Obj->getSymbol(CGPE.cgp_to)); in readCallGraphsFromObjectFiles() local
694 if (!FromSym || !ToSym) in readCallGraphsFromObjectFiles()
698 auto *To = dyn_cast_or_null<InputSectionBase>(ToSym->Section); in readCallGraphsFromObjectFiles()