Searched defs:getBinding (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCSymbolELF.cpp64 unsigned MCSymbolELF::getBinding() const { function in class:llvm::MCSymbolELF
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h195 unsigned char getBinding() const { return st_info >> 4; } function in struct:llvm::object::Elf_Sym_Impl
H A DWasm.h84 unsigned getBinding() const { function in class:llvm::object::WasmSymbol
H A DELFObjectFile.h150 uint8_t getBinding() const { function in class:llvm::object::ELFSymbolRef
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.h235 unsigned char getBinding() const { return st_info >> 4; } function in struct:elf::ELFSymbol
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1447 SVal RegionStoreManager::getBinding(RegionBindingsConstRef B, Loc L, QualType T) { function in class:RegionStoreManager
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1001 unsigned char getBinding() const { return st_info >> 4; } function in struct:llvm::ELF::Elf32_Sym
1021 unsigned char getBinding() const { return st_info >> 4; } function in struct:llvm::ELF::Elf64_Sym
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3836 Expr *getBinding() const { return Binding; } function in class:clang::BindingDecl

Completed in 209 milliseconds