Home
last modified time | relevance | path

Searched refs:Binding (Results 1 – 25 of 217) sorted by relevance

123456789

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp186 llvm::hlsl::ElementType::Invalid, Buf.Binding); in finishCodeGen()
192 Binding(D->getAttr<HLSLResourceBindingAttr>()) {} in Buffer()
199 BufferResBinding &Binding) { in addBufferResourceAnnotation() argument
221 GV, RK, ET, IsROV, Binding.Reg.value_or(UINT_MAX), Binding.Space); in addBufferResourceAnnotation()
289 BufferResBinding Binding(D->getAttr<HLSLResourceBindingAttr>()); in annotateHLSLResource() local
290 addBufferResourceAnnotation(GV, RC, RK, IsROV, ET, Binding); in annotateHLSLResource()
294 HLSLResourceBindingAttr *Binding) { in BufferResBinding() argument
295 if (Binding) { in BufferResBinding()
297 Binding->getSlot().substr(1).getAsInteger(10, RegInt); in BufferResBinding()
300 Binding->getSpace().substr(5).getAsInteger(10, SpaceInt); in BufferResBinding()
H A DCGHLSLRuntime.h64 BufferResBinding Binding; member
96 BufferResBinding &Binding);
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp245 if (Sym.Binding != STB_LOCAL || Sym.Type != STT_NOTYPE || in isAArch64MappingSymbol()
255 if (Sym.Binding != STB_LOCAL || Sym.Type != STT_NOTYPE || in isArmMappingSymbol()
281 (Sym.Binding == STB_LOCAL || Sym.getShndx() == SHN_UNDEF) && in isUnneededSymbol()
299 Sym.Binding = STB_LOCAL; in updateAndRemoveSymbols()
314 Sym.Binding = STB_LOCAL; in updateAndRemoveSymbols()
318 Sym.Binding = STB_GLOBAL; in updateAndRemoveSymbols()
321 if (Config.SymbolsToWeaken.matches(Sym.Name) && Sym.Binding != STB_LOCAL) in updateAndRemoveSymbols()
322 Sym.Binding = STB_WEAK; in updateAndRemoveSymbols()
324 if (Config.Weaken && Sym.Binding != STB_LOCAL && in updateAndRemoveSymbols()
326 Sym.Binding = STB_WEAK; in updateAndRemoveSymbols()
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/clock/ti/
H A Dfapll.txt1 Binding for Texas Instruments FAPLL clock.
3 Binding status: Unstable - ABI compatibility may be broken in the future
H A Dclockdomain.txt1 Binding for Texas Instruments clockdomain.
3 Binding status: Unstable - ABI compatibility may be broken in the future
H A Dautoidle.txt1 Binding for Texas Instruments autoidle clock.
3 Binding status: Unstable - ABI compatibility may be broken in the future
H A Dfixed-factor-clock.txt1 Binding for TI fixed factor rate clock sources.
3 Binding status: Unstable - ABI compatibility may be broken in the future
H A Dadpll.txt1 Binding for Texas Instruments ADPLL clock.
3 Binding status: Unstable - ABI compatibility may be broken in the future
H A Dcomposite.txt1 Binding for TI composite clock.
3 Binding status: Unstable - ABI compatibility may be broken in the future
H A Dapll.txt1 Binding for Texas Instruments APLL clock.
3 Binding status: Unstable - ABI compatibility may be broken in the future
H A Dinterface.txt1 Binding for Texas Instruments interface clock.
3 Binding status: Unstable - ABI compatibility may be broken in the future
H A Dmux.txt1 Binding for TI mux clock.
3 Binding status: Unstable - ABI compatibility may be broken in the future
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp30 uint8_t Binding; member
34 MangledSymbol(const std::string &ParentName, uint8_t Type, uint8_t Binding, in MangledSymbol()
36 : ParentName(ParentName), Type(Type), Binding(Binding), Names(Names) {} in MangledSymbol()
321 if (Symbol.Binding == llvm::ELF::STB_WEAK) in HandleTranslationUnit()
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DExegesisEmitter.cpp235 for (Record *Binding : Bindings) { in emitPfmCountersLookupTable()
238 << Binding->getValueAsString("CpuName") << "\"," // in emitPfmCountersLookupTable()
239 << " &" << Target << Binding->getValueAsDef("Counters")->getName() // in emitPfmCountersLookupTable()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h264 const MemRegion* Binding = nullptr; variable
270 explicit operator bool() { return First && Binding; }
274 const MemRegion *getRegion() { return Binding; } in getRegion()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCSymbolELF.cpp43 void MCSymbolELF::setBinding(unsigned Binding) const { in setBinding()
46 switch (Binding) { in setBinding()
/freebsd-14.2/sys/contrib/device-tree/Bindings/power/
H A Dmti,mips-cpc.txt1 Binding for MIPS Cluster Power Controller (CPC).
/freebsd-14.2/sys/contrib/device-tree/Bindings/powerpc/opal/
H A Doppanel-opal.txt1 IBM OPAL Operator Panel Binding
/freebsd-14.2/sys/contrib/device-tree/Bindings/fpga/
H A Dfpga-bridge.txt1 FPGA Bridge Device Tree Binding
/freebsd-14.2/sys/contrib/device-tree/Bindings/virtio/
H A Dpci-iommu.yaml25 # according to the PCI Bus Binding specification. Since PCI provides
37 PCI address of the IOMMU. As defined in the PCI Bus Binding
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolELF.h35 void setBinding(unsigned Binding) const;
/freebsd-14.2/sys/contrib/device-tree/Bindings/clock/
H A Dqcom,lcc.txt1 Qualcomm LPASS Clock & Reset Controller Binding
H A Dqcom,turingcc.txt1 Qualcomm Turing Clock & Reset Controller Binding
H A Dqcom,camcc.txt1 Qualcomm Camera Clock & Reset Controller Binding
/freebsd-14.2/sys/contrib/device-tree/Bindings/power/supply/
H A Disp1704.txt1 Binding for NXP ISP1704 USB Charger Detection

123456789