Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp87 uint64_t Value, bool IsResolved,
151 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()
242 if (!IsResolved) { in adjustFixupValue()
388 bool IsResolved, in applyFixup() argument
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp232 bool IsResolved = false; in evaluateFixup() local
235 IsResolved = false; in evaluateFixup()
237 IsResolved = false; in evaluateFixup()
242 IsResolved = false; in evaluateFixup()
250 IsResolved = Target.isAbsolute(); in evaluateFixup()
282 IsResolved = false; in evaluateFixup()
286 return IsResolved; in evaluateFixup()
791 if (!IsResolved) { in handleFixup()
915 bool IsResolved; in layout() local
917 std::tie(Target, FixedValue, IsResolved) = in layout()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.h49 bool IsResolved, MCContext &Ctx,
54 uint64_t Value, bool IsResolved,
H A DARMAsmBackend.cpp429 bool IsResolved, MCContext &Ctx, in adjustFixupValue() argument
461 if (IsResolved || !STI->getTargetTriple().isOSBinFormatELF()) in adjustFixupValue()
474 if (IsResolved || !STI->getTargetTriple().isOSBinFormatELF()) in adjustFixupValue()
679 if (!STI->getFeatureBits()[ARM::FeatureThumb2] && IsResolved) { in adjustFixupValue()
1045 bool IsResolved, in applyFixup() argument
1052 Value = adjustFixupValue(Asm, Fixup, Target, Value, IsResolved, Ctx, STI); in applyFixup()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFAsmBackend.cpp31 uint64_t Value, bool IsResolved,
64 bool IsResolved, in applyFixup() argument
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430AsmBackend.cpp42 uint64_t Value, bool IsResolved,
128 uint64_t Value, bool IsResolved, in applyFixup() argument
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmBackend.cpp59 uint64_t Value, bool IsResolved,
123 bool IsResolved, in applyFixup() argument
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp405 bool SBBreakpointLocation::IsResolved() { in IsResolved() function in SBBreakpointLocation
406 LLDB_RECORD_METHOD_NO_ARGS(bool, SBBreakpointLocation, IsResolved); in IsResolved()
412 return loc_sp->IsResolved(); in IsResolved()
525 LLDB_REGISTER_METHOD(bool, SBBreakpointLocation, IsResolved, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp34 uint64_t Value, bool IsResolved,
134 bool IsResolved, in applyFixup() argument
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp433 bool BreakpointLocation::IsResolved() const { in IsResolved() function in BreakpointLocation
459 return IsResolved(); in ResolveBreakpointSite()
596 bool is_resolved = IsResolved(); in GetDescription()
627 bool is_resolved = IsResolved(); in Dump()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYAsmBackend.h30 uint64_t Value, bool IsResolved,
H A DCSKYAsmBackend.cpp100 bool IsResolved, in applyFixup() argument
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.h42 uint64_t Value, bool IsResolved,
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBBreakpointLocation.i130 IsResolved ();
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.h43 uint64_t Value, bool IsResolved,
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpointLocation.h83 bool IsResolved();
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp532 bool IsResolved = Writer->isSymbolRefDifferenceFullyResolvedImpl( in evaluateTargetFixup() local
534 if (!IsResolved) in evaluateTargetFixup()
551 bool IsResolved, in applyFixup() argument
H A DRISCVAsmBackend.h61 uint64_t Value, bool IsResolved,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiAsmBackend.cpp53 uint64_t Value, bool IsResolved,
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h178 bool IsResolved() const;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmBackend.h129 uint64_t Value, bool IsResolved,
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpec.h367 bool IsResolved() const { return m_is_resolved; } in IsResolved() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kAsmBackend.cpp50 uint64_t Value, bool IsResolved, in applyFixup() argument
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/
H A DVEAsmBackend.cpp188 uint64_t Value, bool IsResolved, in applyFixup() argument
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp139 uint64_t Value, bool IsResolved, in applyFixup() argument

12