HomeSort by relevance Sort by last modified time
    Searched refs:takeDeletedSymbolsForFunction (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/
MachineModuleInfo.cpp 92 void takeDeletedSymbolsForFunction(Function *F,
143 /// takeDeletedSymbolsForFunction - If we have any deleted symbols for F, return
146 takeDeletedSymbolsForFunction(Function *F, std::vector<MCSymbol*> &Result) {
361 /// takeDeletedSymbolsForFunction - If the specified function has had any
366 takeDeletedSymbolsForFunction(const Function *F,
371 takeDeletedSymbolsForFunction(const_cast<Function*>(F), Result);
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 269 /// takeDeletedSymbolsForFunction - If the specified function has had any
273 void takeDeletedSymbolsForFunction(const Function *F,
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 539 MMI->takeDeletedSymbolsForFunction(F, DeadBlockSyms);
    [all...]

Completed in 469 milliseconds