HomeSort by: relevance | last modified time | path
    Searched refs:takeDeletedSymbolsForFunction (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineModuleInfo.cpp 97 void takeDeletedSymbolsForFunction(Function *F,
131 takeDeletedSymbolsForFunction(Function *F, std::vector<MCSymbol*> &Result) {
267 takeDeletedSymbolsForFunction(const Function *F,
272 takeDeletedSymbolsForFunction(const_cast<Function*>(F), Result);
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 250 void takeDeletedSymbolsForFunction(const Function *F,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 804 MMI->takeDeletedSymbolsForFunction(&F, DeadBlockSyms);

Completed in 47 milliseconds