Home
last modified time | relevance | path

Searched refs:RelaxAll (Results 1 – 25 of 32) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTargetRegistry.h91 bool RelaxAll);
96 bool RelaxAll, bool DWARFMustBeAtTheEnd,
102 bool RelaxAll);
107 bool RelaxAll);
170 std::unique_ptr<MCCodeEmitter> &&Emitter, bool RelaxAll);
174 std::unique_ptr<MCCodeEmitter> &&Emitter, bool RelaxAll,
179 std::unique_ptr<MCCodeEmitter> &&Emitter, bool RelaxAll,
185 std::unique_ptr<MCCodeEmitter> &&Emitter, bool RelaxAll);
474 const MCSubtargetInfo &STI, bool RelaxAll, in createMCObjectStreamer() argument
484 std::move(Emitter), RelaxAll, in createMCObjectStreamer()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCTargetDesc.cpp107 bool RelaxAll) { in createMCStreamer() argument
111 std::move(Emitter), RelaxAll); in createMCStreamer()
114 std::move(Emitter), RelaxAll); in createMCStreamer()
DMipsNaClELFStreamer.cpp266 bool RelaxAll) { in createMipsNaClELFStreamer() argument
269 if (RelaxAll) in createMipsNaClELFStreamer()
DMipsMCNaCl.h29 bool RelaxAll);
DMipsELFStreamer.h79 bool RelaxAll);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86WinCOFFStreamer.cpp67 bool RelaxAll, in createX86WinCOFFStreamer() argument
71 S->getAssembler().setRelaxAll(RelaxAll); in createX86WinCOFFStreamer()
DX86MCTargetDesc.h102 bool RelaxAll,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRMCTargetDesc.cpp75 bool RelaxAll) { in createMCStreamer() argument
77 std::move(Emitter), RelaxAll); in createMCStreamer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCXCOFFStreamer.cpp83 bool RelaxAll) { in createXCOFFStreamer() argument
86 if (RelaxAll) in createXCOFFStreamer()
DMCWasmStreamer.cpp204 bool RelaxAll) { in createWasmStreamer() argument
207 if (RelaxAll) in createWasmStreamer()
DMCMachOStreamer.cpp510 bool RelaxAll, bool DWARFMustBeAtTheEnd, in createMachOStreamer() argument
517 if (RelaxAll) in createMachOStreamer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MCTargetDesc.cpp280 bool RelaxAll) { in createELFStreamer() argument
282 std::move(Emitter), RelaxAll); in createELFStreamer()
289 bool RelaxAll, in createMachOStreamer() argument
292 std::move(Emitter), RelaxAll, DWARFMustBeAtTheEnd, in createMachOStreamer()
299 std::unique_ptr<MCCodeEmitter> &&Emitter, bool RelaxAll, in createWinCOFFStreamer() argument
302 std::move(Emitter), RelaxAll, in createWinCOFFStreamer()
DAArch64ELFStreamer.cpp208 bool RelaxAll) { in createAArch64ELFStreamer() argument
211 if (RelaxAll) in createAArch64ELFStreamer()
DAArch64ELFStreamer.h24 bool RelaxAll);
DAArch64WinCOFFStreamer.h24 bool RelaxAll, bool IncrementalLinkerCompatible);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/MCTargetDesc/
DBPFMCTargetDesc.cpp56 bool RelaxAll) { in createBPFMCStreamer() argument
58 RelaxAll); in createBPFMCStreamer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiMCTargetDesc.cpp66 bool RelaxAll) { in createMCStreamer() argument
71 std::move(Emitter), RelaxAll); in createMCStreamer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUMCTargetDesc.cpp103 bool RelaxAll) { in createMCStreamer() argument
105 std::move(Emitter), RelaxAll); in createMCStreamer()
DAMDGPUELFStreamer.h29 bool RelaxAll);
DAMDGPUELFStreamer.cpp35 bool RelaxAll) { in createAMDGPUELFStreamer() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCTargetOptionsCommandFlags.inc21 static cl::opt<bool> RelaxAll("mc-relax-all",
54 Options.MCRelaxAll = RelaxAll;
DMCAssembler.h140 bool RelaxAll : 1; variable
317 bool getRelaxAll() const { return RelaxAll; } in getRelaxAll()
318 void setRelaxAll(bool Value) { RelaxAll = Value; } in setRelaxAll()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMWinCOFFStreamer.cpp43 std::unique_ptr<MCCodeEmitter> &&Emitter, bool RelaxAll, in createARMWinCOFFStreamer() argument
DARMMCTargetDesc.cpp212 bool RelaxAll) { in createELFStreamer() argument
222 std::unique_ptr<MCCodeEmitter> &&Emitter, bool RelaxAll, in createARMMachOStreamer() argument
DARMMCTargetDesc.h81 bool RelaxAll,

12