Home
last modified time | relevance | path

Searched refs:takeDeletedSymbolsForFunction (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineModuleInfo.cpp95 void takeDeletedSymbolsForFunction(Function *F,
137 takeDeletedSymbolsForFunction(Function *F, std::vector<MCSymbol*> &Result) { in takeDeletedSymbolsForFunction() function in MMIAddrLabelMap
256 takeDeletedSymbolsForFunction(const Function *F, in takeDeletedSymbolsForFunction() function in MachineModuleInfo
261 takeDeletedSymbolsForFunction(const_cast<Function*>(F), Result); in takeDeletedSymbolsForFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h240 void takeDeletedSymbolsForFunction(const Function *F,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp743 MMI->takeDeletedSymbolsForFunction(&F, DeadBlockSyms); in EmitFunctionHeader()