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.h155 uint64_t getSectionAddress(const MCSection *Sec) const { in getSectionAddress() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFFObjectFile.h88 uint64_t getSectionAddress(DataRefImpl Sec) const override { return 0; } in getSectionAddress() function
H A DELFObjectFile.h863 uint64_t ELFObjectFile<ELFT>::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.cpp62 COFFLinkGraphBuilder::getSectionAddress(const object::COFFObjectFile &Obj, in 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 DWasmObjectFile.cpp1799 uint64_t WasmObjectFile::getSectionAddress(DataRefImpl Sec) const { return 0; } in getSectionAddress() function in WasmObjectFile
H A DXCOFFObjectFile.cpp374 uint64_t XCOFFObjectFile::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress() function in llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp275 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