OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CodeSize
(Results
1 - 25
of
33
) sorted by relevancy
1
2
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
smu8.h
36
uint32_t
CodeSize
;
smu7.h
148
uint32_t
CodeSize
;
smu71.h
425
uint32_t
CodeSize
;
smu72.h
522
uint32_t
CodeSize
;
smu73.h
505
uint32_t
CodeSize
;
/src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
CodeViewYAMLDebugSections.h
47
uint32_t
CodeSize
;
94
uint32_t
CodeSize
;
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
DebugLinesSubsection.cpp
105
Header.
CodeSize
=
CodeSize
;
154
void DebugLinesSubsection::setCodeSize(uint32_t Size) {
CodeSize
= Size; }
SymbolDumper.cpp
124
W.printHex("
CodeSize
", Block.
CodeSize
);
570
W.printHex("
CodeSize
", Proc.
CodeSize
);
SymbolRecordMapping.cpp
51
error(IO.mapInteger(Block.
CodeSize
));
413
error(IO.mapInteger(Proc.
CodeSize
));
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
DebugLinesSubsection.h
35
support::ulittle32_t
CodeSize
; // Code size of this line contribution.
141
uint32_t
CodeSize
= 0;
CodeView.h
571
support::ulittle32_t
CodeSize
;
SymbolRecord.h
57
uint32_t
CodeSize
= 0;
615
uint32_t
CodeSize
= 0;
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/PerfJITEvents/
PerfJITEventListener.cpp
79
uint64_t
CodeSize
);
144
uint64_t
CodeSize
;
403
uint64_t CodeAddr, uint64_t
CodeSize
) {
407
if (
CodeSize
== 0)
414
CodeSize
; // and code
417
rec.
CodeSize
=
CodeSize
;
430
Dumpstream->write(reinterpret_cast<const char *>(CodeAddr),
CodeSize
);
/src/external/apache2/llvm/dist/llvm/tools/lli/
RemoteJITUtils.h
56
void reserveAllocationSpace(uintptr_t
CodeSize
, uint32_t CodeAlign,
60
MemMgr->reserveAllocationSpace(
CodeSize
, CodeAlign, RODataSize, RODataAlign,
/src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
Assembler.cpp
276
explicit TrackingSectionMemoryManager(uintptr_t *
CodeSize
)
277
:
CodeSize
(
CodeSize
) {}
282
*
CodeSize
= Size;
288
uintptr_t *const
CodeSize
= nullptr;
301
uintptr_t
CodeSize
= 0;
309
std::make_unique<TrackingSectionMemoryManager>(&
CodeSize
))
322
StringRef(reinterpret_cast<const char *>(FunctionAddress),
CodeSize
);
/src/sys/external/bsd/drm2/dist/drm/radeon/
smu7.h
129
uint32_t
CodeSize
;
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUAsmPrinter.h
90
uint64_t
CodeSize
,
AMDGPUAsmPrinter.cpp
371
uint64_t
CodeSize
,
373
OutStreamer->emitRawComment(" codeLenInByte = " + Twine(
CodeSize
), false);
664
uint64_t
CodeSize
= 0;
668
// TODO:
CodeSize
should account for multiple functions.
674
CodeSize
+= TII->getInstSizeInBytes(MI);
678
return
CodeSize
;
/src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLDebugSections.cpp
309
IO.mapRequired("
CodeSize
", Obj.
CodeSize
);
326
IO.mapRequired("
CodeSize
", Lines.
CodeSize
);
418
Result->setCodeSize(Lines.
CodeSize
);
516
F.
CodeSize
= YF.
CodeSize
;
585
Result->Lines.
CodeSize
= Lines.header()->
CodeSize
;
714
YF.
CodeSize
= F.CodeSize
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeFunctionSymbol.cpp
49
uint64_t NativeFunctionSymbol::getLength() const { return Sym.
CodeSize
; }
SymbolCache.cpp
361
Offset < PS.CodeOffset + PS.
CodeSize
) {
507
uint64_t EndAddr = StartAddr + Lines.header()->
CodeSize
;
/src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h
109
void reserveAllocationSpace(uintptr_t
CodeSize
, uint32_t CodeAlign,
117
if (
CodeSize
!= 0) {
119
Client.reserveMem(Id,
CodeSize
, CodeAlign);
124
<< " (" <<
CodeSize
<< " bytes, alignment " << CodeAlign
/src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h
117
/// \p
CodeSize
- the total size of all code sections
123
virtual void reserveAllocationSpace(uintptr_t
CodeSize
, uint32_t CodeAlign,
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp
191
uint64_t
CodeSize
= 0, RODataSize = 0, RWDataSize = 0;
194
CodeSize
, CodeAlign,
198
MemMgr.reserveAllocationSpace(
CodeSize
, CodeAlign, RODataSize, RODataAlign,
526
uint64_t &
CodeSize
,
630
CodeSize
= computeAllocationSizeForSections(CodeSectionSizes, CodeAlign);
RuntimeDyldImpl.h
421
uint64_t &
CodeSize
, uint32_t &CodeAlign,
Completed in 40 milliseconds
1
2
Indexes created Sun Sep 20 00:26:38 UTC 2026