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

  /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) {
  /external/llvm/lib/IR/
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);
  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 436 LDSection& getSymTab() {
441 const LDSection& getSymTab() const {

Completed in 90 milliseconds