Searched refs:Binding (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolELF.h35 void setBinding(unsigned Binding) const;
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DExegesisEmitter.cpp191 for (Record *Binding : Bindings) {
194 << Binding->getValueAsString("CpuName") << "\"," //
195 << " &" << Target << Binding->getValueAsDef("Counters")->getName() //
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCSymbolELF.cpp41 void MCSymbolELF::setBinding(unsigned Binding) const {
44 switch (Binding) {
46 llvm_unreachable("Unsupported Binding");
96 llvm_unreachable("Unsupported Binding");
H A DELFObjectWriter.cpp538 // Binding and Type share the same byte as upper and lower nibbles
539 uint8_t Binding = Symbol.getBinding(); local
546 uint8_t Info = (Binding << 4) | Type;
1356 unsigned Binding = Sym->getBinding(); local
1357 switch(Binding) {
1359 llvm_unreachable("Invalid Binding");
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h270 const MemRegion* Binding = nullptr; member in class:clang::ento::StoreManager::FindUniqueBinding
276 explicit operator bool() { return First && Binding; }
280 const MemRegion *getRegion() { return Binding; }
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp29 uint8_t Binding; member in struct:__anon3032::InterfaceStubFunctionsConsumer::MangledSymbol
33 MangledSymbol(const std::string &ParentName, uint8_t Type, uint8_t Binding, argument
35 : ParentName(ParentName), Type(Type), Binding(Binding), Names(Names) {}
135 // Binding:
323 if (Symbol.Binding == llvm::ELF::STB_WEAK)
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp343 (Sym.Binding == STB_LOCAL || Sym.getShndx() == SHN_UNDEF) &&
360 Sym.Binding = STB_LOCAL;
375 Sym.Binding = STB_LOCAL;
379 Sym.Binding = STB_GLOBAL;
381 if (Config.SymbolsToWeaken.matches(Sym.Name) && Sym.Binding == STB_GLOBAL)
382 Sym.Binding = STB_WEAK;
384 if (Config.Weaken && Sym.Binding == STB_GLOBAL &&
386 Sym.Binding = STB_WEAK;
413 Sym.Binding == STB_LOCAL && Sym.getShndx() != SHN_UNDEF &&
H A DObject.cpp653 Sym.Binding = Bind;
695 [](const SymPtr &Sym) { return Sym->Binding == STB_LOCAL; });
732 if (Sym->Binding == STB_LOCAL)
789 Sym->setBinding(Symbol->Binding);
H A DObject.h613 uint8_t Binding; member in struct:llvm::objcopy::elf::Symbol
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp558 if (Binding) {
563 Binding = R;
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DInitialization.h384 static InitializedEntity InitializeBinding(VarDecl *Binding) { argument
385 return InitializedEntity(Binding, EK_Binding);
H A DDeclSpec.h1692 struct Binding { struct in class:clang::DecompositionDeclarator
1702 Binding *Bindings;
1727 ArrayRef<Binding> bindings() const {
1864 DecompositionDeclarator::Binding InlineBindings[16];
2188 ArrayRef<DecompositionDeclarator::Binding> Bindings,
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp402 case Decl::Binding:
/freebsd-12-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp304 for (const auto *Binding : D->bindings())
305 TRY_DECL(Binding, IndexCtx.handleDecl(Binding));
H A DIndexSymbol.cpp332 case Decl::Binding:
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3819 Expr *Binding = nullptr; member in class:clang::BindingDecl
3822 : ValueDecl(Decl::Binding, DC, IdLoc, Id, QualType()) {}
3836 Expr *getBinding() const { return Binding; }
3849 void setBinding(QualType DeclaredType, Expr *Binding) { argument
3851 this->Binding = Binding;
3858 static bool classofKind(Kind K) { return K == Decl::Binding; }
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h356 unsigned char Binding = ESym->getBinding(); local
363 (Binding == ELF::STB_GLOBAL || Binding == ELF::STB_WEAK ||
364 Binding == ELF::STB_GNU_UNIQUE) &&
/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp79 for (BoundNodesMap &Binding : Bindings) {
80 ResultVisitor->visitMatch(BoundNodes(Binding));
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp901 uint8_t Binding = SymI->getBinding(); local
902 if (Binding == ELF::STB_GNU_UNIQUE)
905 assert(Binding != ELF::STB_WEAK && "STB_WEAK not tested in calling function");
906 if (Binding != ELF::STB_GLOBAL && Binding != ELF::STB_LOCAL)
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp149 for (auto *Binding : DD->bindings()) {
150 Binding->setInvalidDecl();
714 case Binding:
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp282 ArrayRef<DecompositionDeclarator::Binding> Bindings,
304 new DecompositionDeclarator::Binding[Bindings.size()];
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp1475 for (const auto &Binding : Env) {
1476 if (const auto LCVal = Binding.second.getAs<nonloc::LazyCompoundVal>()) {
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h229 for (BoundNodesMap &Binding : Bindings)
230 Binding.addNode(Id, DynNode);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h109 ELF_STB Binding; member in struct:llvm::ELFYAML::Symbol
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp506 if (Symbols[I].Binding.value != ELF::STB_LOCAL)
546 Symbol.setBindingAndType(Sym.Binding, Sym.Type);

Completed in 423 milliseconds

12