Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DAssembler.cpp277 explicit TrackingSectionMemoryManager(uintptr_t *CodeSize) in TrackingSectionMemoryManager() argument
278 : CodeSize(CodeSize) {} in TrackingSectionMemoryManager()
283 *CodeSize = Size; in allocateCodeSection()
289 uintptr_t *const CodeSize = nullptr; member in llvm::exegesis::__anonb0cb804f0111::TrackingSectionMemoryManager
302 uintptr_t CodeSize = 0; in ExecutableFunction() local
310 std::make_unique<TrackingSectionMemoryManager>(&CodeSize)) in ExecutableFunction()
323 StringRef(reinterpret_cast<const char *>(FunctionAddress), CodeSize); in ExecutableFunction()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp105 Header.CodeSize = CodeSize; in commit()
154 void DebugLinesSubsection::setCodeSize(uint32_t Size) { CodeSize = Size; } in setCodeSize()
H A DSymbolRecordMapping.cpp51 error(IO.mapInteger(Block.CodeSize)); in visitKnownRecord()
413 error(IO.mapInteger(Proc.CodeSize)); in visitKnownRecord()
/openbsd/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h47 uint32_t CodeSize; member
94 uint32_t CodeSize; member
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/Breakpad/
H A DBreakpadRecords.h213 StackWinRecord(lldb::addr_t RVA, lldb::addr_t CodeSize, in StackWinRecord() argument
216 : Record(StackWin), RVA(RVA), CodeSize(CodeSize), in StackWinRecord()
222 lldb::addr_t CodeSize; variable
H A DBreakpadRecords.cpp507 lldb::addr_t CodeSize; in parse() local
509 if (!to_integer(Str, CodeSize, 16)) in parse()
541 return StackWinRecord(RVA, CodeSize, ParameterSize, SavedRegisterSize, in parse()
546 return L.RVA == R.RVA && L.CodeSize == R.CodeSize && in operator ==()
556 R.CodeSize, R.ParameterSize, R.SavedRegisterSize, R.LocalSize, in operator <<()
/openbsd/gnu/llvm/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
H A DCodeView.h576 support::ulittle32_t CodeSize; member
/openbsd/gnu/llvm/llvm/tools/lli/
H A DForwardingMemoryManager.h46 void reserveAllocationSpace(uintptr_t CodeSize, Align CodeAlign, in reserveAllocationSpace() argument
50 MemMgr->reserveAllocationSpace(CodeSize, CodeAlign, RODataSize, RODataAlign, in reserveAllocationSpace()
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp309 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()
/openbsd/sys/dev/pci/drm/amd/pm/powerplay/inc/
H A Dsmu8.h34 uint32_t CodeSize; member
H A Dsmu7.h144 uint32_t CodeSize; member
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.cpp97 uintptr_t CodeSize, Align CodeAlign, uintptr_t RODataSize, in reserveAllocationSpace() argument
121 TotalSize += alignTo(CodeSize, EPC.getPageSize()); in reserveAllocationSpace()
147 *TargetAllocAddr, ExecutorAddrDiff(alignTo(CodeSize, EPC.getPageSize()))}; in reserveAllocationSpace()
/openbsd/sys/dev/pci/drm/radeon/
H A Dsmu7.h127 uint32_t CodeSize; member
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.h68 uint64_t ScratchSize, uint64_t CodeSize,
H A DAMDGPUAsmPrinter.cpp364 uint32_t NumSGPR, uint64_t ScratchSize, uint64_t CodeSize, in emitCommonFunctionComments() argument
366 OutStreamer->emitRawComment(" codeLenInByte = " + Twine(CodeSize), false); in emitCommonFunctionComments()
663 uint64_t CodeSize = 0; in getFunctionCodeSize() local
673 CodeSize += TII->getInstSizeInBytes(MI); in getFunctionCodeSize()
677 return CodeSize; in getFunctionCodeSize()
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.h63 void reserveAllocationSpace(uintptr_t CodeSize, Align CodeAlign,
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrFormats.td411 let CodeSize = 3;
417 let CodeSize = 3;
423 let CodeSize = 3;
429 let CodeSize = 3;
435 let CodeSize = 3;
441 let CodeSize = 3;
447 let CodeSize = 3;
454 let CodeSize = 3;
461 let CodeSize = 3;
468 let CodeSize = 3;
[all …]
H A DX86InstrArithmetic.td351 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 …]
/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeFunctionSymbol.cpp53 uint64_t NativeFunctionSymbol::getLength() const { return Sym.CodeSize; } in getLength()
H A DSymbolCache.cpp366 Offset < PS.CodeOffset + PS.CodeSize) { in findFunctionSymbolBySectOffset()
512 uint64_t EndAddr = StartAddr + Lines.header()->CodeSize; in findLineTable()
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp193 uint64_t CodeSize = 0, RODataSize = 0, RWDataSize = 0; in loadObjectImpl() local
195 if (auto Err = computeTotalAllocSize(Obj, CodeSize, CodeAlign, RODataSize, in loadObjectImpl()
198 MemMgr.reserveAllocationSpace(CodeSize, CodeAlign, RODataSize, RODataAlign, in loadObjectImpl()
536 const ObjectFile &Obj, uint64_t &CodeSize, Align &CodeAlign, in computeTotalAllocSize() argument
642 CodeSize = computeAllocationSizeForSections(CodeSectionSizes, CodeAlign); in computeTotalAllocSize()
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h137 virtual void reserveAllocationSpace(uintptr_t CodeSize, Align CodeAlign, in reserveAllocationSpace() argument
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp445 return {record.Segment, record.CodeOffset, record.CodeSize}; in GetSegmentOffsetAndLength()
674 RangeListEntry fd_range(load_addr + it->RvaStart, it->CodeSize); in GetCorrespondingFrameData()
684 RangeListEntry fd_range(load_addr + it->RvaStart, it->CodeSize); in GetCorrespondingFrameData()

12