HomeSort by: relevance | last modified time | path
    Searched defs:getSectionAddress (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCMachObjectWriter.h 154 uint64_t getSectionAddress(const MCSection *Sec) const {
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 471 uint8_t *getSectionAddress(unsigned SectionID) const {
497 return getSectionAddress(SymInfo.getSectionID()) + SymInfo.getOffset();
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ELFObjectFile.h 279 uint64_t getSectionAddress(DataRefImpl Sec) const override;
818 uint64_t ELFObjectFile<ELFT>::getSectionAddress(DataRefImpl Sec) const {
  /src/external/apache2/llvm/dist/llvm/lib/Object/
COFFObjectFile.cpp 275 uint64_t COFFObjectFile::getSectionAddress(DataRefImpl Ref) const {
WasmObjectFile.cpp 1641 uint64_t WasmObjectFile::getSectionAddress(DataRefImpl Sec) const { return 0; }
XCOFFObjectFile.cpp 247 uint64_t XCOFFObjectFile::getSectionAddress(DataRefImpl Sec) const {
MachOObjectFile.cpp 1918 uint64_t MachOObjectFile::getSectionAddress(DataRefImpl Sec) const {

Completed in 49 milliseconds