HomeSort by relevance Sort by last modified time
    Searched refs:getSymTab (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/VMCore/
SymbolTableListTraitsImpl.h 32 ValueSymbolTable *OldST = TraitsClass::getSymTab(getListOwner());
38 ValueSymbolTable *NewST = TraitsClass::getSymTab(getListOwner());
72 if (ValueSymbolTable *ST = TraitsClass::getSymTab(Owner))
81 if (ValueSymbolTable *ST = TraitsClass::getSymTab(getListOwner()))
96 ValueSymbolTable *NewST = TraitsClass::getSymTab(NewIP);
97 ValueSymbolTable *OldST = TraitsClass::getSymTab(OldIP);
Value.cpp 140 static bool getSymTab(Value *V, ValueSymbolTable *&ST) {
191 if (getSymTab(this, ST))
240 if (getSymTab(this, ST)) {
261 if (getSymTab(this, ST)) {
270 bool Failure = getSymTab(V, VST);
  /external/llvm/include/llvm/
Function.h 48 static ValueSymbolTable *getSymTab(Function *ItemParent);
65 static ValueSymbolTable *getSymTab(Function *ItemParent);
447 ilist_traits<BasicBlock>::getSymTab(Function *F) {
452 ilist_traits<Argument>::getSymTab(Function *F) {
SymbolTableListTraits.h 61 static ValueSymbolTable *getSymTab(ItemParentClass *Par) {
  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 427 LDSection& getSymTab() {
432 const LDSection& getSymTab() const {
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 305 file_format->getSymTab().setSize(symtab*sizeof(llvm::ELF::Elf32_Sym));
307 file_format->getSymTab().setSize(symtab*sizeof(llvm::ELF::Elf64_Sym));
357 LDSection& symtab_sect = file_format->getSymTab();

Completed in 120 milliseconds