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