Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-c-test/
H A Dobject.c42 printf("'%s': @0x%08" PRIx64 " +%" PRIu64 "\n", LLVMGetSectionName(sect), in llvm_object_list_sections()
85 LLVMGetSectionName(sect)); in llvm_object_list_symbols()
/llvm-project-15.0.7/llvm/bindings/python/llvm/
H A Dobject.py201 return lib.LLVMGetSectionName(self)
457 library.LLVMGetSectionName.argtypes = [c_object_p]
458 library.LLVMGetSectionName.restype = c_char_p
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DObject.h175 const char *LLVMGetSectionName(LLVMSectionIteratorRef SI);
/llvm-project-15.0.7/llvm/lib/Object/
H A DObject.cpp255 const char *LLVMGetSectionName(LLVMSectionIteratorRef SI) { in LLVMGetSectionName() function