Home
last modified time | relevance | path

Searched defs:CodeSize (Results 1 – 18 of 18) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITMemoryManagerTest.cpp124 uintptr_t CodeSize = i % 16 + 1; in TEST() local
153 uintptr_t CodeSize = i % 16 + 1; in TEST() local
H A DMCJITCAPITest.cpp90 void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign, in reserveAllocationSpace()
/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
H A DSymbolRecord.h57 uint32_t CodeSize = 0; variable
615 uint32_t CodeSize = 0; variable
H A DCodeView.h579 support::ulittle32_t CodeSize; member
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DAssembler.cpp276 explicit TrackingSectionMemoryManager(uintptr_t *CodeSize) in TrackingSectionMemoryManager()
288 uintptr_t *const CodeSize = nullptr; member in llvm::exegesis::__anon5f6aaf520111::TrackingSectionMemoryManager
301 uintptr_t CodeSize = 0; in ExecutableFunction() local
/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()
221 lldb::addr_t CodeSize; variable
H A DBreakpadRecords.cpp507 lldb::addr_t CodeSize; in parse() local
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h137 virtual void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign, in reserveAllocationSpace()
/llvm-project-15.0.7/llvm/tools/lli/
H A DForwardingMemoryManager.h46 void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign, in reserveAllocationSpace()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp143 uint64_t CodeSize; member
405 uint64_t CodeAddr, uint64_t CodeSize) { in NotifyCode()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.cpp97 uintptr_t CodeSize, uint32_t CodeAlign, uintptr_t RODataSize, in reserveAllocationSpace()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp371 uint64_t CodeSize, in emitCommonFunctionComments()
672 uint64_t CodeSize = 0; in getFunctionCodeSize() local
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp193 uint64_t CodeSize = 0, RODataSize = 0, RWDataSize = 0; in loadObjectImpl() local
535 uint64_t &CodeSize, in computeTotalAllocSize()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp3644 const uint64_t CodeSize = in mapCodeSections() local
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp17352 bool CodeSize = DAG.getMachineFunction().getFunction().hasOptSize(); in combineFMALike() local
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp50773 bool CodeSize = DAG.getMachineFunction().getFunction().hasOptSize(); in combineFneg() local
51750 bool CodeSize = DAG.getMachineFunction().getFunction().hasOptSize(); in combineFMA() local
51805 bool CodeSize = DAG.getMachineFunction().getFunction().hasOptSize(); in combineFMADDSUB() local