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 46 static ValueSymbolTable *getSymTab(Function *ItemParent);
523 ilist_traits<BasicBlock>::getSymTab(Function *F) {
528 ilist_traits<Argument>::getSymTab(Function *F) {
  /external/llvm/lib/IR/
Value.cpp 138 static bool getSymTab(Value *V, ValueSymbolTable *&ST) {
187 if (getSymTab(this, ST))
230 if (getSymTab(this, ST)) {
250 if (getSymTab(this, ST)) {
259 bool Failure = getSymTab(V, VST);
  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 461 LDSection& getSymTab() {
466 const LDSection& getSymTab() const {

Completed in 101 milliseconds