OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnlyDebugInfo
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Transforms/
IPO.h
30
// These functions removes symbols from functions and modules. If
OnlyDebugInfo
33
ModulePass *createStripSymbolsPass(bool
OnlyDebugInfo
= false);
/external/llvm/lib/Transforms/IPO/
StripSymbols.cpp
39
bool
OnlyDebugInfo
;
43
: ModulePass(ID),
OnlyDebugInfo
(ODI) {
104
ModulePass *llvm::createStripSymbolsPass(bool
OnlyDebugInfo
) {
105
return new StripSymbols(
OnlyDebugInfo
);
288
if (!
OnlyDebugInfo
)
Completed in 1924 milliseconds