Searched refs:takeDeletedSymbolsForFunction (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineModuleInfo.cpp | 95 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/ |
D | MachineModuleInfo.cpp | 86 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/ |
D | MachineModuleInfo.h | 240 void takeDeletedSymbolsForFunction(const Function *F,
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineModuleInfo.h | 299 void takeDeletedSymbolsForFunction(const Function *F,
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 582 MMI->takeDeletedSymbolsForFunction(F, DeadBlockSyms); in EmitFunctionHeader()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 743 MMI->takeDeletedSymbolsForFunction(&F, DeadBlockSyms); in EmitFunctionHeader()
|