Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h297 void takeDeletedSymbolsForFunction(const Function *F,
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp227 void takeDeletedSymbolsForFunction(Function *F,
258 void AddrLabelMap::takeDeletedSymbolsForFunction( in takeDeletedSymbolsForFunction() function in AddrLabelMap
283 void AsmPrinter::takeDeletedSymbolsForFunction( in takeDeletedSymbolsForFunction() function in AsmPrinter
288 return AddrLabelSymbols->takeDeletedSymbolsForFunction( in takeDeletedSymbolsForFunction()
1040 takeDeletedSymbolsForFunction(&F, DeadBlockSyms); in emitFunctionHeader()