Home
last modified time | relevance | path

Searched refs:SectionLoadAddr (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp80 uint64_t SectionLoadAddr = L.getSectionLoadAddress(Section); in fillSectionInformation() local
81 if (SectionLoadAddr) { in fillSectionInformation()
86 SectionInfo.start_addr = reinterpret_cast<void *>(SectionLoadAddr); in fillSectionInformation()