Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/ExecutionEngine/
HDRuntimeDyld.h116 virtual void reserveAllocationSpace(uintptr_t CodeSize, in reserveAllocationSpace()
/NextBSD/contrib/llvm/lib/Target/AMDGPU/
HDAMDGPUAsmPrinter.cpp256 uint64_t CodeSize = 0; in getSIProgramInfo() local
/NextBSD/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyld.cpp141 uint64_t CodeSize = 0, DataSizeRO = 0, DataSizeRW = 0; in loadObjectImpl() local
311 uint64_t &CodeSize, in computeTotalAllocSize()
/NextBSD/contrib/llvm/lib/ExecutionEngine/Orc/
HDOrcMCJITReplacement.h57 void reserveAllocationSpace(uintptr_t CodeSize, uintptr_t DataSizeRO, in reserveAllocationSpace()
/NextBSD/contrib/llvm/tools/llvm-readobj/
HDCOFFDumper.cpp695 uint32_t CodeSize = DE.getU32(&Offset); in printCodeViewSymbolsSubsection() local