Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineModuleInfo.cpp86 void takeDeletedSymbolsForFunction(Function *F,
118 takeDeletedSymbolsForFunction(Function *F, std::vector<MCSymbol*> &Result) { in takeDeletedSymbolsForFunction() function in MMIAddrLabelMap
274 takeDeletedSymbolsForFunction(const Function *F, in takeDeletedSymbolsForFunction() function in MachineModuleInfo
279 takeDeletedSymbolsForFunction(const_cast<Function*>(F), Result); in takeDeletedSymbolsForFunction()
/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h298 void takeDeletedSymbolsForFunction(const Function *F,
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp579 MMI->takeDeletedSymbolsForFunction(F, DeadBlockSyms); in EmitFunctionHeader()