Home
last modified time | relevance | path

Searched refs:HasSectionHashEntryBit (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalObject.h55 HasSectionHashEntryBit, enumerator
111 return getGlobalValueSubClassData() & (1 << HasSectionHashEntryBit); in hasSection()
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp278 // Update the HasSectionHashEntryBit. Setting the section to the empty string in isDeclaration()
280 setGlobalObjectFlag(HasSectionHashEntryBit, !S.empty()); in isDeclaration()