Home
last modified time | relevance | path

Searched refs:Absolute (Results 1 – 25 of 96) sorted by relevance

1234

/llvm-project/lld/test/ELF/linkerscript/
H A Dabsolute-expr.test25 # 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 Dabsolute.s18 # CHECK-NEXT: Section: Absolute
27 # CHECK-RHS-NEXT: Section: Absolute
H A Ddynamic-sym.s16 # CHECK-NEXT: Section: Absolute
H A Dsection-not-converge.test33 ## Absolute symbol; not converging
/llvm-project/lldb/include/lldb/Utility/
H A DFileSpec.h414 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 DHexagonMCDuplexInfo.cpp699 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 DHexagonBaseInfo.h32 Absolute = 1, // Absolute addressing mode enumerator
/llvm-project/clang/include/clang/Basic/
H A Darm_fp16.td108 // 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 Dlinker-script-symbols-assign.ll19 ; VAL-NEXT: Section: Absolute
32 ; ABS-NEXT: Section: Absolute
H A Dparallel-internalize.ll26 ; CHECK-NEXT: Section: Absolute
35 ; CHECK-NEXT: Section: Absolute
H A Drelocatable.ll23 ; CHECK-NEXT: Section: Absolute
/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp513 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 DClangOffloadPackager.rst41 | 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 Dnewvalue_producers.s5 # 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 DHexagonAsmParser.cpp1526 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 Driscv-undefined-weak.s18 ## Absolute relocations are resolved to 0.
77 ## Absolute relocations are resolved to 0.
H A Drelocation-undefined-weak.s5 ## the target symbols as treated as VA 0. Absolute relocations are always
/llvm-project/llvm/test/CodeGen/X86/
H A Dfile-directive.ll11 ; STT-FILE-NEXT: Section: Absolute
/llvm-project/clang-tools-extra/clangd/
H A DCompileCommands.cpp168 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 Dabs-symbol.test34 #CHECK-NEXT: Section: Absolute (0xFFF1)
/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86EncodingOptimization.cpp373 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 Dsymbolize-paths.s8 # Absolute include-dirs should not have comp-dir prepended
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrFormats.td15 def Absolute : AddrModeType<1>; // Absolute addressing mode
16 def AbsoluteSet : AddrModeType<2>; // Absolute set addressing mode
/llvm-project/compiler-rt/lib/orc/
H A Dexecutor_symbol_def.h37 Absolute = 1U << 3, enumerator
/llvm-project/llvm/test/tools/llvm-readobj/ELF/ARM/
H A Dattribute-0.s72 @CHECK-OBJ-NEXT: Description: Absolute
79 @CHECK-OBJ-NEXT: Description: Absolute

1234