OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SecureLog
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/MC/
MCContext.h
95
raw_ostream *
SecureLog
;
394
raw_ostream *getSecureLog() { return
SecureLog
; }
397
SecureLog
= Value;
/external/llvm/lib/MC/
MCContext.cpp
54
SecureLog
= 0;
72
delete (raw_ostream*)
SecureLog
;
Completed in 306 milliseconds