Home
last modified time | relevance | path

Searched defs:getBinding (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSymbolELF.cpp66 unsigned MCSymbolELF::getBinding() const { in getBinding() function in llvm::MCSymbolELF
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h90 unsigned getBinding() const { in getBinding() function
H A DELFObjectFile.h185 uint8_t getBinding() const { in getBinding() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.h235 unsigned char getBinding() const { return st_info >> 4; } in getBinding() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDXILResource.h388 const ResourceBinding &getBinding() const { return Binding; } in getBinding() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp710 SVal getBinding(Store S, Loc L, QualType T) override { in getBinding() function in __anonfa909ae00911::RegionStoreManager
1542 SVal RegionStoreManager::getBinding(RegionBindingsConstRef B, Loc L, QualType T) { in getBinding() function in RegionStoreManager
/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp2332 ChainedFixupsSection::getBinding(const Symbol *sym, int64_t addend) const { in getBinding() function in ChainedFixupsSection
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1359 unsigned char getBinding() const { return st_info >> 4; } in getBinding() function
1379 unsigned char getBinding() const { return st_info >> 4; } in getBinding() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h4202 Expr *getBinding() const { return Binding; } in getBinding() function