Home
last modified time | relevance | path

Searched refs:CodeSize (Results 1 – 25 of 97) sorted by relevance

1234

/llvm-project-15.0.7/lld/test/COFF/Inputs/
H A Dpdb-globals.yaml133 - CodeSize: 10
141 - CodeSize: 9
149 - CodeSize: 7
179 CodeSize: 10
193 - CodeSize: 153
291 CodeSize: 153
337 - CodeSize: 10
345 - CodeSize: 9
353 - CodeSize: 7
383 CodeSize: 10
[all …]
H A Dpdb-hashes-1.yaml55 - CodeSize: 65
63 - CodeSize: 64
71 - CodeSize: 62
79 - CodeSize: 61
91 CodeSize: 65
145 CodeSize: 65
338 - CodeSize: 32
346 - CodeSize: 31
354 - CodeSize: 29
366 CodeSize: 32
[all …]
H A Dpdb-scopes-a.yaml37 CodeSize: 5
61 CodeSize: 5
77 CodeSize: 58
100 CodeSize: 17
113 CodeSize: 17
127 CodeSize: 58
H A Dpdb-hashes-2-missing.yaml44 - CodeSize: 25
52 - CodeSize: 24
60 - CodeSize: 22
72 CodeSize: 25
96 CodeSize: 25
H A Dpdb-hashes-2.yaml44 - CodeSize: 25
52 - CodeSize: 24
60 - CodeSize: 22
72 CodeSize: 25
96 CodeSize: 25
H A Dpdb-scopes-b.yaml37 CodeSize: 62
60 CodeSize: 20
73 CodeSize: 20
87 CodeSize: 62
H A Dpdb-type-server-valid-signature.yaml14 CodeSize: 3
32 CodeSize: 3
H A Dpdb-type-server-invalid-path.yaml14 CodeSize: 3
32 CodeSize: 3
H A Dpdb_comdat_bar.yaml40 CodeSize: 14
59 CodeSize: 14
224 CodeSize: 15
243 CodeSize: 15
/llvm-project-15.0.7/lld/test/COFF/
H A Dpdb-framedata.yaml73 - CodeSize: 31
81 - CodeSize: 30
89 - CodeSize: 28
101 CodeSize: 31
140 CodeSize: 31
158 - CodeSize: 53
166 - CodeSize: 52
174 - CodeSize: 50
182 - CodeSize: 49
194 CodeSize: 53
[all …]
H A Dpdb-source-lines.test43 CHECK-NEXT: CodeSize: 19
68 CHECK-NEXT: CodeSize: 14
103 CHECK-NEXT: CodeSize: 1
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/COFF/
H A Dcodeview-linetables.test45 MFUN32: CodeSize: 0xA
64 MFUN32: CodeSize: 0xA
109 MFUN32-NEXT CodeSize: 0xA
132 MFUN32-NEXT CodeSize: 0xA
155 MFUN32-NEXT CodeSize: 0x14
253 MFUN64-NEXT: CodeSize: 0xE
276 MFUN64-NEXT: CodeSize: 0xE
532 MCOMDAT: CodeSize: 0x7
539 MCOMDAT-NEXT: CodeSize: 0x7
560 MCOMDAT: CodeSize: 0x7
[all …]
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITMemoryManagerTest.cpp124 uintptr_t CodeSize = i % 16 + 1; in TEST() local
130 code[i] = MemMgr->allocateCodeSection(CodeSize, Align, i, ""); in TEST()
134 for (unsigned j = 0; j < CodeSize; j++) { in TEST()
153 uintptr_t CodeSize = i % 16 + 1; in TEST() local
156 for (unsigned j = 0; j < CodeSize; j++) { in TEST()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp78 uint64_t CodeSize);
143 uint64_t CodeSize; member
405 uint64_t CodeAddr, uint64_t CodeSize) { in NotifyCode() argument
409 if (CodeSize == 0) in NotifyCode()
416 CodeSize; // and code in NotifyCode()
419 rec.CodeSize = CodeSize; in NotifyCode()
432 Dumpstream->write(reinterpret_cast<const char *>(CodeAddr), CodeSize); in NotifyCode()
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DAssembler.cpp276 explicit TrackingSectionMemoryManager(uintptr_t *CodeSize) in TrackingSectionMemoryManager() argument
277 : CodeSize(CodeSize) {} in TrackingSectionMemoryManager()
282 *CodeSize = Size; in allocateCodeSection()
288 uintptr_t *const CodeSize = nullptr; member in llvm::exegesis::__anon5f6aaf520111::TrackingSectionMemoryManager
301 uintptr_t CodeSize = 0; in ExecutableFunction() local
309 std::make_unique<TrackingSectionMemoryManager>(&CodeSize)) in ExecutableFunction()
322 StringRef(reinterpret_cast<const char *>(FunctionAddress), CodeSize); in ExecutableFunction()
/llvm-project-15.0.7/llvm/test/MC/COFF/
H A Dcv-fpo-csrs.s70 # OBJ-NEXT: CodeSize: 0x23
87 # OBJ-NEXT: CodeSize: 0x22
104 # OBJ-NEXT: CodeSize: 0x21
122 # OBJ-NEXT: CodeSize: 0x20
141 # OBJ-NEXT: CodeSize: 0x1F
161 # OBJ-NEXT: CodeSize: 0x1C
H A Dcv-fpo-setframe.s73 # OBJ-NEXT: CodeSize: 0x23
90 # OBJ-NEXT: CodeSize: 0x22
107 # OBJ-NEXT: CodeSize: 0x20
124 # OBJ-NEXT: CodeSize: 0x1F
142 # OBJ-NEXT: CodeSize: 0x1E
161 # OBJ-NEXT: CodeSize: 0x1D
/llvm-project-15.0.7/llvm/test/DebugInfo/COFF/
H A Dfpo-csrs.ll77 ; OBJ-NEXT: CodeSize: 0x1E
94 ; OBJ-NEXT: CodeSize: 0x1D
144 ; OBJ-NEXT: CodeSize: 0x29
161 ; OBJ-NEXT: CodeSize: 0x28
178 ; OBJ-NEXT: CodeSize: 0x27
230 ; OBJ-NEXT: CodeSize: 0x34
247 ; OBJ-NEXT: CodeSize: 0x33
264 ; OBJ-NEXT: CodeSize: 0x32
282 ; OBJ-NEXT: CodeSize: 0x31
340 ; OBJ-NEXT: CodeSize: 0x3F
[all …]
H A Dmultifunction.ll199 ; OBJ32: CodeSize: 0x6
216 ; OBJ32: CodeSize: 0x6
233 ; OBJ32: CodeSize: 0x10
246 ; OBJ32-NEXT: CodeSize: 0x6
268 ; OBJ32-NEXT: CodeSize: 0x6
290 ; OBJ32-NEXT: CodeSize: 0x10
518 ; OBJ64: CodeSize: 0xE
532 ; OBJ64: CodeSize: 0xE
559 ; OBJ64-NEXT: CodeSize: 0xE
588 ; OBJ64-NEXT: CodeSize: 0xE
[all …]
H A Dasm.ll39 ; OBJ32: CodeSize: 0x6
49 ; OBJ32-NEXT: CodeSize: 0x6
98 ; OBJ64: CodeSize: 0xE
108 ; OBJ64-NEXT: CodeSize: 0xE
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp105 Header.CodeSize = CodeSize; in commit()
154 void DebugLinesSubsection::setCodeSize(uint32_t Size) { CodeSize = Size; } in setCodeSize()
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h47 uint32_t CodeSize; member
94 uint32_t CodeSize; member
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Breakpad/
H A DBreakpadRecords.h212 StackWinRecord(lldb::addr_t RVA, lldb::addr_t CodeSize, in StackWinRecord() argument
215 : Record(StackWin), RVA(RVA), CodeSize(CodeSize), in StackWinRecord()
221 lldb::addr_t CodeSize; variable
/llvm-project-15.0.7/llvm/test/DebugInfo/PDB/Inputs/
H A Ddebug-subsections.yaml39 CodeSize: 10
83 - CodeSize: 1
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h36 support::ulittle32_t CodeSize; // Code size of this line contribution. member
142 uint32_t CodeSize = 0; variable

1234