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 48 static ValueSymbolTable *getSymTab(Function *ItemParent);
65 static ValueSymbolTable *getSymTab(Function *ItemParent);
459 ilist_traits<BasicBlock>::getSymTab(Function *F) {
464 ilist_traits<Argument>::getSymTab(Function *F) {
  /external/llvm/lib/IR/
Value.cpp 144 static bool getSymTab(Value *V, ValueSymbolTable *&ST) {
195 if (getSymTab(this, ST))
247 if (getSymTab(this, ST)) {
268 if (getSymTab(this, ST)) {
277 bool Failure = getSymTab(V, VST);
  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 439 LDSection& getSymTab() {
444 const LDSection& getSymTab() const {

Completed in 242 milliseconds