OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LLVMGetRelocationTypeName
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm-c/
Object.h
89
const char *
LLVMGetRelocationTypeName
(LLVMRelocationIteratorRef RI);
/external/llvm/bindings/python/llvm/
object.py
405
return lib.
LLVMGetRelocationTypeName
(self)
502
library.
LLVMGetRelocationTypeName
.argtypes = [c_object_p]
503
library.
LLVMGetRelocationTypeName
.restype = c_char_p
/external/llvm/lib/Object/
Object.cpp
210
const char *
LLVMGetRelocationTypeName
(LLVMRelocationIteratorRef RI) {
Completed in 585 milliseconds