HomeSort by relevance Sort by last modified time
    Searched refs:getSymTab (Results 1 - 9 of 9) 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) {
194 if (getSymTab(this, ST))
246 if (getSymTab(this, ST)) {
267 if (getSymTab(this, ST)) {
276 bool Failure = getSymTab(V, VST);
  /external/llvm/include/llvm/IR/
SymbolTableListTraits.h 60 static ValueSymbolTable *getSymTab(ItemParentClass *Par) {
Function.h 48 static ValueSymbolTable *getSymTab(Function *ItemParent);
65 static ValueSymbolTable *getSymTab(Function *ItemParent);
489 ilist_traits<BasicBlock>::getSymTab(Function *F) {
494 ilist_traits<Argument>::getSymTab(Function *F) {
  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 439 LDSection& getSymTab() {
444 const LDSection& getSymTab() const {
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 566 LDSection& symtab = file_format->getSymTab();
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 554 return target().getOutputFormat()->getSymTab().index();
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 604 LDSection& symtab = file_format->getSymTab();
    [all...]

Completed in 1091 milliseconds