Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp435 bool SectionIsText = NSec.Flags & MachO::S_ATTR_PURE_INSTRUCTIONS; in graphifyRegularSymbols() local
552 NSym, B, SymEnd - orc::ExecutorAddr(NSym.Value), SectionIsText, in graphifyRegularSymbols()
656 bool SectionIsText = NSec.Flags & MachO::S_ATTR_PURE_INSTRUCTIONS; in graphifyCStringSection() local
712 auto &Sym = createStandardGraphSymbol(NSym, B, SymSize, SectionIsText, in graphifyCStringSection()