Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCAssembler.h880 unsigned SubsectionsViaSymbols : 1; variable
1004 return SubsectionsViaSymbols; in getSubsectionsViaSymbols()
1007 SubsectionsViaSymbols = Value; in setSubsectionsViaSymbols()
DMCMachObjectWriter.h166 bool SubsectionsViaSymbols);
/external/llvm/lib/MC/
DMachObjectWriter.cpp127 bool SubsectionsViaSymbols) { in WriteHeader() argument
130 if (SubsectionsViaSymbols) in WriteHeader()
DMCAssembler.cpp269 SubsectionsViaSymbols(false), ELFHeaderEFlags(0) { in MCAssembler()
290 SubsectionsViaSymbols = false; in reset()