| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/ |
| H A D | PerfJITEventListener.cpp | 79 uint64_t CodeSize); 144 uint64_t CodeSize; member 406 uint64_t CodeAddr, uint64_t CodeSize) { in NotifyCode() argument 410 if (CodeSize == 0) in NotifyCode() 417 CodeSize; // and code in NotifyCode() 420 rec.CodeSize = CodeSize; in NotifyCode() 433 Dumpstream->write(reinterpret_cast<const char *>(CodeAddr), CodeSize); in NotifyCode()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | DebugLinesSubsection.cpp | 105 Header.CodeSize = CodeSize; in commit() 154 void DebugLinesSubsection::setCodeSize(uint32_t Size) { CodeSize = Size; } in setCodeSize()
|
| H A D | SymbolRecordMapping.cpp | 51 error(IO.mapInteger(Block.CodeSize)); in visitKnownRecord() 413 error(IO.mapInteger(Proc.CodeSize)); in visitKnownRecord()
|
| H A D | SymbolDumper.cpp | 124 W.printHex("CodeSize", Block.CodeSize); in visitKnownRecord() 570 W.printHex("CodeSize", Proc.CodeSize); in visitKnownRecord()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/ |
| H A 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
|
| H A 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 <<()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | CodeViewYAMLDebugSections.h | 47 uint32_t CodeSize; member 94 uint32_t CodeSize; member
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | DebugLinesSubsection.h | 35 support::ulittle32_t CodeSize; // Code size of this line contribution. member 141 uint32_t CodeSize = 0; variable
|
| H A D | CodeView.h | 574 support::ulittle32_t CodeSize; member
|
| H A D | SymbolRecord.h | 57 uint32_t CodeSize = 0; variable 615 uint32_t CodeSize = 0; variable
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/lli/ |
| H A D | RemoteJITUtils.h | 56 void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign, in reserveAllocationSpace() argument 60 MemMgr->reserveAllocationSpace(CodeSize, CodeAlign, RODataSize, RODataAlign, in reserveAllocationSpace()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A 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()
|
| H A D | CodeViewYAMLSymbols.cpp | 348 IO.mapRequired("CodeSize", Symbol.CodeSize); in map() 446 IO.mapRequired("CodeSize", Symbol.CodeSize); in map()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAsmPrinter.h | 74 uint64_t CodeSize,
|
| H A D | AMDGPUAsmPrinter.cpp | 354 uint64_t CodeSize, in emitCommonFunctionComments() argument 356 OutStreamer->emitRawComment(" codeLenInByte = " + Twine(CodeSize), false); in emitCommonFunctionComments() 643 uint64_t CodeSize = 0; in getFunctionCodeSize() local 653 CodeSize += TII->getInstSizeInBytes(MI); in getFunctionCodeSize() 657 return CodeSize; in getFunctionCodeSize()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrFormats.td | 396 let CodeSize = 3; 402 let CodeSize = 3; 408 let CodeSize = 3; 414 let CodeSize = 3; 420 let CodeSize = 3; 426 let CodeSize = 3; 432 let CodeSize = 3; 439 let CodeSize = 3; 446 let CodeSize = 3; 453 let CodeSize = 3; [all …]
|
| H A D | X86InstrArithmetic.td | 351 let CodeSize = 2 in { 425 } // CodeSize 455 } // isConvertibleToThreeAddress = 1, CodeSize = 2 458 let CodeSize = 1, hasSideEffects = 0 in { 465 } // CodeSize = 1, hasSideEffects = 0 468 let CodeSize = 2, SchedRW = [WriteALURMW] in { 485 } // CodeSize = 2, SchedRW 505 let CodeSize = 1, hasSideEffects = 0 in { 512 } // CodeSize = 1, hasSideEffects = 0 516 let CodeSize = 2, SchedRW = [WriteALURMW] in { [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeFunctionSymbol.cpp | 49 uint64_t NativeFunctionSymbol::getLength() const { return Sym.CodeSize; } in getLength()
|
| H A D | SymbolCache.cpp | 361 Offset < PS.CodeOffset + PS.CodeSize) { in findFunctionSymbolBySectOffset() 507 uint64_t EndAddr = StartAddr + Lines.header()->CodeSize; in findLineTable()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | OrcRemoteTargetClient.h | 109 void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign, in reserveAllocationSpace() argument 117 if (CodeSize != 0) { in reserveAllocationSpace() 119 Client.reserveMem(Id, CodeSize, CodeAlign); in reserveAllocationSpace() 124 << " (" << CodeSize << " bytes, alignment " << CodeAlign in reserveAllocationSpace()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyld.cpp | 191 uint64_t CodeSize = 0, RODataSize = 0, RWDataSize = 0; in loadObjectImpl() local 194 CodeSize, CodeAlign, in loadObjectImpl() 198 MemMgr.reserveAllocationSpace(CodeSize, CodeAlign, RODataSize, RODataAlign, in loadObjectImpl() 526 uint64_t &CodeSize, in computeTotalAllocSize() argument 630 CodeSize = computeAllocationSizeForSections(CodeSectionSizes, CodeAlign); in computeTotalAllocSize()
|
| H A D | RuntimeDyldImpl.h | 421 uint64_t &CodeSize, uint32_t &CodeAlign,
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/ |
| H A D | RuntimeDyld.h | 123 virtual void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign, in reserveAllocationSpace() argument
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbUtil.cpp | 298 return {record.Segment, record.CodeOffset, record.CodeSize}; in GetSegmentOffsetAndLength() 525 RangeListEntry fd_range(load_addr + it->RvaStart, it->CodeSize); in GetCorrespondingFrameData() 535 RangeListEntry fd_range(load_addr + it->RvaStart, it->CodeSize); in GetCorrespondingFrameData()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.cpp | 574 AddressRange(base + record->RVA, record->CodeSize, in ParseWinUnwindPlan() 780 base + record->RVA, record->CodeSize, It.GetBookmark())); in ParseUnwindData()
|