reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/ExecutionEngine/ExecutionEngine.cpp
 1232               LinkedGlobalsMap[std::make_pair(GV.getName(), GV.getType())]) {
 1232               LinkedGlobalsMap[std::make_pair(GV.getName(), GV.getType())]) {
 1234           if (GVEntry != &GV) {
 1235             NonCanonicalGlobals.push_back(&GV);
 1241       if (!GV.isDeclaration()) {
 1242         addGlobalMapping(&GV, getMemoryForGV(&GV));
 1242         addGlobalMapping(&GV, getMemoryForGV(&GV));
 1247             sys::DynamicLibrary::SearchForAddressOfSymbol(GV.getName()))
 1248           addGlobalMapping(&GV, SymAddr);
 1251                             +GV.getName());