Searched defs:takeDeletedSymbolsForFunction (Results 1 - 1 of 1) 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);

Completed in 17 milliseconds