Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h287 void takeDeletedSymbolsForFunction(const Function *F,
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp208 void takeDeletedSymbolsForFunction(Function *F,
239 void AddrLabelMap::takeDeletedSymbolsForFunction( in takeDeletedSymbolsForFunction() function in AddrLabelMap
264 void AsmPrinter::takeDeletedSymbolsForFunction( in takeDeletedSymbolsForFunction() function in AsmPrinter
269 return AddrLabelSymbols->takeDeletedSymbolsForFunction( in takeDeletedSymbolsForFunction()
980 takeDeletedSymbolsForFunction(&F, DeadBlockSyms); in emitFunctionHeader()