Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DObject.h38 typedef struct LLVMOpaqueRelocationIterator *LLVMRelocationIteratorRef; typedef
181 LLVMRelocationIteratorRef LLVMGetRelocations(LLVMSectionIteratorRef Section);
182 void LLVMDisposeRelocationIterator(LLVMRelocationIteratorRef RI);
184 LLVMRelocationIteratorRef RI);
185 void LLVMMoveToNextRelocation(LLVMRelocationIteratorRef RI);
194 uint64_t LLVMGetRelocationOffset(LLVMRelocationIteratorRef RI);
195 LLVMSymbolIteratorRef LLVMGetRelocationSymbol(LLVMRelocationIteratorRef RI);
196 uint64_t LLVMGetRelocationType(LLVMRelocationIteratorRef RI);
199 const char *LLVMGetRelocationTypeName(LLVMRelocationIteratorRef RI);
200 const char *LLVMGetRelocationValueString(LLVMRelocationIteratorRef RI);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DObject.cpp52 inline relocation_iterator *unwrap(LLVMRelocationIteratorRef SI) { in unwrap()
56 inline LLVMRelocationIteratorRef
58 return reinterpret_cast<LLVMRelocationIteratorRef> in wrap()
281 LLVMRelocationIteratorRef LLVMGetRelocations(LLVMSectionIteratorRef Section) { in LLVMGetRelocations()
286 void LLVMDisposeRelocationIterator(LLVMRelocationIteratorRef SI) { in LLVMDisposeRelocationIterator()
291 LLVMRelocationIteratorRef SI) { in LLVMIsRelocationIteratorAtEnd()
295 void LLVMMoveToNextRelocation(LLVMRelocationIteratorRef SI) { in LLVMMoveToNextRelocation()
330 uint64_t LLVMGetRelocationOffset(LLVMRelocationIteratorRef RI) { in LLVMGetRelocationOffset()
334 LLVMSymbolIteratorRef LLVMGetRelocationSymbol(LLVMRelocationIteratorRef RI) { in LLVMGetRelocationSymbol()
339 uint64_t LLVMGetRelocationType(LLVMRelocationIteratorRef RI) { in LLVMGetRelocationType()
[all …]