Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOARM.h124 auto EntryItr = GlobalSymbolTable.find(TargetName); in processRelocationRef() local
125 if (EntryItr != GlobalSymbolTable.end()) { in processRelocationRef()
127 EntryItr->second.getFlags().getTargetFlags() & in processRelocationRef()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp742 auto EntryItr = Symbols.find(Name); in defineMaterializing() local
745 if (EntryItr != Symbols.end()) { in defineMaterializing()
761 EntryItr = in defineMaterializing()
765 EntryItr->second.setState(SymbolState::Materializing); in defineMaterializing()