OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CodeBytes
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUMCInstLower.cpp
314
SmallVector<char, 16>
CodeBytes
;
315
raw_svector_ostream CodeStream(
CodeBytes
);
321
assert(
CodeBytes
.size() == STI.getInstrInfo()->getInstSizeInBytes(*MI));
337
SmallVector<char, 16>
CodeBytes
;
338
raw_svector_ostream CodeStream(
CodeBytes
);
346
for (size_t i = 0; i <
CodeBytes
.size(); i += 4) {
347
unsigned int CodeDWord = *(unsigned int *)&
CodeBytes
[i];
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCWin64EH.cpp
978
uint32_t
CodeBytes
= ARM64CountOfUnwindCodes(EpilogInstrs);
991
TotalCodeBytes +=
CodeBytes
;
Completed in 16 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026