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

/external/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp93 void takeDeletedSymbolsForFunction(Function *F,
144 /// takeDeletedSymbolsForFunction - If we have any deleted symbols for F, return
147 takeDeletedSymbolsForFunction(Function *F, std::vector<MCSymbol*> &Result) { function in class:MMIAddrLabelMap
361 /// takeDeletedSymbolsForFunction - If the specified function has had any
366 takeDeletedSymbolsForFunction(const Function *F, function in class:MachineModuleInfo
371 takeDeletedSymbolsForFunction(const_cast<Function*>(F), Result);
/external/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h258 /// takeDeletedSymbolsForFunction - If the specified function has had any
262 void takeDeletedSymbolsForFunction(const Function *F,
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp452 MMI->takeDeletedSymbolsForFunction(F, DeadBlockSyms);

Completed in 98 milliseconds