| /llvm-project-15.0.7/flang/test/Semantics/ |
| H A D | call17.f90 | 11 procedure :: binding => func method
|
| H A D | resolve65.f90 | 10 procedure :: binding => assign_t1 method
|
| H A D | call03.f90 | 16 procedure :: binding => subr01 method
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | Symbols.h | 87 uint8_t binding : 4; variable 244 Symbol(Kind k, InputFile *file, StringRef name, uint8_t binding, in Symbol() 327 Defined(InputFile *file, StringRef name, uint8_t binding, uint8_t stOther, in Defined() 364 CommonSymbol(InputFile *file, StringRef name, uint8_t binding, in CommonSymbol() 381 : Symbol(UndefinedKind, file, name, binding, stOther, type), in Symbol() argument 395 SharedSymbol(InputFile &file, StringRef name, uint8_t binding, in SharedSymbol()
|
| H A D | InputFiles.cpp | 1027 uint8_t binding = eSym.getBinding(); in initializeSymbols() local 1114 uint8_t binding = eSym.getBinding(); in postParse() local 1607 uint8_t binding = objSym.isWeak() ? STB_WEAK : STB_GLOBAL; in createBitcodeSymbol() local
|
| H A D | Driver.cpp | 2006 uint8_t binding = sym->isLazy() ? sym->binding : uint8_t(STB_WEAK); in demoteSharedAndLazySymbols() local 2129 uint8_t binding = STB_GLOBAL) { in addUnusedUndefined()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/SPIRVToLLVM/ |
| H A D | ConvertLaunchFuncToLLVMCalls.cpp | 61 IntegerAttr binding = op->getAttrOfType<IntegerAttr>(bindingName()); in calculateGlobalIndex() local 85 IntegerAttr binding = op->getAttrOfType<IntegerAttr>(bindingName()); in createGlobalVariableWithBindName() local 97 IntegerAttr binding = op->getAttrOfType<IntegerAttr>(bindingName()); in hasDescriptorSetAndBinding() local
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/ |
| H A D | SPIRVAttributes.cpp | 56 Attribute binding; member 121 spirv::InterfaceVarABIAttr::get(uint32_t descriptorSet, uint32_t binding, in get() 134 spirv::InterfaceVarABIAttr::get(IntegerAttr descriptorSet, IntegerAttr binding, in get() 162 IntegerAttr binding, IntegerAttr storageClass) { in verify() 404 uint32_t binding = 0; in parseInterfaceVarABIAttr() local
|
| H A D | TargetAndABI.cpp | 102 spirv::getInterfaceVarABIAttr(unsigned descriptorSet, unsigned binding, in getInterfaceVarABIAttr()
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | type-info.h | 187 const Descriptor &binding() const { return binding_.descriptor(); } in binding() function
|
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | call.cpp | 124 } else if (const auto *binding{ in GetInterfaceSymbol() local
|
| H A D | characteristics.cpp | 88 [&](const semantics::ProcBindingDetails &binding) { in Characterize() 530 [&](const semantics::ProcBindingDetails &binding) { in CharacterizeProcedure()
|
| H A D | tools.cpp | 885 if (const auto *binding{ in AttachDeclaration() local 1545 [&](const ProcBindingDetails &binding) { in FindFunctionResult()
|
| H A D | shape.cpp | 704 [&](const semantics::ProcBindingDetails &binding) { in operator ()()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | Taint.cpp | 66 if (Optional<SVal> binding = in addTaint() local
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ELFHeader.cpp | 260 const char *ELFSymbol::bindingToCString(unsigned char binding) { in bindingToCString()
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | program-tree.cpp | 158 if (const auto &binding{std::get<std::optional<parser::LanguageBindingSpec>>( in Build() local
|
| H A D | check-declarations.cpp | 1626 const Symbol &symbol, const ProcBindingDetails &binding) { in CheckProcBinding() 2130 const auto *binding{ref->detailsIf<ProcBindingDetails>()}; in CheckDefinedIoProc() local
|
| H A D | runtime-type-info.cpp | 1017 const auto *binding{specificOrBinding.detailsIf<ProcBindingDetails>()}; in DescribeSpecialProc() local
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/Transforms/ |
| H A D | UnifyAliasedResourcePass.cpp | 49 Optional<uint32_t> binding = varOp.binding(); in collectAliasedResources() local
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | InputSection.h | 292 constexpr const char binding[] = "__binding"; variable
|
| H A D | SyntheticSections.h | 629 BindingSection *binding = nullptr; member
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGExprAgg.cpp | 1241 CodeGenFunction::OpaqueValueMapping binding(CGF, E); in VisitAbstractConditionalOperator() local 1778 CodeGenFunction::OpaqueValueMapping binding(CGF, E->getCommonExpr()); in VisitArrayInitLoopExpr() local
|
| H A D | CGExprComplex.cpp | 1035 CodeGenFunction::OpaqueValueMapping binding(CGF, E); in VisitAbstractConditionalOperator() local
|
| /llvm-project-15.0.7/lld/wasm/ |
| H A D | SymbolTable.cpp | 488 uint32_t binding = flags & WASM_SYMBOL_BINDING_MASK; in setImportAttributes() local
|