/external/llvm-project/llvm/test/tools/llvm-readobj/COFF/ |
D | codeview-linetables.test | 45 MFUN32: CodeSize: 0xA 64 MFUN32: CodeSize: 0xA 83 MFUN32: CodeSize: 0x14 109 MFUN32-NEXT CodeSize: 0xA 132 MFUN32-NEXT CodeSize: 0xA 155 MFUN32-NEXT CodeSize: 0x14 197 MFUN64: CodeSize: 0xE 212 MFUN64: CodeSize: 0xE 227 MFUN64: CodeSize: 0x18 253 MFUN64-NEXT: CodeSize: 0xE [all …]
|
/external/llvm/test/tools/llvm-readobj/ |
D | codeview-linetables.test | 45 MFUN32: CodeSize: 0xA 64 MFUN32: CodeSize: 0xA 83 MFUN32: CodeSize: 0x14 109 MFUN32-NEXT CodeSize: 0xA 132 MFUN32-NEXT CodeSize: 0xA 155 MFUN32-NEXT CodeSize: 0x14 197 MFUN64: CodeSize: 0xE 212 MFUN64: CodeSize: 0xE 227 MFUN64: CodeSize: 0x18 253 MFUN64-NEXT: CodeSize: 0xE [all …]
|
/external/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITMemoryManagerTest.cpp | 124 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()
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITMemoryManagerTest.cpp | 125 uintptr_t CodeSize = i % 16 + 1; in TEST() local 131 code[i] = MemMgr->allocateCodeSection(CodeSize, Align, i, ""); in TEST() 135 for (unsigned j = 0; j < CodeSize; j++) { in TEST() 154 uintptr_t CodeSize = i % 16 + 1; in TEST() local 157 for (unsigned j = 0; j < CodeSize; j++) { in TEST()
|
/external/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/ |
D | PerfJITEventListener.cpp | 79 uint64_t CodeSize); 144 uint64_t CodeSize; member 403 uint64_t CodeAddr, uint64_t CodeSize) { in NotifyCode() argument 407 if (CodeSize == 0) in NotifyCode() 414 CodeSize; // and code in NotifyCode() 417 rec.CodeSize = CodeSize; in NotifyCode() 430 Dumpstream->write(reinterpret_cast<const char *>(CodeAddr), CodeSize); in NotifyCode()
|
/external/llvm-project/llvm/tools/llvm-exegesis/lib/ |
D | Assembler.cpp | 271 explicit TrackingSectionMemoryManager(uintptr_t *CodeSize) in TrackingSectionMemoryManager() argument 272 : CodeSize(CodeSize) {} in TrackingSectionMemoryManager() 277 *CodeSize = Size; in allocateCodeSection() 283 uintptr_t *const CodeSize = nullptr; member in llvm::exegesis::__anon06a507f90111::TrackingSectionMemoryManager 296 uintptr_t CodeSize = 0; in ExecutableFunction() local 304 std::make_unique<TrackingSectionMemoryManager>(&CodeSize)) in ExecutableFunction() 317 StringRef(reinterpret_cast<const char *>(FunctionAddress), CodeSize); in ExecutableFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/PerfJITEvents/ |
D | PerfJITEventListener.cpp | 80 uint64_t CodeSize); 145 uint64_t CodeSize; member 403 uint64_t CodeAddr, uint64_t CodeSize) { in NotifyCode() argument 407 if (CodeSize == 0) in NotifyCode() 414 CodeSize; // and code in NotifyCode() 417 rec.CodeSize = CodeSize; in NotifyCode() 430 Dumpstream->write(reinterpret_cast<const char *>(CodeAddr), CodeSize); in NotifyCode()
|
/external/llvm-project/llvm/test/MC/COFF/ |
D | cv-fpo-csrs.s | 70 # 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
|
D | cv-fpo-setframe.s | 73 # 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
|
/external/llvm-project/llvm/test/DebugInfo/COFF/ |
D | fpo-csrs.ll | 77 ; 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 …]
|
D | multifunction.ll | 199 ; 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 546 ; OBJ64: CodeSize: 0x18 559 ; OBJ64-NEXT: CodeSize: 0xE [all …]
|
D | asm.ll | 39 ; OBJ32: CodeSize: 0x6 49 ; OBJ32-NEXT: CodeSize: 0x6 98 ; OBJ64: CodeSize: 0xE 108 ; OBJ64-NEXT: CodeSize: 0xE
|
/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | DebugLinesSubsection.cpp | 105 Header.CodeSize = CodeSize; in commit() 154 void DebugLinesSubsection::setCodeSize(uint32_t Size) { CodeSize = Size; } in setCodeSize()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | DebugLinesSubsection.cpp | 105 Header.CodeSize = CodeSize; in commit() 154 void DebugLinesSubsection::setCodeSize(uint32_t Size) { CodeSize = Size; } in setCodeSize()
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/ |
D | BreakpadRecords.h | 164 StackWinRecord(lldb::addr_t RVA, lldb::addr_t CodeSize, in StackWinRecord() argument 167 : Record(StackWin), RVA(RVA), CodeSize(CodeSize), in StackWinRecord() 173 lldb::addr_t CodeSize; variable
|
D | BreakpadRecords.cpp | 430 lldb::addr_t CodeSize; in parse() local 432 if (!to_integer(Str, CodeSize, 16)) in parse() 464 return StackWinRecord(RVA, CodeSize, ParameterSize, SavedRegisterSize, in parse() 469 return L.RVA == R.RVA && L.CodeSize == R.CodeSize && in operator ==() 479 R.CodeSize, R.ParameterSize, R.SavedRegisterSize, R.LocalSize, in operator <<()
|
/external/llvm-project/llvm/include/llvm/ObjectYAML/ |
D | CodeViewYAMLDebugSections.h | 47 uint32_t CodeSize; member 94 uint32_t CodeSize; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | CodeViewYAMLDebugSections.h | 47 uint32_t CodeSize; member 94 uint32_t CodeSize; member
|
/external/llvm/test/DebugInfo/COFF/ |
D | multifunction.ll | 158 ; OBJ32: CodeSize: 0x6 173 ; OBJ32: CodeSize: 0x6 188 ; OBJ32: CodeSize: 0x10 201 ; OBJ32-NEXT: CodeSize: 0x6 223 ; OBJ32-NEXT: CodeSize: 0x6 245 ; OBJ32-NEXT: CodeSize: 0x10 427 ; OBJ64: CodeSize: 0xE 442 ; OBJ64: CodeSize: 0xE 457 ; OBJ64: CodeSize: 0x18 470 ; OBJ64-NEXT: CodeSize: 0xE [all …]
|
/external/llvm-project/lld/test/COFF/ |
D | pdb-source-lines.test | 43 CHECK-NEXT: CodeSize: 19 68 CHECK-NEXT: CodeSize: 14 103 CHECK-NEXT: CodeSize: 1
|
/external/llvm-project/llvm/tools/lli/ |
D | RemoteJITUtils.h | 56 void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign, in reserveAllocationSpace() argument 60 MemMgr->reserveAllocationSpace(CodeSize, CodeAlign, RODataSize, RODataAlign, in reserveAllocationSpace()
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | DebugLinesSubsection.h | 35 support::ulittle32_t CodeSize; // Code size of this line contribution. member 141 uint32_t CodeSize = 0; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | DebugLinesSubsection.h | 35 support::ulittle32_t CodeSize; // Code size of this line contribution. member 141 uint32_t CodeSize = 0; variable
|
/external/llvm/tools/lli/ |
D | RemoteJITUtils.h | 103 void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign, in reserveAllocationSpace() argument 107 MemMgr->reserveAllocationSpace(CodeSize, CodeAlign, RODataSize, RODataAlign, in reserveAllocationSpace()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLDebugSections.cpp | 309 IO.mapRequired("CodeSize", Obj.CodeSize); in mapping() 326 IO.mapRequired("CodeSize", Lines.CodeSize); in map() 418 Result->setCodeSize(Lines.CodeSize); in toCodeViewSubsection() 516 F.CodeSize = YF.CodeSize; in toCodeViewSubsection() 585 Result->Lines.CodeSize = Lines.header()->CodeSize; in fromCodeViewSubsection() 714 YF.CodeSize = F.CodeSize; in fromCodeViewSubsection()
|