Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DMachOFormat.h253 SF_PureInstructions = 0x80000000 enumerator
/external/llvm/lib/Object/
DMachOObjectFile.cpp589 Result = Sect->Flags & macho::SF_PureInstructions; in isSectionText()
593 Result = Sect->Flags & macho::SF_PureInstructions; in isSectionText()