OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LLVMGetRelocationSymbol
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm-c/
Object.h
85
LLVMSymbolIteratorRef
LLVMGetRelocationSymbol
(LLVMRelocationIteratorRef RI);
/external/llvm/bindings/python/llvm/
object.py
388
ptr = lib.
LLVMGetRelocationSymbol
(self)
496
library.
LLVMGetRelocationSymbol
.argtypes = [c_object_p]
497
library.
LLVMGetRelocationSymbol
.restype = c_object_p
/external/llvm/lib/Object/
Object.cpp
200
LLVMSymbolIteratorRef
LLVMGetRelocationSymbol
(LLVMRelocationIteratorRef RI) {
Completed in 73 milliseconds