OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mayHaveInstructions
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/MC/
MCObjectStreamer.h
129
virtual bool
mayHaveInstructions
() const {
MCStreamer.h
748
virtual bool
mayHaveInstructions
() const { return true; }
/external/llvm/lib/MC/
MCContext.cpp
354
if (MCOS.
mayHaveInstructions
()) {
Completed in 168 milliseconds