Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAssembler.h154 bool SubsectionsViaSymbols : 1; variable
350 bool getSubsectionsViaSymbols() const { return SubsectionsViaSymbols; } in getSubsectionsViaSymbols()
351 void setSubsectionsViaSymbols(bool Value) { SubsectionsViaSymbols = Value; } in setSubsectionsViaSymbols()
H A DMCMachObjectWriter.h181 unsigned LoadCommandsSize, bool SubsectionsViaSymbols);
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.h231 bool SubsectionsViaSymbols = false; variable
H A DMachOLinkGraphBuilder.cpp58 SubsectionsViaSymbols = MachHeader.flags & MachO::MH_SUBSECTIONS_VIA_SYMBOLS; in MachOLinkGraphBuilder()
520 !SubsectionsViaSymbols)) { in graphifyRegularSymbols()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp138 bool SubsectionsViaSymbols) { in writeHeader() argument
141 if (SubsectionsViaSymbols) in writeHeader()
H A DMCAssembler.cpp90 BundleAlignSize(0), RelaxAll(false), SubsectionsViaSymbols(false), in MCAssembler()
108 SubsectionsViaSymbols = false; in reset()