Home
last modified time | relevance | path

Searched defs:getBinding (Results 1 – 8 of 8) 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.h85 unsigned getBinding() const { in getBinding() function
H A DELFObjectFile.h176 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/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp551 SVal getBinding(Store S, Loc L, QualType T) override { in getBinding() function in __anon23ceefa80411::RegionStoreManager
1383 SVal RegionStoreManager::getBinding(RegionBindingsConstRef B, Loc L, QualType T) { in getBinding() function in RegionStoreManager
/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp2016 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.h1258 unsigned char getBinding() const { return st_info >> 4; } in getBinding() function
1278 unsigned char getBinding() const { return st_info >> 4; } in getBinding() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h4124 Expr *getBinding() const { return Binding; } in getBinding() function