OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMinimumNopSize
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/MC/
MCAsmBackend.h
146
///
getMinimumNopSize
- Returns the minimum size of a nop in bytes on this
151
virtual unsigned
getMinimumNopSize
() const { return 1; }
/external/llvm/lib/MC/
MCAssembler.cpp
451
while (Size % getBackend().
getMinimumNopSize
())
[
all
...]
Completed in 111 milliseconds