Home
last modified time | relevance | path

Searched refs:CodeSize (Results 126 – 150 of 2437) sorted by relevance

12345678910>>...98

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/llvm-exegesis/lib/
H A DAssembler.cpp271 explicit TrackingSectionMemoryManager(uintptr_t *CodeSize) in TrackingSectionMemoryManager() argument
272 : CodeSize(CodeSize) {} in TrackingSectionMemoryManager()
277 *CodeSize = Size; in allocateCodeSection()
283 uintptr_t *const CodeSize = nullptr; member in llvm::exegesis::__anon627b3bf00111::TrackingSectionMemoryManager
296 uintptr_t CodeSize = 0; in ExecutableFunction() local
304 std::make_unique<TrackingSectionMemoryManager>(&CodeSize)) in ExecutableFunction()
317 StringRef(reinterpret_cast<const char *>(FunctionAddress), CodeSize); in ExecutableFunction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp79 uint64_t CodeSize);
144 uint64_t CodeSize; member
403 uint64_t CodeAddr, uint64_t CodeSize) { in NotifyCode() argument
407 if (CodeSize == 0) in NotifyCode()
414 CodeSize; // and code in NotifyCode()
417 rec.CodeSize = CodeSize; in NotifyCode()
430 Dumpstream->write(reinterpret_cast<const char *>(CodeAddr), CodeSize); in NotifyCode()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp79 uint64_t CodeSize);
144 uint64_t CodeSize; member
403 uint64_t CodeAddr, uint64_t CodeSize) { in NotifyCode() argument
407 if (CodeSize == 0) in NotifyCode()
414 CodeSize; // and code in NotifyCode()
417 rec.CodeSize = CodeSize; in NotifyCode()
430 Dumpstream->write(reinterpret_cast<const char *>(CodeAddr), CodeSize); in NotifyCode()
/dports/devel/llvm11/llvm-11.0.1.src/tools/llvm-exegesis/lib/
H A DAssembler.cpp271 explicit TrackingSectionMemoryManager(uintptr_t *CodeSize) in TrackingSectionMemoryManager() argument
272 : CodeSize(CodeSize) {} in TrackingSectionMemoryManager()
277 *CodeSize = Size; in allocateCodeSection()
283 uintptr_t *const CodeSize = nullptr; member in llvm::exegesis::__anonb1924e4a0111::TrackingSectionMemoryManager
296 uintptr_t CodeSize = 0; in ExecutableFunction() local
304 std::make_unique<TrackingSectionMemoryManager>(&CodeSize)) in ExecutableFunction()
317 StringRef(reinterpret_cast<const char *>(FunctionAddress), CodeSize); in ExecutableFunction()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/llvm-exegesis/lib/
H A DAssembler.cpp276 explicit TrackingSectionMemoryManager(uintptr_t *CodeSize) in TrackingSectionMemoryManager() argument
277 : CodeSize(CodeSize) {} in TrackingSectionMemoryManager()
282 *CodeSize = Size; in allocateCodeSection()
288 uintptr_t *const CodeSize = nullptr; member in llvm::exegesis::__anon7bfaea3b0111::TrackingSectionMemoryManager
301 uintptr_t CodeSize = 0; in ExecutableFunction() local
309 std::make_unique<TrackingSectionMemoryManager>(&CodeSize)) in ExecutableFunction()
322 StringRef(reinterpret_cast<const char *>(FunctionAddress), CodeSize); in ExecutableFunction()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp79 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()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp79 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()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp79 uint64_t CodeSize);
144 uint64_t CodeSize; member
403 uint64_t CodeAddr, uint64_t CodeSize) { in NotifyCode() argument
407 if (CodeSize == 0) in NotifyCode()
414 CodeSize; // and code in NotifyCode()
417 rec.CodeSize = CodeSize; in NotifyCode()
430 Dumpstream->write(reinterpret_cast<const char *>(CodeAddr), CodeSize); in NotifyCode()
/dports/devel/llvm11/llvm-11.0.1.src/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp79 uint64_t CodeSize);
144 uint64_t CodeSize; member
403 uint64_t CodeAddr, uint64_t CodeSize) { in NotifyCode() argument
407 if (CodeSize == 0) in NotifyCode()
414 CodeSize; // and code in NotifyCode()
417 rec.CodeSize = CodeSize; in NotifyCode()
430 Dumpstream->write(reinterpret_cast<const char *>(CodeAddr), CodeSize); in NotifyCode()
/dports/devel/llvm10/llvm-10.0.1.src/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp80 uint64_t CodeSize);
145 uint64_t CodeSize; member
403 uint64_t CodeAddr, uint64_t CodeSize) { in NotifyCode() argument
407 if (CodeSize == 0) in NotifyCode()
414 CodeSize; // and code in NotifyCode()
417 rec.CodeSize = CodeSize; in NotifyCode()
430 Dumpstream->write(reinterpret_cast<const char *>(CodeAddr), CodeSize); in NotifyCode()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DAssembler.cpp276 explicit TrackingSectionMemoryManager(uintptr_t *CodeSize) in TrackingSectionMemoryManager() argument
277 : CodeSize(CodeSize) {} in TrackingSectionMemoryManager()
282 *CodeSize = Size; in allocateCodeSection()
288 uintptr_t *const CodeSize = nullptr; member in llvm::exegesis::__anond94938bd0111::TrackingSectionMemoryManager
301 uintptr_t CodeSize = 0; in ExecutableFunction() local
309 std::make_unique<TrackingSectionMemoryManager>(&CodeSize)) in ExecutableFunction()
322 StringRef(reinterpret_cast<const char *>(FunctionAddress), CodeSize); in ExecutableFunction()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp79 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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp80 uint64_t CodeSize);
145 uint64_t CodeSize; member
403 uint64_t CodeAddr, uint64_t CodeSize) { in NotifyCode() argument
407 if (CodeSize == 0) in NotifyCode()
414 CodeSize; // and code in NotifyCode()
417 rec.CodeSize = CodeSize; in NotifyCode()
430 Dumpstream->write(reinterpret_cast<const char *>(CodeAddr), CodeSize); in NotifyCode()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp79 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()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/tools/llvm-exegesis/lib/
H A DAssembler.cpp276 explicit TrackingSectionMemoryManager(uintptr_t *CodeSize) in TrackingSectionMemoryManager() argument
277 : CodeSize(CodeSize) {} in TrackingSectionMemoryManager()
282 *CodeSize = Size; in allocateCodeSection()
288 uintptr_t *const CodeSize = nullptr; member in llvm::exegesis::__anon0bd8e52e0111::TrackingSectionMemoryManager
301 uintptr_t CodeSize = 0; in ExecutableFunction() local
309 std::make_unique<TrackingSectionMemoryManager>(&CodeSize)) in ExecutableFunction()
322 StringRef(reinterpret_cast<const char *>(FunctionAddress), CodeSize); in ExecutableFunction()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/tools/llvm-exegesis/lib/
H A DAssembler.cpp276 explicit TrackingSectionMemoryManager(uintptr_t *CodeSize) in TrackingSectionMemoryManager() argument
277 : CodeSize(CodeSize) {} in TrackingSectionMemoryManager()
282 *CodeSize = Size; in allocateCodeSection()
288 uintptr_t *const CodeSize = nullptr; member in llvm::exegesis::__anon1e0c6bf00111::TrackingSectionMemoryManager
301 uintptr_t CodeSize = 0; in ExecutableFunction() local
309 std::make_unique<TrackingSectionMemoryManager>(&CodeSize)) in ExecutableFunction()
322 StringRef(reinterpret_cast<const char *>(FunctionAddress), CodeSize); in ExecutableFunction()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp79 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()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp80 uint64_t CodeSize);
145 uint64_t CodeSize; member
403 uint64_t CodeAddr, uint64_t CodeSize) { in NotifyCode() argument
407 if (CodeSize == 0) in NotifyCode()
414 CodeSize; // and code in NotifyCode()
417 rec.CodeSize = CodeSize; in NotifyCode()
430 Dumpstream->write(reinterpret_cast<const char *>(CodeAddr), CodeSize); in NotifyCode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/tools/llvm-exegesis/lib/
H A DAssembler.cpp271 explicit TrackingSectionMemoryManager(uintptr_t *CodeSize) in TrackingSectionMemoryManager() argument
272 : CodeSize(CodeSize) {} in TrackingSectionMemoryManager()
277 *CodeSize = Size; in allocateCodeSection()
283 uintptr_t *const CodeSize = nullptr; member in llvm::exegesis::__anone03f605b0111::TrackingSectionMemoryManager
296 uintptr_t CodeSize = 0; in ExecutableFunction() local
304 std::make_unique<TrackingSectionMemoryManager>(&CodeSize)) in ExecutableFunction()
317 StringRef(reinterpret_cast<const char *>(FunctionAddress), CodeSize); in ExecutableFunction()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp79 uint64_t CodeSize);
144 uint64_t CodeSize; member
403 uint64_t CodeAddr, uint64_t CodeSize) { in NotifyCode() argument
407 if (CodeSize == 0) in NotifyCode()
414 CodeSize; // and code in NotifyCode()
417 rec.CodeSize = CodeSize; in NotifyCode()
430 Dumpstream->write(reinterpret_cast<const char *>(CodeAddr), CodeSize); in NotifyCode()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/tools/llvm-exegesis/lib/
H A DAssembler.cpp276 explicit TrackingSectionMemoryManager(uintptr_t *CodeSize) in TrackingSectionMemoryManager() argument
277 : CodeSize(CodeSize) {} in TrackingSectionMemoryManager()
282 *CodeSize = Size; in allocateCodeSection()
288 uintptr_t *const CodeSize = nullptr; member in llvm::exegesis::__anon9b2c68280111::TrackingSectionMemoryManager
301 uintptr_t CodeSize = 0; in ExecutableFunction() local
309 std::make_unique<TrackingSectionMemoryManager>(&CodeSize)) in ExecutableFunction()
322 StringRef(reinterpret_cast<const char *>(FunctionAddress), CodeSize); in ExecutableFunction()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/tools/llvm-exegesis/lib/
H A DAssembler.cpp276 explicit TrackingSectionMemoryManager(uintptr_t *CodeSize) in TrackingSectionMemoryManager() argument
277 : CodeSize(CodeSize) {} in TrackingSectionMemoryManager()
282 *CodeSize = Size; in allocateCodeSection()
288 uintptr_t *const CodeSize = nullptr; member in llvm::exegesis::__anonb3c7f11a0111::TrackingSectionMemoryManager
301 uintptr_t CodeSize = 0; in ExecutableFunction() local
309 std::make_unique<TrackingSectionMemoryManager>(&CodeSize)) in ExecutableFunction()
322 StringRef(reinterpret_cast<const char *>(FunctionAddress), CodeSize); in ExecutableFunction()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp79 uint64_t CodeSize);
144 uint64_t CodeSize;
406 uint64_t CodeAddr, uint64_t CodeSize) {
410 if (CodeSize == 0)
417 CodeSize; // and code
420 rec.CodeSize = CodeSize;
433 Dumpstream->write(reinterpret_cast<const char *>(CodeAddr), CodeSize);
/dports/devel/llvm80/llvm-8.0.1.src/tools/llvm-exegesis/lib/
H A DAssembler.cpp252 explicit TrackingSectionMemoryManager(uintptr_t *CodeSize) in TrackingSectionMemoryManager() argument
253 : CodeSize(CodeSize) {} in TrackingSectionMemoryManager()
258 *CodeSize = Size; in allocateCodeSection()
264 uintptr_t *const CodeSize = nullptr; member in llvm::exegesis::__anona8d87b860111::TrackingSectionMemoryManager
277 uintptr_t CodeSize = 0; in ExecutableFunction() local
285 llvm::make_unique<TrackingSectionMemoryManager>(&CodeSize)) in ExecutableFunction()
297 CodeSize); in ExecutableFunction()
/dports/devel/llvm90/llvm-9.0.1.src/tools/llvm-exegesis/lib/
H A DAssembler.cpp251 explicit TrackingSectionMemoryManager(uintptr_t *CodeSize) in TrackingSectionMemoryManager() argument
252 : CodeSize(CodeSize) {} in TrackingSectionMemoryManager()
257 *CodeSize = Size; in allocateCodeSection()
263 uintptr_t *const CodeSize = nullptr; member in llvm::exegesis::__anon23d710080111::TrackingSectionMemoryManager
276 uintptr_t CodeSize = 0; in ExecutableFunction() local
284 llvm::make_unique<TrackingSectionMemoryManager>(&CodeSize)) in ExecutableFunction()
296 CodeSize); in ExecutableFunction()

12345678910>>...98