HomeSort by: relevance | last modified time | path
    Searched refs:HasSectionHashEntryBit (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
GlobalObject.h 55 HasSectionHashEntryBit,
105 return getGlobalValueSubClassData() & (1 << HasSectionHashEntryBit);
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Globals.cpp 223 // Update the HasSectionHashEntryBit. Setting the section to the empty string
225 setGlobalObjectFlag(HasSectionHashEntryBit, !S.empty());

Completed in 17 milliseconds