Searched defs:takeDeletedSymbolsForFunction (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp86 void takeDeletedSymbolsForFunction(Function *F,
115 /// takeDeletedSymbolsForFunction - If we have any deleted symbols for F, return
118 takeDeletedSymbolsForFunction(Function *F, std::vector<MCSymbol*> &Result) { function in class:MMIAddrLabelMap
269 /// takeDeletedSymbolsForFunction - If the specified function has had any
274 takeDeletedSymbolsForFunction(const Function *F, function in class:MachineModuleInfo
279 takeDeletedSymbolsForFunction(const_cast<Function*>(F), Result);
/external/swiftshader/third_party/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 78 milliseconds