Home
last modified time | relevance | path

Searched refs:getBinding (Results 1 – 25 of 57) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILPostOptimizationValidation.cpp59 << R1.getBinding().LowerBound << " overlaps with resource " << R2.getName() in reportOverlappingError()
60 << " at register " << R2.getBinding().LowerBound << " in space " in reportOverlappingError()
61 << R2.getBinding().Space; in reportOverlappingError()
78 PrevRI->getBinding().overlapsWith(RI->getBinding())) { in reportOverlappingBinding()
H A DDXContainerGlobals.cpp202 const dxil::ResourceInfo::ResourceBinding &Binding = RI.getBinding(); in addResourcesForPSV()
207 const dxil::ResourceInfo::ResourceBinding &Binding = RI.getBinding(); in addResourcesForPSV()
213 const dxil::ResourceInfo::ResourceBinding &Binding = RI.getBinding(); in addResourcesForPSV()
228 const dxil::ResourceInfo::ResourceBinding &Binding = RI.getBinding(); in addResourcesForPSV()
H A DDXILPrettyPrinter.cpp189 OS << getRCPrefix(RC).upper() << Item.getBinding().RecordID; in format()
203 const auto &Binding = Item.getBinding(); in format()
216 uint32_t Size = Item.getBinding().Size; in format()
H A DDXILShaderFlags.cpp239 NumUAVs += UAV.getBinding().Size; in gatherGlobalModuleFlags()
H A DDXILOpLowering.cpp243 const auto &Binding = RI.getBinding(); in lowerToCreateHandle()
277 const auto &Binding = RI.getBinding(); in lowerToBindAndAnnotateHandle()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h231 switch (Sym.getBinding()) { in getSymbolLinkageAndScope()
245 Twine(static_cast<int>(Sym.getBinding())) + " for " + Name, in getSymbolLinkageAndScope()
555 if (Sym.getBinding() != ELF::STB_GLOBAL && in graphifySymbols()
556 Sym.getBinding() != ELF::STB_WEAK) in graphifySymbols()
559 Twine(static_cast<int>(Sym.getBinding())) + in graphifySymbols()
565 Sym.getBinding() == ELF::STB_WEAK); in graphifySymbols()
569 Sym.getBinding() == ELF::STB_LOCAL && Name->empty()) { in graphifySymbols()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h79 return getBinding() == wasm::WASM_SYMBOL_BINDING_WEAK; in isBindingWeak()
83 return getBinding() == wasm::WASM_SYMBOL_BINDING_GLOBAL; in isBindingGlobal()
87 return getBinding() == wasm::WASM_SYMBOL_BINDING_LOCAL; in isBindingLocal()
90 unsigned getBinding() const { in getBinding() function
H A DELFObjectFile.h185 uint8_t getBinding() const { in getBinding() function
398 unsigned char Binding = ESym->getBinding(); in isExportedToOtherDSO()
711 return (*SymOrErr)->getBinding(); in getSymbolBinding()
764 if (ESym->getBinding() != ELF::STB_LOCAL) in getSymbolFlags()
767 if (ESym->getBinding() == ELF::STB_WEAK) in getSymbolFlags()
H A DELFTypes.h228 unsigned char getBinding() const { return st_info >> 4; }
232 void setType(unsigned char t) { setBindingAndType(getBinding(), t); }
274 return getBinding() != ELF::STB_LOCAL;
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolELF.h37 unsigned getBinding() const;
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCELFStreamer.cpp188 if (Symbol->isBindingSet() && Symbol->getBinding() != ELF::STB_GLOBAL) in emitSymbolAttribute()
199 if (Symbol->isBindingSet() && Symbol->getBinding() != ELF::STB_WEAK) in emitSymbolAttribute()
206 if (Symbol->isBindingSet() && Symbol->getBinding() != ELF::STB_LOCAL) in emitSymbolAttribute()
275 if (Symbol->getBinding() == ELF::STB_LOCAL) { in emitCommonSymbol()
H A DMCSymbolELF.cpp66 unsigned MCSymbolELF::getBinding() const { in getBinding() function in llvm::MCSymbolELF
H A DELFObjectWriter.cpp420 uint8_t Binding = Symbol.getBinding(); in writeSymbol()
539 bool Local = Symbol.getBinding() == ELF::STB_LOCAL; in computeSymbolTable()
652 assert(MSD.Symbol->getBinding() != ELF::STB_LOCAL); in computeSymbolTable()
1208 Alias->setBinding(Symbol.getBinding()); in executePostLayoutBinding()
1372 bool UseSectionSym = SymA && SymA->getBinding() == ELF::STB_LOCAL && in recordRelocation()
1400 if (SymA.getBinding() != ELF::STB_LOCAL || in isSymbolRefDifferenceFullyResolvedImpl()
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp1160 uint8_t binding = eSym.getBinding(); in initializeSymbols()
1192 sym->resolve(ctx, Undefined{this, StringRef(), eSym.getBinding(), in initializeSymbols()
1221 if (LLVM_UNLIKELY(eSym.getBinding() != STB_LOCAL)) in initSectionsAndLocalSyms()
1257 uint8_t binding = eSym.getBinding(); in postParse()
1360 return sym.isDefined() && sym.getBinding() == STB_GLOBAL && in isNonCommonDef()
1613 if (sym.getBinding() == STB_LOCAL) { in parse()
1635 Undefined{this, name, sym.getBinding(), sym.st_other, sym.getType()}); in parse()
1637 if (sym.getBinding() != STB_WEAK && in parse()
1659 SharedSymbol{*this, name, sym.getBinding(), sym.st_other, in parse()
1677 SharedSymbol{*this, ss.save(name), sym.getBinding(), sym.st_other, in parse()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1359 unsigned char getBinding() const { return st_info >> 4; } in getBinding() function
1362 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } in setType()
1379 unsigned char getBinding() const { return st_info >> 4; } in getBinding() function
1382 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } in setType()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp146 LHSVal = Mgr.getStoreManager().getBinding(State->getStore(), in evalComparison()
H A DRegionStore.cpp710 SVal getBinding(Store S, Loc L, QualType T) override { in getBinding() function in __anonfa909ae00911::RegionStoreManager
711 return getBinding(getRegionBindings(S), L, T); in getBinding()
727 SVal getBinding(RegionBindingsConstRef B, Loc L, QualType T = QualType());
1272 SVal V = RM.getBinding(B, loc::MemRegionVal(VR)); in VisitCluster()
1542 SVal RegionStoreManager::getBinding(RegionBindingsConstRef B, Loc L, QualType T) { in getBinding() function in RegionStoreManager
2653 SVal V = getBinding(B.asStore(), *MRV, R->getValueType()); in bindArray()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.h235 unsigned char getBinding() const { return st_info >> 4; } in getBinding() function
H A DELFHeader.cpp320 bindingToCString(getBinding()), typeToCString(getType()), st_other, in Dump()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCELFStreamer.cpp105 if (ELFSymbol->getBinding() == ELF::STB_LOCAL) { in HexagonMCEmitCommonSymbol()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h82 virtual SVal getBinding(Store store, Loc loc, QualType T = QualType()) = 0;
H A DProgramState.h806 return getStateManager().StoreMgr->getBinding(getStore(), LV, T); in getRawSVal()
810 return getStateManager().StoreMgr->getBinding(getStore(), in getSVal()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DObjectFileInterface.cpp131 if (Sym.getBinding() == ELF::STB_GNU_UNIQUE) in getELFObjectFileSymbolInfo()
/freebsd/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp523 uint8_t Binding = RawSym.getBinding(); in createELFSym()
553 uint8_t Binding = RawSym.getBinding(); in populateSymbols()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp215 if (Obj.isELF() && ELFSymbolRef(Symbol).getBinding() != ELF::STB_LOCAL) in addSymbol()

123