LLVM OpenMP 20.0.0git
Functions | Variables
check-depends Namespace Reference

Functions

def get_deps_readelf (filename)
 
def get_deps_otool (filename)
 
def get_deps_link (filename)
 
def main ()
 

Variables

 try :
 

Function Documentation

◆ get_deps_link()

def check-depends.get_deps_link (   filename)
Get list of dependecies from link (Windows OS)

Definition at line 63 of file check-depends.py.

Referenced by main().

◆ get_deps_otool()

def check-depends.get_deps_otool (   filename)
Get list of dependencies from otool

Definition at line 43 of file check-depends.py.

Referenced by main().

◆ get_deps_readelf()

def check-depends.get_deps_readelf (   filename)
Get list of dependencies from readelf

Definition at line 27 of file check-depends.py.

Referenced by main().

◆ main()

def check-depends.main ( void  )

Definition at line 105 of file check-depends.py.

References get_deps_link(), get_deps_otool(), and get_deps_readelf().

Variable Documentation

◆ try

check-depends.try :

Definition at line 162 of file check-depends.py.