Home
last modified time | relevance | path

Searched defs:Bind (Results 1 – 7 of 7) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DELFConfig.h25 uint8_t Bind = ELF::STB_GLOBAL; member
H A DObject.cpp729 void SymbolTableSection::addSymbol(Twine Name, uint8_t Bind, uint8_t Type, in addSymbol()
/netbsd/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp99 ASTMatchFinder::BindKind Bind) in MatchChildASTVisitor()
397 const ASTMatchFinder::BindKind Bind; member in clang::ast_matchers::internal::__anon88d836f60111::MatchChildASTVisitor
581 BindKind Bind) { in memoizedMatchesRecursively()
616 BindKind Bind) { in matchesRecursively()
646 BoundNodesTreeBuilder *Builder, BindKind Bind) override { in matchesChildOf()
655 BindKind Bind) override { in matchesDescendantOf()
/netbsd/external/apache2/llvm/dist/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp217 uint8_t Bind = Sym.Weak ? STB_WEAK : STB_GLOBAL; in ELFStubBuilder() local
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp443 StoreRef Bind(Store store, Loc LV, SVal V) override { in Bind() function in __anon8aca5cc10511::RegionStoreManager
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp6999 CXXBindTemporaryExpr *Bind = CXXBindTemporaryExpr::Create(Context, Temp, E); in MaybeBindToTemporary() local
7141 CXXBindTemporaryExpr *Bind = in ActOnDecltypeExpression() local
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp70 bool objdump::Bind; member in objdump