Home
last modified time | relevance | path

Searched refs:LLVMGetSectionContainsSymbol (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/bindings/python/llvm/
H A Dobject.py237 return lib.LLVMGetSectionContainsSymbol(self, symbol)
470 library.LLVMGetSectionContainsSymbol.argtypes = [c_object_p, c_object_p]
471 library.LLVMGetSectionContainsSymbol.restype = bool
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DObject.h177 LLVMBool LLVMGetSectionContainsSymbol(LLVMSectionIteratorRef SI,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DObject.cpp275 LLVMBool LLVMGetSectionContainsSymbol(LLVMSectionIteratorRef SI, in LLVMGetSectionContainsSymbol() function