Home
last modified time | relevance | path

Searched refs:IsResolved (Results 1 – 25 of 33) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64AsmBackend.cpp76 uint64_t Value, bool IsResolved,
149 bool IsResolved) { in adjustFixupValue() argument
160 assert(!IsResolved); in adjustFixupValue()
175 if (TheTriple.isOSBinFormatCOFF() && !IsResolved) in adjustFixupValue()
182 if (TheTriple.isOSBinFormatCOFF() && !IsResolved) in adjustFixupValue()
191 if (TheTriple.isOSBinFormatCOFF() && !IsResolved) in adjustFixupValue()
200 if (TheTriple.isOSBinFormatCOFF() && !IsResolved) in adjustFixupValue()
209 if (TheTriple.isOSBinFormatCOFF() && !IsResolved) in adjustFixupValue()
290 bool IsResolved, in applyFixup() argument
298 Value = adjustFixupValue(Fixup, Value, Ctx, TheTriple, IsResolved); in applyFixup()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCAssembler.cpp230 bool IsResolved = false; in evaluateFixup() local
233 IsResolved = false; in evaluateFixup()
235 IsResolved = false; in evaluateFixup()
240 IsResolved = false; in evaluateFixup()
242 IsResolved = Writer->isSymbolRefDifferenceFullyResolvedImpl( in evaluateFixup()
247 IsResolved = Target.isAbsolute(); in evaluateFixup()
278 if (IsResolved && getBackend().shouldForceRelocation(*this, Fixup, Target)) { in evaluateFixup()
279 IsResolved = false; in evaluateFixup()
283 return IsResolved; in evaluateFixup()
720 bool IsResolved = evaluateFixup(Layout, Fixup, &F, Target, FixedValue, in handleFixup() local
[all …]
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMAsmBackend.h46 bool &IsResolved) override;
50 bool IsResolved) const;
DARMAsmBackend.cpp362 bool IsResolved) const { in adjustFixupValue()
571 if (Ctx && !STI->getFeatureBits()[ARM::FeatureThumb2] && IsResolved) { in adjustFixupValue()
696 bool &IsResolved) { in processFixupValue() argument
712 if (IsResolved && (unsigned)Fixup.getKind() == ARM::fixup_arm_thumb_bl) { in processFixupValue()
721 IsResolved = false; in processFixupValue()
730 IsResolved = false; in processFixupValue()
736 IsLittleEndian, IsResolved); in processFixupValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMAsmBackend.h48 bool IsResolved, MCContext &Ctx,
53 uint64_t Value, bool IsResolved,
DARMAsmBackend.cpp365 bool IsResolved, MCContext &Ctx, in adjustFixupValue() argument
396 if (IsResolved || !STI->getTargetTriple().isOSBinFormatELF()) in adjustFixupValue()
409 if (IsResolved || !STI->getTargetTriple().isOSBinFormatELF()) in adjustFixupValue()
612 if (!STI->getFeatureBits()[ARM::FeatureThumb2] && IsResolved) { in adjustFixupValue()
905 bool IsResolved, in applyFixup() argument
909 Value = adjustFixupValue(Asm, Fixup, Target, Value, IsResolved, Ctx, STI); in applyFixup()
/external/llvm/lib/MC/
DMCAssembler.cpp189 bool IsResolved; in evaluateFixup() local
192 IsResolved = false; in evaluateFixup()
194 IsResolved = false; in evaluateFixup()
199 IsResolved = false; in evaluateFixup()
201 IsResolved = getWriter().isSymbolRefDifferenceFullyResolvedImpl( in evaluateFixup()
206 IsResolved = Target.isAbsolute(); in evaluateFixup()
240 IsResolved); in evaluateFixup()
242 return IsResolved; in evaluateFixup()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/MCTargetDesc/
DSystemZMCAsmBackend.cpp56 uint64_t Value, bool IsResolved,
101 bool IsResolved, in applyFixup() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/MCTargetDesc/
DBPFAsmBackend.cpp32 uint64_t Value, bool IsResolved,
73 bool IsResolved, in applyFixup() argument
/external/swiftshader/third_party/LLVM/lib/MC/
DMCAssembler.cpp251 bool IsResolved; in EvaluateFixup() local
254 IsResolved = false; in EvaluateFixup()
256 IsResolved = false; in EvaluateFixup()
262 IsResolved = false; in EvaluateFixup()
265 IsResolved = in EvaluateFixup()
271 IsResolved = Target.isAbsolute(); in EvaluateFixup()
312 return IsResolved; in EvaluateFixup()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUAsmBackend.cpp35 uint64_t Value, bool IsResolved,
109 bool IsResolved, in applyFixup() argument
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64AsmBackend.cpp543 bool &IsResolved) override;
549 bool &IsResolved) { in processFixupValue() argument
563 IsResolved = false; in processFixupValue()
568 if (IsResolved) in processFixupValue()
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCAsmBackend.cpp136 bool &IsResolved) override { in processFixupValue() argument
151 IsResolved = false; in processFixupValue()
/external/llvm/lib/Target/Sparc/MCTargetDesc/
DSparcAsmBackend.cpp209 bool &IsResolved) override { in processFixupValue() argument
232 case Sparc::fixup_sparc_tls_le_lox10: IsResolved = false; break; in processFixupValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Nios2/MCTargetDesc/
DNios2AsmBackend.h43 uint64_t Value, bool IsResolved) const override;
DNios2AsmBackend.cpp59 bool IsResolved) const { in applyFixup()
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonAsmBackend.cpp202 bool &IsResolved) override { in processFixupValue() argument
293 IsResolved = false; in processFixupValue()
311 IsResolved = false; in processFixupValue()
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsAsmBackend.h88 bool &IsResolved) override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRAsmBackend.h45 uint64_t Value, bool IsResolved,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsAsmBackend.h46 uint64_t Value, bool IsResolved,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVAsmBackend.cpp47 uint64_t Value, bool IsResolved,
322 bool IsResolved, in applyFixup() argument
/external/llvm/include/llvm/MC/
DMCAsmBackend.h71 bool &IsResolved) {} in processFixupValue() argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCAsmBackend.h99 uint64_t Value, bool IsResolved,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiAsmBackend.cpp54 uint64_t Value, bool IsResolved,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCAsmBackend.cpp120 uint64_t Value, bool IsResolved, in applyFixup() argument

12