Home
last modified time | relevance | path

Searched defs:getSectionAddress (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h209 uint64_t getSectionAddress(const MCSection *Sec) const { in getSectionAddress() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.cpp61 COFFLinkGraphBuilder::getSectionAddress(const object::COFFObjectFile &Obj, getSectionAddress() function in llvm::jitlink::COFFLinkGraphBuilder
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h481 uint8_t *getSectionAddress(unsigned SectionID) const { in getSectionAddress() function
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DGOFFObjectFile.cpp442 uint64_t GOFFObjectFile::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress() function in GOFFObjectFile
H A DXCOFFObjectFile.cpp380 uint64_t XCOFFObjectFile::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress() function in llvm::object::XCOFFObjectFile
H A DWasmObjectFile.cpp1975 uint64_t WasmObjectFile::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress() function in WasmObjectFile
H A DCOFFObjectFile.cpp274 uint64_t COFFObjectFile::getSectionAddress(DataRefImpl Ref) const { in getSectionAddress() function in COFFObjectFile
H A DMachOObjectFile.cpp1941 uint64_t MachOObjectFile::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress() function in MachOObjectFile
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h901 uint64_t ELFObjectFile<ELFT>::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress() function