OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:takeDeletedSymbolsForFunction
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/CodeGen/
MachineModuleInfo.cpp
92
void
takeDeletedSymbolsForFunction
(Function *F,
143
///
takeDeletedSymbolsForFunction
- If we have any deleted symbols for F, return
146
takeDeletedSymbolsForFunction
(Function *F, std::vector<MCSymbol*> &Result) {
361
///
takeDeletedSymbolsForFunction
- If the specified function has had any
366
takeDeletedSymbolsForFunction
(const Function *F,
371
takeDeletedSymbolsForFunction
(const_cast<Function*>(F), Result);
/external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h
264
///
takeDeletedSymbolsForFunction
- If the specified function has had any
268
void
takeDeletedSymbolsForFunction
(const Function *F,
/external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp
456
MMI->
takeDeletedSymbolsForFunction
(F, DeadBlockSyms);
[
all
...]
Completed in 453 milliseconds