Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp77 uint64_t Value, bool IsResolved,
150 const Triple &TheTriple, bool IsResolved) { in adjustFixupValue() argument
161 assert(!IsResolved); in adjustFixupValue()
176 if (TheTriple.isOSBinFormatCOFF() && !IsResolved) in adjustFixupValue()
183 if (TheTriple.isOSBinFormatCOFF() && !IsResolved) in adjustFixupValue()
192 if (TheTriple.isOSBinFormatCOFF() && !IsResolved) in adjustFixupValue()
201 if (TheTriple.isOSBinFormatCOFF() && !IsResolved) in adjustFixupValue()
210 if (TheTriple.isOSBinFormatCOFF() && !IsResolved) in adjustFixupValue()
231 if (!IsResolved) { in adjustFixupValue()
360 bool IsResolved, in applyFixup() argument
[all …]
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCAssembler.cpp231 bool IsResolved = false; in evaluateFixup() local
234 IsResolved = false; in evaluateFixup()
236 IsResolved = false; in evaluateFixup()
241 IsResolved = false; in evaluateFixup()
248 IsResolved = Target.isAbsolute(); in evaluateFixup()
280 IsResolved = false; in evaluateFixup()
284 return IsResolved; in evaluateFixup()
723 if (!IsResolved) { in handleFixup()
833 bool IsResolved; in layout() local
835 std::tie(Target, FixedValue, IsResolved) = in layout()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.h48 bool IsResolved, MCContext &Ctx,
53 uint64_t Value, bool IsResolved,
H A DARMAsmBackend.cpp365 bool IsResolved, MCContext &Ctx, in adjustFixupValue() argument
397 if (IsResolved || !STI->getTargetTriple().isOSBinFormatELF()) in adjustFixupValue()
410 if (IsResolved || !STI->getTargetTriple().isOSBinFormatELF()) in adjustFixupValue()
613 if (!STI->getFeatureBits()[ARM::FeatureThumb2] && IsResolved) { in adjustFixupValue()
906 bool IsResolved, in applyFixup() argument
910 Value = adjustFixupValue(Asm, Fixup, Target, Value, IsResolved, Ctx, STI); in applyFixup()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmBackend.cpp56 uint64_t Value, bool IsResolved,
101 bool IsResolved, in applyFixup() argument
/freebsd-12.1/contrib/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFAsmBackend.cpp32 uint64_t Value, bool IsResolved,
73 bool IsResolved, in applyFixup() argument
/freebsd-12.1/contrib/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430AsmBackend.cpp43 uint64_t Value, bool IsResolved,
137 uint64_t Value, bool IsResolved, in applyFixup() argument
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp35 uint64_t Value, bool IsResolved,
109 bool IsResolved, in applyFixup() argument
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBBreakpointLocation.h79 bool IsResolved();
/freebsd-12.1/contrib/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.h45 uint64_t Value, bool IsResolved,
H A DAVRAsmBackend.cpp363 bool IsResolved, in applyFixup() argument
/freebsd-12.1/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.h46 uint64_t Value, bool IsResolved,
H A DMipsAsmBackend.cpp247 bool IsResolved, in applyFixup() argument
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp436 bool BreakpointLocation::IsResolved() const { in IsResolved() function in BreakpointLocation
604 s->Printf("resolved = %s\n", IsResolved() ? "true" : "false"); in GetDescription()
616 s->Printf(", %sresolved, hit count = %u ", (IsResolved() ? "" : "un"), in GetDescription()
H A DBreakpointLocationList.cpp186 if ((*pos)->IsResolved()) in GetNumResolvedLocations()
/freebsd-12.1/contrib/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.h46 uint64_t Value, bool IsResolved,
H A DRISCVAsmBackend.cpp266 bool IsResolved, in applyFixup() argument
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBBreakpointLocation.cpp323 bool SBBreakpointLocation::IsResolved() { in IsResolved() function in SBBreakpointLocation
328 return loc_sp->IsResolved(); in IsResolved()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCAsmBackend.h99 uint64_t Value, bool IsResolved,
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h219 bool IsResolved() const;
/freebsd-12.1/contrib/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiAsmBackend.cpp54 uint64_t Value, bool IsResolved,
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DFileSpec.h438 bool IsResolved() const { return m_is_resolved; } in IsResolved() function
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp120 uint64_t Value, bool IsResolved, in applyFixup() argument
/freebsd-12.1/contrib/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcAsmBackend.cpp301 uint64_t Value, bool IsResolved, in applyFixup() argument
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp417 uint64_t FixupValue, bool IsResolved, in applyFixup() argument

12