Searched refs:getBinding (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.h237 unsigned char getBinding() const { return st_info >> 4; } function in struct:elf::ELFSymbol
H A DELFHeader.cpp312 bindingToCString (getBinding()),
H A DObjectFileELF.cpp1233 bool is_global = symbol.getBinding() == STB_GLOBAL;
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h61 virtual SVal getBinding(Store store, Loc loc, QualType T = QualType()) = 0;
H A DProgramState.h714 return getStateManager().StoreMgr->getBinding(getStore(), LV, T);
718 return getStateManager().StoreMgr->getBinding(getStore(),
/freebsd-10.1-release/contrib/llvm/include/llvm/Object/
H A DELFTypes.h182 unsigned char getBinding() const { return st_info >> 4; } function in struct:llvm::object::Elf_Sym_Impl
185 void setType(unsigned char t) { setBindingAndType(getBinding(), t); }
H A DELFObjectFile.h377 if (ESym->getBinding() != ELF::STB_LOCAL)
380 if (ESym->getBinding() == ELF::STB_WEAK)
/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A DELF.h1378 unsigned char getBinding() const { return st_info >> 4; } function in struct:llvm::ELF::Elf32_Sym
1381 void setType(unsigned char t) { setBindingAndType(getBinding(), t); }
1398 unsigned char getBinding() const { return st_info >> 4; } function in struct:llvm::ELF::Elf64_Sym
1401 void setType(unsigned char t) { setBindingAndType(getBinding(), t); }
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp492 /// getBinding (L)
502 virtual SVal getBinding(Store S, Loc L, QualType T) { function in class:__anon3632::RegionStoreManager
503 return getBinding(getRegionBindings(S), L, T);
506 SVal getBinding(RegionBindingsConstRef B, Loc L, QualType T = QualType());
1028 SVal V = RM.getBinding(B, loc::MemRegionVal(VR));
1259 SVal RegionStoreManager::getBinding(RegionBindingsConstRef B, Loc L, QualType T) { function in class:RegionStoreManager
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp172 const SVal &V = StoreMgr.getBinding(store, loc::MemRegionVal(FR));
H A DMacOSKeychainAPIChecker.cpp223 SymbolRef sym = SM.getBinding(State->getStore(), *X).getAsLocSymbol();
/freebsd-10.1-release/contrib/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp358 switch (ESym->getBinding()) {
/freebsd-10.1-release/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp641 W.printEnum ("Binding", Symbol->getBinding(),

Completed in 88 milliseconds