Searched refs:LLVMGetSectionContainsSymbol (Results 1 – 3 of 3) sorted by relevance
238 return lib.LLVMGetSectionContainsSymbol(self, symbol)471 library.LLVMGetSectionContainsSymbol.argtypes = [c_object_p, c_object_p]472 library.LLVMGetSectionContainsSymbol.restype = bool
67 LLVMBool LLVMGetSectionContainsSymbol(LLVMSectionIteratorRef SI,
151 LLVMBool LLVMGetSectionContainsSymbol(LLVMSectionIteratorRef SI, in LLVMGetSectionContainsSymbol() function