Searched defs:getSectionAddress (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h138 uint64_t getSectionAddress(const MCSectionData* SD) const { function in class:llvm::MachObjectWriter
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h252 uint8_t *getSectionAddress(unsigned SectionID) { function in class:llvm::RuntimeDyldImpl
370 return getSectionAddress(Loc.first) + Loc.second;
/external/llvm/include/llvm/Object/
H A DELFObjectFile.h81 std::error_code getSectionAddress(DataRefImpl Sec,
390 std::error_code ELFObjectFile<ELFT>::getSectionAddress(DataRefImpl Sec, function in class:llvm::object::ELFObjectFile
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp254 std::error_code COFFObjectFile::getSectionAddress(DataRefImpl Ref, function in class:COFFObjectFile
H A DMachOObjectFile.cpp581 getSectionAddress(Sec, EndOffset);
675 std::error_code MachOObjectFile::getSectionAddress(DataRefImpl Sec, function in class:llvm::object::MachOObjectFile
807 getSectionAddress(Sec, SectBegin);
854 getSectionAddress(Sec, SecAddress);

Completed in 223 milliseconds