Searched refs:CodeSize (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h47 uint32_t CodeSize; member in struct:llvm::CodeViewYAML::YAMLFrameData
94 uint32_t CodeSize; member in struct:llvm::CodeViewYAML::SourceLineInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp105 Header.CodeSize = CodeSize;
154 void DebugLinesSubsection::setCodeSize(uint32_t Size) { CodeSize = Size; }
H A DSymbolDumper.cpp124 W.printHex("CodeSize", Block.CodeSize);
570 W.printHex("CodeSize", Proc.CodeSize);
H A DSymbolRecordMapping.cpp51 error(IO.mapInteger(Block.CodeSize));
413 error(IO.mapInteger(Proc.CodeSize));
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h35 support::ulittle32_t CodeSize; // Code size of this line contribution. member in struct:llvm::codeview::LineFragmentHeader
141 uint32_t CodeSize = 0; member in class:llvm::codeview::final
H A DCodeView.h571 support::ulittle32_t CodeSize; member in struct:llvm::codeview::CallingConvention::ClassOptions::FrameProcedureOptions::FunctionOptions::HfaKind::MemberAccess::MethodKind::MethodOptions::ModifierOptions::PointerKind::PointerMode::PointerOptions::PointerToMemberRepresentation::VFTableSlotKind::WindowsRTClassKind::ExportFlags::FrameData
H A DSymbolRecord.h57 uint32_t CodeSize = 0; member in class:llvm::codeview::ProcSym
615 uint32_t CodeSize = 0; member in class:llvm::codeview::BlockSym
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp79 uint64_t CodeSize);
144 uint64_t CodeSize; member in struct:__anon3670::LLVMPerfJitRecordCodeLoad
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); local
402 NotifyCode(Expected<llvm::StringRef> &Symbol, uint64_t CodeAddr, uint64_t CodeSize) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeFunctionSymbol.cpp49 uint64_t NativeFunctionSymbol::getLength() const { return Sym.CodeSize; }
H A DSymbolCache.cpp359 Offset < PS.CodeOffset + PS.CodeSize) {
484 RelocSegment, RelocOffset + Lines.header()->CodeSize);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/lli/
H A DRemoteJITUtils.h103 void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign,
107 MemMgr->reserveAllocationSpace(CodeSize, CodeAlign, RODataSize, RODataAlign,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DBreakpadRecords.h164 StackWinRecord(lldb::addr_t RVA, lldb::addr_t CodeSize, argument
167 : Record(StackWin), RVA(RVA), CodeSize(CodeSize),
173 lldb::addr_t CodeSize; member in class:lldb_private::breakpad::StackWinRecord::FrameType
H A DBreakpadRecords.cpp430 lldb::addr_t CodeSize;
432 if (!to_integer(Str, CodeSize, 16))
464 return StackWinRecord(RVA, CodeSize, ParameterSize, SavedRegisterSize,
469 return L.RVA == R.RVA && L.CodeSize == R.CodeSize &&
479 R.CodeSize, R.ParameterSize, R.SavedRegisterSize, R.LocalSize,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.h86 uint64_t CodeSize,
H A DAMDGPUAsmPrinter.cpp354 uint64_t CodeSize,
356 OutStreamer->emitRawComment(" codeLenInByte = " + Twine(CodeSize), false);
579 uint64_t CodeSize = 0; local
583 // TODO: CodeSize should account for multiple functions.
589 CodeSize += TII->getInstSizeInBytes(MI);
593 return CodeSize;
348 emitCommonFunctionComments( uint32_t NumVGPR, Optional<uint32_t> NumAGPR, uint32_t TotalNumVGPR, uint32_t NumSGPR, uint64_t ScratchSize, uint64_t CodeSize, const AMDGPUMachineFunction *MFI) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp309 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
[all...]
H A DCodeViewYAMLSymbols.cpp325 IO.mapRequired("CodeSize", Symbol.CodeSize);
423 IO.mapRequired("CodeSize", Symbol.CodeSize);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h108 void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign,
116 if (CodeSize != 0) {
118 Client.reserveMem(Id, CodeSize, CodeAlign);
123 << " (" << CodeSize << " bytes, alignment " << CodeAlign
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h118 /// \p CodeSize - the total size of all code sections
124 virtual void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign, argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp191 uint64_t CodeSize = 0, RODataSize = 0, RWDataSize = 0; local
194 CodeSize, CodeAlign,
198 MemMgr.reserveAllocationSpace(CodeSize, CodeAlign, RODataSize, RODataAlign,
526 uint64_t &CodeSize,
630 CodeSize = computeAllocationSizeForSections(CodeSectionSizes, CodeAlign);
525 computeTotalAllocSize(const ObjectFile &Obj, uint64_t &CodeSize, uint32_t &CodeAlign, uint64_t &RODataSize, uint32_t &RODataAlign, uint64_t &RWDataSize, uint32_t &RWDataAlign) argument
H A DRuntimeDyldImpl.h421 uint64_t &CodeSize, uint32_t &CodeAlign,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.h86 void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign,
90 return ClientMM->reserveAllocationSpace(CodeSize, CodeAlign,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp298 return {record.Segment, record.CodeOffset, record.CodeSize};
525 RangeListEntry fd_range(load_addr + it->RvaStart, it->CodeSize);
535 RangeListEntry fd_range(load_addr + it->RvaStart, it->CodeSize);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp570 AddressRange(base + record->RVA, record->CodeSize,
776 base + record->RVA, record->CodeSize, It.GetBookmark()));
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp391 P.formatLine("code size = {0}, addr = {1}", Block.CodeSize,
818 Proc.CodeSize);

Completed in 229 milliseconds

12