OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:region_frag
(Results
1 - 4
of
4
) sorted by null
/frameworks/compile/mclinker/lib/Fragment/
FragmentRef.cpp
130
RegionFragment*
region_frag
= static_cast<RegionFragment*>(m_pFragment);
local
131
unsigned int total_length =
region_frag
->getRegion().size();
135
std::memcpy(pDest,
region_frag
->getRegion().getBuffer(total_offset), pNBytes);
/frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp
342
const RegionFragment&
region_frag
=
local
344
const uint8_t* start =
region_frag
.getRegion().start();
/frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp
609
const RegionFragment&
region_frag
= llvm::cast<RegionFragment>(*fragIter);
local
610
const uint8_t* from =
region_frag
.getRegion().start();
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp
198
const RegionFragment&
region_frag
=
local
200
const uint8_t* start =
region_frag
.getRegion().start();
[
all
...]
Completed in 1886 milliseconds