Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp87 uint64_t Value, bool IsResolved,
152 const Triple &TheTriple, bool IsResolved) { in adjustFixupValue() argument
162 assert(!IsResolved); in adjustFixupValue()
180 if (TheTriple.isOSBinFormatCOFF() && !IsResolved) in adjustFixupValue()
187 if (TheTriple.isOSBinFormatCOFF() && !IsResolved) in adjustFixupValue()
196 if (TheTriple.isOSBinFormatCOFF() && !IsResolved) in adjustFixupValue()
205 if (TheTriple.isOSBinFormatCOFF() && !IsResolved) in adjustFixupValue()
214 if (TheTriple.isOSBinFormatCOFF() && !IsResolved) in adjustFixupValue()
246 if (!IsResolved) { in adjustFixupValue()
392 bool IsResolved, in applyFixup() argument
[all …]
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCAssembler.cpp236 bool IsResolved = false; in evaluateFixup() local
239 IsResolved = false; in evaluateFixup()
241 IsResolved = false; in evaluateFixup()
246 IsResolved = false; in evaluateFixup()
254 IsResolved = Target.isAbsolute(); in evaluateFixup()
286 IsResolved = false; in evaluateFixup()
290 return IsResolved; in evaluateFixup()
800 if (!IsResolved) { in handleFixup()
924 bool IsResolved; in layout() local
926 std::tie(Target, FixedValue, IsResolved) = in layout()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.h43 bool IsResolved, MCContext &Ctx,
48 uint64_t Value, bool IsResolved,
H A DARMAsmBackend.cpp431 bool IsResolved, MCContext &Ctx, in adjustFixupValue() argument
463 if (IsResolved || !STI->getTargetTriple().isOSBinFormatELF()) in adjustFixupValue()
476 if (IsResolved || !STI->getTargetTriple().isOSBinFormatELF()) in adjustFixupValue()
681 if (!STI->getFeatureBits()[ARM::FeatureThumb2] && IsResolved) { in adjustFixupValue()
1047 bool IsResolved, in applyFixup() argument
1053 Value = adjustFixupValue(Asm, Fixup, Target, Value, IsResolved, Ctx, STI); in applyFixup()
/llvm-project-15.0.7/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFAsmBackend.cpp31 uint64_t Value, bool IsResolved,
66 bool IsResolved, in applyFixup() argument
/llvm-project-15.0.7/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430AsmBackend.cpp42 uint64_t Value, bool IsResolved,
129 uint64_t Value, bool IsResolved, in applyFixup() argument
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmBackend.cpp98 uint64_t Value, bool IsResolved,
165 bool IsResolved, in applyFixup() argument
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_breakpointlocation.py23 obj.IsResolved()
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/address_breakpoints/
H A DTestBadAddressBreakpoints.py49 self.assertEquals(bp_loc.IsResolved(), False)
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp37 uint64_t Value, bool IsResolved,
141 bool IsResolved, in applyFixup() argument
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVAsmBackend.cpp25 uint64_t Value, bool IsResolved, in applyFixup() argument
/llvm-project-15.0.7/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.cpp29 bool IsResolved, in applyFixup() argument
H A DLoongArchAsmBackend.h35 uint64_t Value, bool IsResolved,
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/hardware_breakpoints/write_memory_with_hw_breakpoint/
H A DTestWriteMemoryWithHWBreakpoint.py41 self.assertTrue(location and location.IsResolved(),
/llvm-project-15.0.7/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.h42 uint64_t Value, bool IsResolved,
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBBreakpointLocation.i130 IsResolved ();
/llvm-project-15.0.7/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYAsmBackend.h31 uint64_t Value, bool IsResolved,
/llvm-project-15.0.7/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.h43 uint64_t Value, bool IsResolved,
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBBreakpointLocation.h83 bool IsResolved();
/llvm-project-15.0.7/lldb/source/API/
H A DSBBreakpointLocation.cpp382 bool SBBreakpointLocation::IsResolved() { in IsResolved() function in SBBreakpointLocation
389 return loc_sp->IsResolved(); in IsResolved()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.h58 uint64_t Value, bool IsResolved,
H A DRISCVAsmBackend.cpp533 bool IsResolved = Writer->isSymbolRefDifferenceFullyResolvedImpl( in evaluateTargetFixup() local
535 if (!IsResolved) in evaluateTargetFixup()
552 bool IsResolved, in applyFixup() argument
/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h178 bool IsResolved() const;
/llvm-project-15.0.7/llvm/lib/Target/DirectX/MCTargetDesc/
H A DDirectXMCTargetDesc.cpp80 uint64_t Value, bool IsResolved, in applyFixup() argument

12