HomeSort by: relevance | last modified time | path
    Searched refs:getValueSymbolTable (Results 1 - 16 of 16) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
SymbolTableListTraits.h 93 return Par ? toPtr(Par->getValueSymbolTable()) : nullptr;
Function.h 770 inline ValueSymbolTable *getValueSymbolTable() { return SymTab.get(); }
771 inline const ValueSymbolTable *getValueSymbolTable() const {
Module.h 588 const ValueSymbolTable &getValueSymbolTable() const { return *ValSymTab; }
590 ValueSymbolTable &getValueSymbolTable() { return *ValSymTab; }
BasicBlock.h 372 ValueSymbolTable *getValueSymbolTable();
  /src/external/apache2/llvm/dist/llvm/lib/IR/
BasicBlock.cpp 26 ValueSymbolTable *BasicBlock::getValueSymbolTable() {
28 return F->getValueSymbolTable();
Value.cpp 254 ST = PP->getValueSymbolTable();
257 ST = P->getValueSymbolTable();
260 ST = &P->getValueSymbolTable();
263 ST = P->getValueSymbolTable();
Module.cpp 114 return cast_or_null<GlobalValue>(getValueSymbolTable().lookup(Name));
  /src/external/apache2/llvm/dist/llvm/tools/bugpoint/
CrashDebugger.cpp 530 const ValueSymbolTable &GST = BD.getProgram().getValueSymbolTable();
533 Value *V = F->getValueSymbolTable()->lookup(BI.second);
638 const ValueSymbolTable &GST = BD.getProgram().getValueSymbolTable();
641 Value *V = F->getValueSymbolTable()->lookup(BI.second);
731 const ValueSymbolTable &GST = BD.getProgram().getValueSymbolTable();
734 Value *V = F->getValueSymbolTable()->lookup(BI.second);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
StripSymbols.cpp 226 if (auto *Symtab = I.getValueSymbolTable())
SampleProfile.cpp 1852 for (const auto &N_F : M.getValueSymbolTable()) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPULibFunc.cpp 941 M->getValueSymbolTable().lookup(FuncName));
956 M->getValueSymbolTable().lookup(FuncName));
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp 753 F.getValueSymbolTable()->lookup(Name.Value));
MIParser.cpp 699 MF.getFunction().getValueSymbolTable()->lookup(Name));
2327 F.getValueSymbolTable()->lookup(Token.stringValue()));
2768 V = PFS.MF.getFunction().getValueSymbolTable()->lookup(Token.stringValue());
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 416 EnumerateValueSymbolTable(M.getValueSymbolTable());
BitcodeWriter.cpp 3366 if (auto *Symtab = F.getValueSymbolTable())
  /src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp 1530 cast_or_null<GlobalValue>(M->getValueSymbolTable().lookup(Name));
3132 Value *Val = F.getValueSymbolTable()->lookup(Name);
3559 F->getValueSymbolTable()->lookup(Label.StrVal));
7998 Value *V = F->getValueSymbolTable()->lookup(Label.StrVal);

Completed in 124 milliseconds