| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGHLSLRuntime.cpp | 186 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 D | CGHLSLRuntime.h | 64 BufferResBinding Binding; member 96 BufferResBinding &Binding);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObjcopy.cpp | 245 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 D | fapll.txt | 1 Binding for Texas Instruments FAPLL clock. 3 Binding status: Unstable - ABI compatibility may be broken in the future
|
| H A D | clockdomain.txt | 1 Binding for Texas Instruments clockdomain. 3 Binding status: Unstable - ABI compatibility may be broken in the future
|
| H A D | autoidle.txt | 1 Binding for Texas Instruments autoidle clock. 3 Binding status: Unstable - ABI compatibility may be broken in the future
|
| H A D | fixed-factor-clock.txt | 1 Binding for TI fixed factor rate clock sources. 3 Binding status: Unstable - ABI compatibility may be broken in the future
|
| H A D | adpll.txt | 1 Binding for Texas Instruments ADPLL clock. 3 Binding status: Unstable - ABI compatibility may be broken in the future
|
| H A D | composite.txt | 1 Binding for TI composite clock. 3 Binding status: Unstable - ABI compatibility may be broken in the future
|
| H A D | apll.txt | 1 Binding for Texas Instruments APLL clock. 3 Binding status: Unstable - ABI compatibility may be broken in the future
|
| H A D | interface.txt | 1 Binding for Texas Instruments interface clock. 3 Binding status: Unstable - ABI compatibility may be broken in the future
|
| H A D | mux.txt | 1 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 D | InterfaceStubFunctionsConsumer.cpp | 30 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 D | ExegesisEmitter.cpp | 235 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 D | Store.h | 264 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 D | MCSymbolELF.cpp | 43 void MCSymbolELF::setBinding(unsigned Binding) const { in setBinding() 46 switch (Binding) { in setBinding()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/power/ |
| H A D | mti,mips-cpc.txt | 1 Binding for MIPS Cluster Power Controller (CPC).
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/powerpc/opal/ |
| H A D | oppanel-opal.txt | 1 IBM OPAL Operator Panel Binding
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/fpga/ |
| H A D | fpga-bridge.txt | 1 FPGA Bridge Device Tree Binding
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/virtio/ |
| H A D | pci-iommu.yaml | 25 # 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 D | MCSymbolELF.h | 35 void setBinding(unsigned Binding) const;
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/clock/ |
| H A D | qcom,lcc.txt | 1 Qualcomm LPASS Clock & Reset Controller Binding
|
| H A D | qcom,turingcc.txt | 1 Qualcomm Turing Clock & Reset Controller Binding
|
| H A D | qcom,camcc.txt | 1 Qualcomm Camera Clock & Reset Controller Binding
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/power/supply/ |
| H A D | isp1704.txt | 1 Binding for NXP ISP1704 USB Charger Detection
|