Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp74 section_iterator TargetSI = getSectionByAddress(Obj, SymbolBaseAddr); in processScatteredVANILLA() local
75 assert(TargetSI != Obj.section_end() && "Can't find section for symbol"); in processScatteredVANILLA()
76 uint64_t SectionBaseAddr = TargetSI->getAddress(); in processScatteredVANILLA()
77 SectionRef TargetSection = *TargetSI; in processScatteredVANILLA()