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

References

lib/AsmParser/LLParser.cpp
 1411     cast_or_null<GlobalValue>(M->getValueSymbolTable().lookup(Name));
 2877   Value *Val = F.getValueSymbolTable()->lookup(Name);
 3296           F->getValueSymbolTable()->lookup(Label.StrVal));
 7442   Value *V = F->getValueSymbolTable()->lookup(Label.StrVal);
lib/CodeGen/MIRParser/MIParser.cpp
  631         MF.getFunction().getValueSymbolTable()->lookup(Name));
 2152         F.getValueSymbolTable()->lookup(Token.stringValue()));
 2598     V = MF.getFunction().getValueSymbolTable()->lookup(Token.stringValue());
lib/CodeGen/MIRParser/MIRParser.cpp
  698           F.getValueSymbolTable()->lookup(Name.Value));
lib/IR/Module.cpp
  114   return cast_or_null<GlobalValue>(getValueSymbolTable().lookup(Name));
lib/Target/AMDGPU/AMDGPULibFunc.cpp
  945     M->getValueSymbolTable().lookup(FuncName));
  960     M->getValueSymbolTable().lookup(FuncName));
tools/bugpoint/CrashDebugger.cpp
  521       Function *F = cast<Function>(GST.lookup(BI.first));
  522       Value *V = F->getValueSymbolTable()->lookup(BI.second);
  628       auto *F = cast<Function>(GST.lookup(BI.first));
  629       Value *V = F->getValueSymbolTable()->lookup(BI.second);
  720       auto *F = cast<Function>(GST.lookup(BI.first));
  721       Value *V = F->getValueSymbolTable()->lookup(BI.second);