LCOV - code coverage report
Current view: top level - src - debuginfo.h (source / functions) Hit Total Coverage
Test: [test only] commit 0f242327d2cc9bd130497f44b6350c924185606a Lines: 2 2 100.0 %
Date: 2022-07-16 23:42:53 Functions: 1 1 100.0 %
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: 0 0 -

           Branch data     Line data    Source code
       1                 :            : // This file is a part of Julia. License is MIT: https://julialang.org/license
       2                 :            : 
       3                 :            : // Declarations for debuginfo.cpp
       4                 :            : 
       5                 :            : int jl_DI_for_fptr(uint64_t fptr, uint64_t *symsize, int64_t *slide,
       6                 :            :         llvm::object::SectionRef *Section, llvm::DIContext **context) JL_NOTSAFEPOINT;
       7                 :            : 
       8                 :            : bool jl_dylib_DI_for_fptr(size_t pointer, llvm::object::SectionRef *Section, int64_t *slide, llvm::DIContext **context,
       9                 :            :     bool onlySysImg, bool *isSysImg, void **saddr, char **name, char **filename) JL_NOTSAFEPOINT;
      10                 :            : 
      11                 :     206395 : static object::SectionedAddress makeAddress(
      12                 :            :         llvm::object::SectionRef Section, uint64_t address) JL_NOTSAFEPOINT
      13                 :            : {
      14                 :     206395 :     return object::SectionedAddress{address, Section.getIndex()};
      15                 :            : }

Generated by: LCOV version 1.14