Home
last modified time | relevance | path

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

/external/llvm/bindings/python/llvm/
Dobject.py219 r = lib.LLVMGetSectionContents(self)
464 library.LLVMGetSectionContents.argtypes = [c_object_p]
466 library.LLVMGetSectionContents.restype = POINTER(c_char)
/external/llvm/include/llvm-c/
DObject.h65 const char *LLVMGetSectionContents(LLVMSectionIteratorRef SI);
/external/llvm/lib/Object/
DObject.cpp140 const char *LLVMGetSectionContents(LLVMSectionIteratorRef SI) { in LLVMGetSectionContents() function