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

  /external/llvm/lib/CodeGen/
MachineModuleInfo.cpp 86 void takeDeletedSymbolsForFunction(Function *F,
115 /// takeDeletedSymbolsForFunction - If we have any deleted symbols for F, return
118 takeDeletedSymbolsForFunction(Function *F, std::vector<MCSymbol*> &Result) {
269 /// takeDeletedSymbolsForFunction - If the specified function has had any
274 takeDeletedSymbolsForFunction(const Function *F,
279 takeDeletedSymbolsForFunction(const_cast<Function*>(F), Result);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineModuleInfo.cpp 93 void takeDeletedSymbolsForFunction(Function *F,
144 /// takeDeletedSymbolsForFunction - If we have any deleted symbols for F, return
147 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);

Completed in 56 milliseconds