Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/
H A DDIContext.h282 virtual uint64_t getSectionLoadAddress(const object::SectionRef &Sec) const { in getSectionLoadAddress() function
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp1273 uint64_t RuntimeDyld::LoadedObjectInfo::getSectionLoadAddress( in getSectionLoadAddress() function in llvm::RuntimeDyld::LoadedObjectInfo
1428 uint64_t RuntimeDyld::getSectionLoadAddress(unsigned SectionID) const { in getSectionLoadAddress() function in llvm::RuntimeDyld
H A DRuntimeDyldImpl.h468 uint64_t getSectionLoadAddress(unsigned SectionID) const { in getSectionLoadAddress() function