HomeSort by relevance Sort by last modified time
    Searched refs:LLVMRelocationIteratorRef (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm-c/
Object.h 40 typedef struct LLVMOpaqueRelocationIterator *LLVMRelocationIteratorRef;
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)
    [all...]
  /external/llvm/lib/Object/
Object.cpp 51 inline relocation_iterator *unwrap(LLVMRelocationIteratorRef SI) {
55 inline LLVMRelocationIteratorRef
57 return reinterpret_cast<LLVMRelocationIteratorRef>
157 LLVMRelocationIteratorRef LLVMGetRelocations(LLVMSectionIteratorRef Section) {
162 void LLVMDisposeRelocationIterator(LLVMRelocationIteratorRef SI) {
167 LLVMRelocationIteratorRef SI) {
171 void LLVMMoveToNextRelocation(LLVMRelocationIteratorRef SI) {
196 uint64_t LLVMGetRelocationOffset(LLVMRelocationIteratorRef RI) {
200 LLVMSymbolIteratorRef LLVMGetRelocationSymbol(LLVMRelocationIteratorRef RI) {
205 uint64_t LLVMGetRelocationType(LLVMRelocationIteratorRef RI)
    [all...]

Completed in 73 milliseconds