Home
last modified time | relevance | path

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

/external/llvm/bindings/python/llvm/
Dobject.py238 return lib.LLVMGetSectionContainsSymbol(self, symbol)
471 library.LLVMGetSectionContainsSymbol.argtypes = [c_object_p, c_object_p]
472 library.LLVMGetSectionContainsSymbol.restype = bool
/external/llvm/include/llvm-c/
DObject.h67 LLVMBool LLVMGetSectionContainsSymbol(LLVMSectionIteratorRef SI,
/external/llvm/lib/Object/
DObject.cpp151 LLVMBool LLVMGetSectionContainsSymbol(LLVMSectionIteratorRef SI, in LLVMGetSectionContainsSymbol() function