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

  /external/llvm/lib/IR/
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 143 static bool getSymTab(Value *V, ValueSymbolTable *&ST) {
196 if (getSymTab(this, ST))
248 if (getSymTab(this, ST)) {
269 if (getSymTab(this, ST)) {
278 bool Failure = getSymTab(V, VST);
  /external/llvm/include/llvm/IR/
SymbolTableListTraits.h 60 static ValueSymbolTable *getSymTab(ItemParentClass *Par) {
Function.h 49 static ValueSymbolTable *getSymTab(Function *ItemParent);
66 static ValueSymbolTable *getSymTab(Function *ItemParent);
507 ilist_traits<BasicBlock>::getSymTab(Function *F) {
512 ilist_traits<Argument>::getSymTab(Function *F) {
  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 436 LDSection& getSymTab() {
441 const LDSection& getSymTab() const {
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 621 return target().getOutputFormat()->getSymTab().index();
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 662 LDSection& symtab = file_format->getSymTab();
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 614 LDSection& symtab = file_format->getSymTab();
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 705 LDSection& symtab = getOutputFormat()->getSymTab();

Completed in 266 milliseconds