| /llvm-project/lld/test/ELF/linkerscript/ |
| H A D | absolute-expr.test | 25 # CHECK-NEXT: Section: Absolute (0xFFF1) 34 # CHECK-NEXT: Section: Absolute 43 # CHECK-NEXT: Section: Absolute 52 # CHECK-NEXT: Section: Absolute 61 # CHECK-NEXT: Section: Absolute 70 # CHECK-NEXT: Section: Absolute 79 # CHECK-NEXT: Section: Absolute (0xFFF1)
|
| H A D | absolute.s | 18 # CHECK-NEXT: Section: Absolute 27 # CHECK-RHS-NEXT: Section: Absolute
|
| H A D | dynamic-sym.s | 16 # CHECK-NEXT: Section: Absolute
|
| H A D | section-not-converge.test | 33 ## Absolute symbol; not converging
|
| /llvm-project/lldb/include/lldb/Utility/ |
| H A D | FileSpec.h | 414 void PathWasModified() { m_absolute = Absolute::Calculate; } in PathWasModified() 416 enum class Absolute : uint8_t { enum 429 mutable Absolute m_absolute = Absolute::Calculate;
|
| /llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCDuplexInfo.cpp | 699 bool Absolute; in deriveSubInst() local 707 Absolute = Inst.getOperand(2).getExpr()->evaluateAsAbsolute(Value); in deriveSubInst() 708 if (Absolute) { in deriveSubInst() 763 Absolute = Inst.getOperand(1).getExpr()->evaluateAsAbsolute(Value); in deriveSubInst() 764 assert(Absolute);(void)Absolute; in deriveSubInst() 886 Absolute = Inst.getOperand(2).getExpr()->evaluateAsAbsolute(Value); in deriveSubInst() 887 assert(Absolute);(void)Absolute; in deriveSubInst() 918 Absolute in deriveSubInst() [all...] |
| H A D | HexagonBaseInfo.h | 32 Absolute = 1, // Absolute addressing mode enumerator
|
| /llvm-project/clang/include/clang/Basic/ |
| H A D | arm_fp16.td | 108 // Absolute Compare Mask Greater Than Or Equal 112 // Absolute Compare Mask Greater Than 116 // Scalar Absolute Value 119 // Scalar Absolute Difference
|
| /llvm-project/lld/test/ELF/lto/ |
| H A D | linker-script-symbols-assign.ll | 19 ; VAL-NEXT: Section: Absolute 32 ; ABS-NEXT: Section: Absolute
|
| H A D | parallel-internalize.ll | 26 ; CHECK-NEXT: Section: Absolute 35 ; CHECK-NEXT: Section: Absolute
|
| H A D | relocatable.ll | 23 ; CHECK-NEXT: Section: Absolute
|
| /llvm-project/lldb/source/Utility/ |
| H A D | FileSpec.cpp | 513 if (m_absolute != Absolute::Calculate) in IsAbsolute() 514 return m_absolute == Absolute::Yes; in IsAbsolute() 516 m_absolute = Absolute::No; in IsAbsolute() 524 m_absolute = Absolute::Yes; in IsAbsolute() 527 return m_absolute == Absolute::Yes; in IsAbsolute()
|
| /llvm-project/clang/docs/ |
| H A D | ClangOffloadPackager.rst | 41 | uint64_t | entry offset | Absolute offset of the offload entries in bytes | 65 | uint64_t | string offset | Absolute offset of the string metadata table | 69 | uint64_t | image offset | Absolute offset of the device image in bytes | 127 | uint64_t | key offset | Absolute byte offset of the key in the string table | 129 | uint64_t | value offset | Absolute byte offset of the value in the string table |
|
| /llvm-project/llvm/test/MC/Hexagon/PacketRules/ |
| H A D | newvalue_producers.s | 5 # CHECK: 3:3: note: Absolute-set registers cannot be a new-value producer 45 # CHECK: 43:3: note: Absolute-set registers cannot be a new-value producer
|
| /llvm-project/llvm/lib/Target/Hexagon/AsmParser/ |
| H A D | HexagonAsmParser.cpp | 1526 bool Absolute = MO_1.getExpr()->evaluateAsAbsolute(Value); in processInstruction() 1527 if (Absolute) { in processInstruction() 1563 if (Absolute) { in processInstruction() 1753 bool Absolute = Expr.evaluateAsAbsolute(Value); in processInstruction() 1754 if (!Absolute) in processInstruction() 1776 bool Absolute = Imm.getExpr()->evaluateAsAbsolute(Value); in processInstruction() 1777 if (!Absolute) in processInstruction() 1806 bool Absolute = Imm.getExpr()->evaluateAsAbsolute(Value); in processInstruction() 1807 if (!Absolute) in processInstruction() 1930 bool Absolute in processInstruction() 1524 bool Absolute = MO_1.getExpr()->evaluateAsAbsolute(Value); processInstruction() local 1751 bool Absolute = Expr.evaluateAsAbsolute(Value); processInstruction() local 1774 bool Absolute = Imm.getExpr()->evaluateAsAbsolute(Value); processInstruction() local 1804 bool Absolute = Imm.getExpr()->evaluateAsAbsolute(Value); processInstruction() local 1928 bool Absolute = Imm.getExpr()->evaluateAsAbsolute(Value); processInstruction() local 1948 bool Absolute = Imm.getExpr()->evaluateAsAbsolute(Value); processInstruction() local [all...] |
| /llvm-project/lld/test/ELF/ |
| H A D | riscv-undefined-weak.s | 18 ## Absolute relocations are resolved to 0. 77 ## Absolute relocations are resolved to 0.
|
| H A D | relocation-undefined-weak.s | 5 ## the target symbols as treated as VA 0. Absolute relocations are always
|
| /llvm-project/llvm/test/CodeGen/X86/ |
| H A D | file-directive.ll | 11 ; STT-FILE-NEXT: Section: Absolute
|
| /llvm-project/clang-tools-extra/clangd/ |
| H A D | CompileCommands.cpp | 168 auto Absolute = llvm::sys::findProgramByName(Driver); in resolveDriver() local 169 if (Absolute && llvm::sys::path::is_absolute(*Absolute)) in resolveDriver() 170 Driver = Storage = std::move(*Absolute); in resolveDriver()
|
| /llvm-project/llvm/test/tools/llvm-objcopy/ELF/ |
| H A D | abs-symbol.test | 34 #CHECK-NEXT: Section: Absolute (0xFFF1)
|
| /llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86EncodingOptimization.cpp | 373 bool Absolute = true; in optimizeMOV() local 378 Absolute = false; in optimizeMOV() 380 if (Absolute && (MI.getOperand(AddrBase + X86::AddrBaseReg).getReg() || in optimizeMOV()
|
| /llvm-project/llvm/test/DebugInfo/ |
| H A D | symbolize-paths.s | 8 # Absolute include-dirs should not have comp-dir prepended
|
| /llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonInstrFormats.td | 15 def Absolute : AddrModeType<1>; // Absolute addressing mode 16 def AbsoluteSet : AddrModeType<2>; // Absolute set addressing mode
|
| /llvm-project/compiler-rt/lib/orc/ |
| H A D | executor_symbol_def.h | 37 Absolute = 1U << 3, enumerator
|
| /llvm-project/llvm/test/tools/llvm-readobj/ELF/ARM/ |
| H A D | attribute-0.s | 72 @CHECK-OBJ-NEXT: Description: Absolute 79 @CHECK-OBJ-NEXT: Description: Absolute
|