Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCSymbolELF.cpp64 unsigned MCSymbolELF::getBinding() const { in getBinding() function in llvm::MCSymbolELF
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DWasm.h87 unsigned getBinding() const { in getBinding() function
H A DELFObjectFile.h153 uint8_t getBinding() const { in getBinding() function
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp549 SVal getBinding(Store S, Loc L, QualType T) override { in getBinding() function in __anon8aca5cc10511::RegionStoreManager
1407 SVal RegionStoreManager::getBinding(RegionBindingsConstRef B, Loc L, QualType T) { in getBinding() function in RegionStoreManager
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DELF.h1095 unsigned char getBinding() const { return st_info >> 4; } in getBinding() function
1115 unsigned char getBinding() const { return st_info >> 4; } in getBinding() function
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h3852 Expr *getBinding() const { return Binding; } in getBinding() function