Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCMachObjectWriter.h170 bool SubsectionsViaSymbols);
DMCAssembler.h918 unsigned SubsectionsViaSymbols : 1; variable
1057 return SubsectionsViaSymbols; in getSubsectionsViaSymbols()
1060 SubsectionsViaSymbols = Value; in setSubsectionsViaSymbols()
/external/llvm/lib/MC/
DMachObjectWriter.cpp129 bool SubsectionsViaSymbols) { in WriteHeader() argument
132 if (SubsectionsViaSymbols) in WriteHeader()
DMCAssembler.cpp378 SubsectionsViaSymbols(false), ELFHeaderEFlags(0) { in MCAssembler()
397 SubsectionsViaSymbols = false; in reset()