Searched refs:SubsectionsViaSymbols (Results 1 – 12 of 12) sorted by relevance
/external/llvm/include/llvm/MC/ |
D | MCAssembler.h | 134 unsigned SubsectionsViaSymbols : 1; variable 277 bool getSubsectionsViaSymbols() const { return SubsectionsViaSymbols; } in getSubsectionsViaSymbols() 278 void setSubsectionsViaSymbols(bool Value) { SubsectionsViaSymbols = Value; } in setSubsectionsViaSymbols()
|
D | MCMachObjectWriter.h | 163 unsigned LoadCommandsSize, bool SubsectionsViaSymbols);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCAssembler.h | 139 bool SubsectionsViaSymbols : 1; variable 304 bool getSubsectionsViaSymbols() const { return SubsectionsViaSymbols; } in getSubsectionsViaSymbols() 305 void setSubsectionsViaSymbols(bool Value) { SubsectionsViaSymbols = Value; } in setSubsectionsViaSymbols()
|
D | MCMachObjectWriter.h | 176 unsigned LoadCommandsSize, bool SubsectionsViaSymbols);
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCAssembler.h | 698 unsigned SubsectionsViaSymbols : 1; variable 803 return SubsectionsViaSymbols; in getSubsectionsViaSymbols() 806 SubsectionsViaSymbols = Value; in setSubsectionsViaSymbols()
|
D | MCMachObjectWriter.h | 152 bool SubsectionsViaSymbols);
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MachObjectWriter.cpp | 112 bool SubsectionsViaSymbols) { in WriteHeader() argument 115 if (SubsectionsViaSymbols) in WriteHeader()
|
D | MCAssembler.cpp | 201 OS(OS_), RelaxAll(false), NoExecStack(false), SubsectionsViaSymbols(false) in MCAssembler()
|
/external/llvm/lib/MC/ |
D | MCAssembler.cpp | 71 BundleAlignSize(0), RelaxAll(false), SubsectionsViaSymbols(false), in MCAssembler() 89 SubsectionsViaSymbols = false; in reset()
|
D | MachObjectWriter.cpp | 122 bool SubsectionsViaSymbols) { in writeHeader() argument 125 if (SubsectionsViaSymbols) in writeHeader()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCAssembler.cpp | 92 BundleAlignSize(0), RelaxAll(false), SubsectionsViaSymbols(false), in MCAssembler() 109 SubsectionsViaSymbols = false; in reset()
|
D | MachObjectWriter.cpp | 135 bool SubsectionsViaSymbols) { in writeHeader() argument 138 if (SubsectionsViaSymbols) in writeHeader()
|