| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64AsmBackend.cpp | 77 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 D | MCAssembler.cpp | 231 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 D | ARMAsmBackend.h | 48 bool IsResolved, MCContext &Ctx, 53 uint64_t Value, bool IsResolved,
|
| H A D | ARMAsmBackend.cpp | 365 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 D | SystemZMCAsmBackend.cpp | 56 uint64_t Value, bool IsResolved, 101 bool IsResolved, in applyFixup() argument
|
| /freebsd-12.1/contrib/llvm/lib/Target/BPF/MCTargetDesc/ |
| H A D | BPFAsmBackend.cpp | 32 uint64_t Value, bool IsResolved, 73 bool IsResolved, in applyFixup() argument
|
| /freebsd-12.1/contrib/llvm/lib/Target/MSP430/MCTargetDesc/ |
| H A D | MSP430AsmBackend.cpp | 43 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 D | AMDGPUAsmBackend.cpp | 35 uint64_t Value, bool IsResolved, 109 bool IsResolved, in applyFixup() argument
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBBreakpointLocation.h | 79 bool IsResolved();
|
| /freebsd-12.1/contrib/llvm/lib/Target/AVR/MCTargetDesc/ |
| H A D | AVRAsmBackend.h | 45 uint64_t Value, bool IsResolved,
|
| H A D | AVRAsmBackend.cpp | 363 bool IsResolved, in applyFixup() argument
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsAsmBackend.h | 46 uint64_t Value, bool IsResolved,
|
| H A D | MipsAsmBackend.cpp | 247 bool IsResolved, in applyFixup() argument
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/ |
| H A D | BreakpointLocation.cpp | 436 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 D | BreakpointLocationList.cpp | 186 if ((*pos)->IsResolved()) in GetNumResolvedLocations()
|
| /freebsd-12.1/contrib/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVAsmBackend.h | 46 uint64_t Value, bool IsResolved,
|
| H A D | RISCVAsmBackend.cpp | 266 bool IsResolved, in applyFixup() argument
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBBreakpointLocation.cpp | 323 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 D | MCAsmBackend.h | 99 uint64_t Value, bool IsResolved,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointLocation.h | 219 bool IsResolved() const;
|
| /freebsd-12.1/contrib/llvm/lib/Target/Lanai/MCTargetDesc/ |
| H A D | LanaiAsmBackend.cpp | 54 uint64_t Value, bool IsResolved,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| H A D | FileSpec.h | 438 bool IsResolved() const { return m_is_resolved; } in IsResolved() function
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCAsmBackend.cpp | 120 uint64_t Value, bool IsResolved, in applyFixup() argument
|
| /freebsd-12.1/contrib/llvm/lib/Target/Sparc/MCTargetDesc/ |
| H A D | SparcAsmBackend.cpp | 301 uint64_t Value, bool IsResolved, in applyFixup() argument
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonAsmBackend.cpp | 417 uint64_t FixupValue, bool IsResolved, in applyFixup() argument
|