Home
last modified time | relevance | path

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

/external/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()
/external/llvm/lib/CodeGen/
DMachineModuleInfo.cpp86 void takeDeletedSymbolsForFunction(Function *F,
118 takeDeletedSymbolsForFunction(Function *F, std::vector<MCSymbol*> &Result) { in takeDeletedSymbolsForFunction() function in MMIAddrLabelMap
274 takeDeletedSymbolsForFunction(const Function *F, in takeDeletedSymbolsForFunction() function in MachineModuleInfo
279 takeDeletedSymbolsForFunction(const_cast<Function*>(F), Result); in takeDeletedSymbolsForFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h240 void takeDeletedSymbolsForFunction(const Function *F,
/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h299 void takeDeletedSymbolsForFunction(const Function *F,
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp582 MMI->takeDeletedSymbolsForFunction(F, DeadBlockSyms); in EmitFunctionHeader()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp743 MMI->takeDeletedSymbolsForFunction(&F, DeadBlockSyms); in EmitFunctionHeader()