Home
last modified time | relevance | path

Searched refs:LLVMGetSectionName (Results 1 – 4 of 4) sorted by relevance

/external/llvm/tools/llvm-c-test/
Dobject.c40 printf("'%s': @0x%08" PRIx64 " +%" PRIu64 "\n", LLVMGetSectionName(sect), in object_list_sections()
78 LLVMGetSectionName(sect)); in object_list_symbols()
/external/llvm/bindings/python/llvm/
Dobject.py202 return lib.LLVMGetSectionName(self)
458 library.LLVMGetSectionName.argtypes = [c_object_p]
459 library.LLVMGetSectionName.restype = c_char_p
/external/llvm/include/llvm-c/
DObject.h63 const char *LLVMGetSectionName(LLVMSectionIteratorRef SI);
/external/llvm/lib/Object/
DObject.cpp129 const char *LLVMGetSectionName(LLVMSectionIteratorRef SI) { in LLVMGetSectionName() function