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

/openbsd-current/gnu/llvm/llvm/include/llvm-c/
H A DObject.h38 typedef struct LLVMOpaqueRelocationIterator *LLVMRelocationIteratorRef; typedef in typeref:struct:LLVMOpaqueRelocationIterator
183 LLVMRelocationIteratorRef LLVMGetRelocations(LLVMSectionIteratorRef Section);
184 void LLVMDisposeRelocationIterator(LLVMRelocationIteratorRef RI);
186 LLVMRelocationIteratorRef RI);
187 void LLVMMoveToNextRelocation(LLVMRelocationIteratorRef RI);
196 uint64_t LLVMGetRelocationOffset(LLVMRelocationIteratorRef RI);
197 LLVMSymbolIteratorRef LLVMGetRelocationSymbol(LLVMRelocationIteratorRef RI);
198 uint64_t LLVMGetRelocationType(LLVMRelocationIteratorRef RI);
201 const char *LLVMGetRelocationTypeName(LLVMRelocationIteratorRef RI);
202 const char *LLVMGetRelocationValueString(LLVMRelocationIteratorRef R
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Object/
H A DObject.cpp53 inline relocation_iterator *unwrap(LLVMRelocationIteratorRef SI) {
57 inline LLVMRelocationIteratorRef
59 return reinterpret_cast<LLVMRelocationIteratorRef>
283 LLVMRelocationIteratorRef LLVMGetRelocations(LLVMSectionIteratorRef Section) {
288 void LLVMDisposeRelocationIterator(LLVMRelocationIteratorRef SI) {
293 LLVMRelocationIteratorRef SI) {
297 void LLVMMoveToNextRelocation(LLVMRelocationIteratorRef SI) {
330 uint64_t LLVMGetRelocationOffset(LLVMRelocationIteratorRef RI) {
334 LLVMSymbolIteratorRef LLVMGetRelocationSymbol(LLVMRelocationIteratorRef RI) {
339 uint64_t LLVMGetRelocationType(LLVMRelocationIteratorRef R
[all...]

Completed in 126 milliseconds