LLVM API Documentation
Go to the source code of this file.
OwningBinary<ObjectFile>* unwrap | ( | LLVMObjectFileRef | OF | ) | [inline] |
Definition at line 22 of file Object.cpp.
section_iterator* unwrap | ( | LLVMSectionIteratorRef | SI | ) | [inline] |
Definition at line 31 of file Object.cpp.
symbol_iterator* unwrap | ( | LLVMSymbolIteratorRef | SI | ) | [inline] |
Definition at line 41 of file Object.cpp.
relocation_iterator* unwrap | ( | LLVMRelocationIteratorRef | SI | ) | [inline] |
Definition at line 51 of file Object.cpp.
LLVMObjectFileRef wrap | ( | const OwningBinary< ObjectFile > * | OF | ) | [inline] |
Definition at line 26 of file Object.cpp.
LLVMSectionIteratorRef wrap | ( | const section_iterator * | SI | ) | [inline] |
Definition at line 36 of file Object.cpp.
LLVMSymbolIteratorRef wrap | ( | const symbol_iterator * | SI | ) | [inline] |
Definition at line 46 of file Object.cpp.
LLVMRelocationIteratorRef wrap | ( | const relocation_iterator * | SI | ) | [inline] |
Definition at line 56 of file Object.cpp.