Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h297 void takeDeletedSymbolsForFunction(const Function *F,
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp201 void takeDeletedSymbolsForFunction(Function *F,
232 void AddrLabelMap::takeDeletedSymbolsForFunction( in takeDeletedSymbolsForFunction() function in AddrLabelMap
257 void AsmPrinter::takeDeletedSymbolsForFunction( in takeDeletedSymbolsForFunction() function in AsmPrinter
262 return AddrLabelSymbols->takeDeletedSymbolsForFunction( in takeDeletedSymbolsForFunction()
976 takeDeletedSymbolsForFunction(&F, DeadBlockSyms); in emitFunctionHeader()