Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h150 uint64_t getSectionAddress(const MCSection *Sec) const { in getSectionAddress() function
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h326 uint8_t *getSectionAddress(unsigned SectionID) const { in getSectionAddress() function
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DELFObjectFile.h667 uint64_t ELFObjectFile<ELFT>::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress() function
/freebsd-12.1/contrib/llvm/lib/Object/
H A DWasmObjectFile.cpp1312 uint64_t WasmObjectFile::getSectionAddress(DataRefImpl Sec) const { return 0; } in getSectionAddress() function in WasmObjectFile
H A DCOFFObjectFile.cpp279 uint64_t COFFObjectFile::getSectionAddress(DataRefImpl Ref) const { in getSectionAddress() function in COFFObjectFile
H A DMachOObjectFile.cpp1871 uint64_t MachOObjectFile::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress() function in MachOObjectFile