Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h286 void takeDeletedSymbolsForFunction(const Function *F,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp213 void takeDeletedSymbolsForFunction(Function *F,
244 void AddrLabelMap::takeDeletedSymbolsForFunction( in takeDeletedSymbolsForFunction() function in AddrLabelMap
269 void AsmPrinter::takeDeletedSymbolsForFunction( in takeDeletedSymbolsForFunction() function in AsmPrinter
274 return AddrLabelSymbols->takeDeletedSymbolsForFunction( in takeDeletedSymbolsForFunction()
1020 takeDeletedSymbolsForFunction(&F, DeadBlockSyms); in emitFunctionHeader()