LLVM API Documentation

llvm::object::SectionRef Member List
This is the complete list of members for llvm::object::SectionRef, including all inherited members.
containsSymbol(SymbolRef S, bool &Result) const llvm::object::SectionRef [inline]
getAddress(uint64_t &Result) const llvm::object::SectionRef [inline]
getAlignment(uint64_t &Result) const llvm::object::SectionRef [inline]
getContents(StringRef &Result) const llvm::object::SectionRef [inline]
getName(StringRef &Result) const llvm::object::SectionRef [inline]
getRawDataRefImpl() const llvm::object::SectionRef [inline]
getRelocatedSection() const llvm::object::SectionRef [inline]
getSize(uint64_t &Result) const llvm::object::SectionRef [inline]
isBSS(bool &Result) const llvm::object::SectionRef [inline]
isData(bool &Result) const llvm::object::SectionRef [inline]
isReadOnlyData(bool &Result) const llvm::object::SectionRef [inline]
isRequiredForExecution(bool &Result) const llvm::object::SectionRef [inline]
isText(bool &Result) const llvm::object::SectionRef [inline]
isVirtual(bool &Result) const llvm::object::SectionRef [inline]
isZeroInit(bool &Result) const llvm::object::SectionRef [inline]
moveNext()llvm::object::SectionRef [inline]
operator!=(const SectionRef &Other) const llvm::object::SectionRef [inline]
operator<(const SectionRef &Other) const llvm::object::SectionRef [inline]
operator==(const SectionRef &Other) const llvm::object::SectionRef [inline]
relocation_begin() const llvm::object::SectionRef [inline]
relocation_end() const llvm::object::SectionRef [inline]
relocations() const llvm::object::SectionRef [inline]
SectionRef()llvm::object::SectionRef [inline]
SectionRef(DataRefImpl SectionP, const ObjectFile *Owner)llvm::object::SectionRef [inline]
SymbolRef classllvm::object::SectionRef [friend]