HomeSort by: relevance | last modified time | path
    Searched refs:IsResolved (Results 1 - 24 of 24) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/MCTargetDesc/
CSKYAsmBackend.h 30 uint64_t Value, bool IsResolved,
CSKYAsmBackend.cpp 100 bool IsResolved,
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.h 49 bool IsResolved, MCContext &Ctx,
54 uint64_t Value, bool IsResolved,
ARMAsmBackend.cpp 429 bool IsResolved, MCContext &Ctx,
461 if (IsResolved || !STI->getTargetTriple().isOSBinFormatELF())
474 if (IsResolved || !STI->getTargetTriple().isOSBinFormatELF())
679 if (!STI->getFeatureBits()[ARM::FeatureThumb2] && IsResolved) {
1045 bool IsResolved,
1052 Value = adjustFixupValue(Asm, Fixup, Target, Value, IsResolved, Ctx, STI);
  /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/MCTargetDesc/
BPFAsmBackend.cpp 31 uint64_t Value, bool IsResolved,
64 bool IsResolved,
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCAsmBackend.cpp 55 uint64_t Value, bool IsResolved,
92 bool IsResolved,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AsmBackend.cpp 87 uint64_t Value, bool IsResolved,
151 const Triple &TheTriple, bool IsResolved) {
161 assert(!IsResolved);
176 if (TheTriple.isOSBinFormatCOFF() && !IsResolved)
183 if (TheTriple.isOSBinFormatCOFF() && !IsResolved)
192 if (TheTriple.isOSBinFormatCOFF() && !IsResolved)
201 if (TheTriple.isOSBinFormatCOFF() && !IsResolved)
210 if (TheTriple.isOSBinFormatCOFF() && !IsResolved)
242 if (!IsResolved) {
388 bool IsResolved,
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/
AVRAsmBackend.h 42 uint64_t Value, bool IsResolved,
AVRAsmBackend.cpp 364 bool IsResolved,
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.h 43 uint64_t Value, bool IsResolved,
MipsAsmBackend.cpp 246 bool IsResolved,
  /src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/MCTargetDesc/
MSP430AsmBackend.cpp 42 uint64_t Value, bool IsResolved,
128 uint64_t Value, bool IsResolved,
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCAssembler.cpp 232 bool IsResolved = false;
235 IsResolved = false;
237 IsResolved = false;
242 IsResolved = false;
244 IsResolved = (FixupFlags & MCFixupKindInfo::FKF_Constant) ||
250 IsResolved = Target.isAbsolute();
281 if (IsResolved && getBackend().shouldForceRelocation(*this, Fixup, Target)) {
282 IsResolved = false;
286 return IsResolved;
789 bool IsResolved = evaluateFixup(Layout, Fixup, &F, Target, FixedValue
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCAsmBackend.h 129 uint64_t Value, bool IsResolved,
  /src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/MCTargetDesc/
LanaiAsmBackend.cpp 53 uint64_t Value, bool IsResolved,
88 bool /*IsResolved*/,
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
RISCVAsmBackend.h 75 uint64_t Value, bool IsResolved,
RISCVAsmBackend.cpp 367 bool IsResolved = Writer->isSymbolRefDifferenceFullyResolvedImpl(
369 if (!IsResolved)
386 bool IsResolved,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
AMDGPUAsmBackend.cpp 34 uint64_t Value, bool IsResolved,
134 bool IsResolved,
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/MCTargetDesc/
M68kAsmBackend.cpp 50 uint64_t Value, bool IsResolved,
  /src/external/apache2/llvm/dist/llvm/lib/Target/VE/MCTargetDesc/
VEAsmBackend.cpp 188 uint64_t Value, bool IsResolved,
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp 139 uint64_t Value, bool IsResolved,
  /src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/MCTargetDesc/
SparcAsmBackend.cpp 298 uint64_t Value, bool IsResolved,
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 185 uint64_t Value, bool IsResolved,
777 uint64_t Value, bool IsResolved,
787 if ((Target.isAbsolute() || IsResolved) &&
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonAsmBackend.cpp 303 //IsResolved = false;
416 uint64_t FixupValue, bool IsResolved,

Completed in 24 milliseconds