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

  /external/llvm/include/llvm/
SymbolTableListTraits.h 61 static ValueSymbolTable *getSymTab(ItemParentClass *Par) {
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) {
  /external/llvm/lib/VMCore/
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);
  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 427 LDSection& getSymTab() {
432 const LDSection& getSymTab() const {

Completed in 135 milliseconds