Home
last modified time | relevance | path

Searched refs:LLVMRelocationIteratorRef (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm-c/
DObject.h40 typedef struct LLVMOpaqueRelocationIterator *LLVMRelocationIteratorRef; typedef
71 LLVMRelocationIteratorRef LLVMGetRelocations(LLVMSectionIteratorRef Section);
72 void LLVMDisposeRelocationIterator(LLVMRelocationIteratorRef RI);
74 LLVMRelocationIteratorRef RI);
75 void LLVMMoveToNextRelocation(LLVMRelocationIteratorRef RI);
84 uint64_t LLVMGetRelocationOffset(LLVMRelocationIteratorRef RI);
85 LLVMSymbolIteratorRef LLVMGetRelocationSymbol(LLVMRelocationIteratorRef RI);
86 uint64_t LLVMGetRelocationType(LLVMRelocationIteratorRef RI);
89 const char *LLVMGetRelocationTypeName(LLVMRelocationIteratorRef RI);
90 const char *LLVMGetRelocationValueString(LLVMRelocationIteratorRef RI);
/external/llvm/lib/Object/
DObject.cpp51 inline relocation_iterator *unwrap(LLVMRelocationIteratorRef SI) { in unwrap()
55 inline LLVMRelocationIteratorRef
57 return reinterpret_cast<LLVMRelocationIteratorRef> in wrap()
165 LLVMRelocationIteratorRef LLVMGetRelocations(LLVMSectionIteratorRef Section) { in LLVMGetRelocations()
170 void LLVMDisposeRelocationIterator(LLVMRelocationIteratorRef SI) { in LLVMDisposeRelocationIterator()
175 LLVMRelocationIteratorRef SI) { in LLVMIsRelocationIteratorAtEnd()
179 void LLVMMoveToNextRelocation(LLVMRelocationIteratorRef SI) { in LLVMMoveToNextRelocation()
214 uint64_t LLVMGetRelocationOffset(LLVMRelocationIteratorRef RI) { in LLVMGetRelocationOffset()
218 LLVMSymbolIteratorRef LLVMGetRelocationSymbol(LLVMRelocationIteratorRef RI) { in LLVMGetRelocationSymbol()
223 uint64_t LLVMGetRelocationType(LLVMRelocationIteratorRef RI) { in LLVMGetRelocationType()
[all …]