OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fill_frag
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp
631
const FillFragment&
fill_frag
= llvm::cast<FillFragment>(*fragIter);
local
633
0 ==
fill_frag
.getValueSize() ||
634
0 ==
fill_frag
.size()) {
639
uint64_t num_tiles =
fill_frag
.size() /
fill_frag
.getValueSize();
642
fill_frag
.getValue(),
643
fill_frag
.getValueSize());
/frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp
331
const FillFragment&
fill_frag
=
local
333
if (0 ==
fill_frag
.getValueSize()) {
338
memset(out_offset,
fill_frag
.getValue(),
fill_frag
.size());
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp
188
const FillFragment&
fill_frag
=
local
190
if (0 ==
fill_frag
.getValueSize()) {
194
memset(out_offset,
fill_frag
.getValue(),
fill_frag
.size());
[
all
...]
Completed in 70 milliseconds