Home
last modified time | relevance | path

Searched defs:binding (Results 1 – 25 of 32) sorted by relevance

12

/llvm-project-15.0.7/flang/test/Semantics/
H A Dcall17.f9011 procedure :: binding => func method
H A Dresolve65.f9010 procedure :: binding => assign_t1 method
H A Dcall03.f9016 procedure :: binding => subr01 method
/llvm-project-15.0.7/lld/ELF/
H A DSymbols.h87 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 DInputFiles.cpp1027 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 DDriver.cpp2006 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 DConvertLaunchFuncToLLVMCalls.cpp61 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 DSPIRVAttributes.cpp56 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 DTargetAndABI.cpp102 spirv::getInterfaceVarABIAttr(unsigned descriptorSet, unsigned binding, in getInterfaceVarABIAttr()
/llvm-project-15.0.7/flang/runtime/
H A Dtype-info.h187 const Descriptor &binding() const { return binding_.descriptor(); } in binding() function
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dcall.cpp124 } else if (const auto *binding{ in GetInterfaceSymbol() local
H A Dcharacteristics.cpp88 [&](const semantics::ProcBindingDetails &binding) { in Characterize()
530 [&](const semantics::ProcBindingDetails &binding) { in CharacterizeProcedure()
H A Dtools.cpp885 if (const auto *binding{ in AttachDeclaration() local
1545 [&](const ProcBindingDetails &binding) { in FindFunctionResult()
H A Dshape.cpp704 [&](const semantics::ProcBindingDetails &binding) { in operator ()()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DTaint.cpp66 if (Optional<SVal> binding = in addTaint() local
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp260 const char *ELFSymbol::bindingToCString(unsigned char binding) { in bindingToCString()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dprogram-tree.cpp158 if (const auto &binding{std::get<std::optional<parser::LanguageBindingSpec>>( in Build() local
H A Dcheck-declarations.cpp1626 const Symbol &symbol, const ProcBindingDetails &binding) { in CheckProcBinding()
2130 const auto *binding{ref->detailsIf<ProcBindingDetails>()}; in CheckDefinedIoProc() local
H A Druntime-type-info.cpp1017 const auto *binding{specificOrBinding.detailsIf<ProcBindingDetails>()}; in DescribeSpecialProc() local
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/Transforms/
H A DUnifyAliasedResourcePass.cpp49 Optional<uint32_t> binding = varOp.binding(); in collectAliasedResources() local
/llvm-project-15.0.7/lld/MachO/
H A DInputSection.h292 constexpr const char binding[] = "__binding"; variable
H A DSyntheticSections.h629 BindingSection *binding = nullptr; member
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprAgg.cpp1241 CodeGenFunction::OpaqueValueMapping binding(CGF, E); in VisitAbstractConditionalOperator() local
1778 CodeGenFunction::OpaqueValueMapping binding(CGF, E->getCommonExpr()); in VisitArrayInitLoopExpr() local
H A DCGExprComplex.cpp1035 CodeGenFunction::OpaqueValueMapping binding(CGF, E); in VisitAbstractConditionalOperator() local
/llvm-project-15.0.7/lld/wasm/
H A DSymbolTable.cpp488 uint32_t binding = flags & WASM_SYMBOL_BINDING_MASK; in setImportAttributes() local

12