Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineModuleInfo.cpp99 void takeDeletedSymbolsForFunction(Function *F,
131 takeDeletedSymbolsForFunction(Function *F, std::vector<MCSymbol*> &Result) { in takeDeletedSymbolsForFunction() function in MMIAddrLabelMap
241 takeDeletedSymbolsForFunction(const Function *F, in takeDeletedSymbolsForFunction() function in MachineModuleInfo
246 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/lib/CodeGen/
DMachineModuleInfo.cpp93 void takeDeletedSymbolsForFunction(Function *F,
147 takeDeletedSymbolsForFunction(Function *F, std::vector<MCSymbol*> &Result) { in takeDeletedSymbolsForFunction() function in MMIAddrLabelMap
366 takeDeletedSymbolsForFunction(const Function *F, in takeDeletedSymbolsForFunction() function in MachineModuleInfo
371 takeDeletedSymbolsForFunction(const_cast<Function*>(F), Result); in takeDeletedSymbolsForFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h238 void takeDeletedSymbolsForFunction(const Function *F,
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineModuleInfo.h262 void takeDeletedSymbolsForFunction(const Function *F,
/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h299 void takeDeletedSymbolsForFunction(const Function *F,
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp445 MMI->takeDeletedSymbolsForFunction(F, DeadBlockSyms); in EmitFunctionHeader()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp582 MMI->takeDeletedSymbolsForFunction(F, DeadBlockSyms); in EmitFunctionHeader()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp692 MMI->takeDeletedSymbolsForFunction(&F, DeadBlockSyms); in EmitFunctionHeader()