OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ControlledNopLength
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCFragment.h
367
int64_t
ControlledNopLength
;
373
MCNopsFragment(int64_t NumBytes, int64_t
ControlledNopLength
, SMLoc L,
376
ControlledNopLength
(
ControlledNopLength
), Loc(L) {}
379
int64_t getControlledNopLength() const { return
ControlledNopLength
; }
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCAssembler.cpp
625
int64_t
ControlledNopLength
= NF.getControlledNopLength();
629
assert(
ControlledNopLength
>= 0 && "Expected non-negative NOP size");
631
if (
ControlledNopLength
> MaximumNopLength) {
634
std::to_string(
ControlledNopLength
) +
639
ControlledNopLength
= MaximumNopLength;
643
if (!
ControlledNopLength
)
644
ControlledNopLength
= MaximumNopLength;
648
(uint64_t)std::min(NumBytes,
ControlledNopLength
);
Completed in 21 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026