Home
last modified time | relevance | path

Searched defs:getSectionLoadAddress (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/
H A DDIContext.h236 virtual uint64_t getSectionLoadAddress(const object::SectionRef &Sec) const { in getSectionLoadAddress() function
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp903 RuntimeDyldCheckerImpl::getSectionLoadAddress(void *LocalAddress) const { in getSectionLoadAddress() function in RuntimeDyldCheckerImpl
987 RuntimeDyldChecker::getSectionLoadAddress(void *LocalAddress) const { in getSectionLoadAddress() function in RuntimeDyldChecker
H A DRuntimeDyldImpl.h322 uint64_t getSectionLoadAddress(unsigned SectionID) const { in getSectionLoadAddress() function
H A DRuntimeDyld.cpp1180 uint64_t RuntimeDyld::LoadedObjectInfo::getSectionLoadAddress( in getSectionLoadAddress() function in llvm::RuntimeDyld::LoadedObjectInfo