OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasEmitNops
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/mclinker/include/mcld/Fragment/
AlignFragment.h
35
bool
hasEmitNops
() const { return m_bEmitNops; }
/external/llvm/lib/MC/
MCAssembler.cpp
450
if (Size > 0 && AF.
hasEmitNops
()) {
606
if (AF.
hasEmitNops
()) {
[
all
...]
/external/llvm/include/llvm/MC/
MCAssembler.h
375
bool
hasEmitNops
() const { return EmitNops; }
[
all
...]
Completed in 384 milliseconds