HomeSort by relevance Sort by last modified time
    Searched refs:SubtractSymbol (Results 1 - 14 of 14) sorted by null

  /external/llvm/lib/MC/MCDisassembler/
MCExternalSymbolizer.cpp 102 if (SymbolicOp.SubtractSymbol.Present) {
103 if (SymbolicOp.SubtractSymbol.Name) {
104 StringRef Name(SymbolicOp.SubtractSymbol.Name);
108 Sub = MCConstantExpr::create((int)SymbolicOp.SubtractSymbol.Value, Ctx);
  /external/swiftshader/third_party/LLVM/include/llvm-c/
Disassembler.h 49 * expression is "AddSymbol - SubtractSymbol + Offset". For some Darwin targets
51 * SubtractSymbol can be link edited independent of each other. Many other
75 struct LLVMOpInfoSymbol1 SubtractSymbol;
  /external/llvm/lib/Target/AArch64/Disassembler/
AArch64ExternalSymbolizer.cpp 182 if (SymbolicOp.SubtractSymbol.Present) {
183 if (SymbolicOp.SubtractSymbol.Name) {
184 StringRef Name(SymbolicOp.SubtractSymbol.Name);
188 Sub = MCConstantExpr::create(SymbolicOp.SubtractSymbol.Value, Ctx);
  /external/llvm/include/llvm-c/
Disassembler.h 60 * expression is "AddSymbol - SubtractSymbol + Offset". For some Darwin targets
62 * SubtractSymbol can be link edited independent of each other. Many other
86 struct LLVMOpInfoSymbol1 SubtractSymbol;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm-c/
Disassembler.h 60 * expression is "AddSymbol - SubtractSymbol + Offset". For some Darwin targets
62 * SubtractSymbol can be link edited independent of each other. Many other
86 struct LLVMOpInfoSymbol1 SubtractSymbol;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm-c/
Disassembler.h 60 * expression is "AddSymbol - SubtractSymbol + Offset". For some Darwin targets
62 * SubtractSymbol can be link edited independent of each other. Many other
86 struct LLVMOpInfoSymbol1 SubtractSymbol;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm-c/
Disassembler.h 60 * expression is "AddSymbol - SubtractSymbol + Offset". For some Darwin targets
62 * SubtractSymbol can be link edited independent of each other. Many other
86 struct LLVMOpInfoSymbol1 SubtractSymbol;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm-c/
Disassembler.h 60 * expression is "AddSymbol - SubtractSymbol + Offset". For some Darwin targets
62 * SubtractSymbol can be link edited independent of each other. Many other
86 struct LLVMOpInfoSymbol1 SubtractSymbol;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm-c/
Disassembler.h 60 * expression is "AddSymbol - SubtractSymbol + Offset". For some Darwin targets
62 * SubtractSymbol can be link edited independent of each other. Many other
86 struct LLVMOpInfoSymbol1 SubtractSymbol;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm-c/
Disassembler.h 60 * expression is "AddSymbol - SubtractSymbol + Offset". For some Darwin targets
62 * SubtractSymbol can be link edited independent of each other. Many other
86 struct LLVMOpInfoSymbol1 SubtractSymbol;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm-c/
Disassembler.h 60 * expression is "AddSymbol - SubtractSymbol + Offset". For some Darwin targets
62 * SubtractSymbol can be link edited independent of each other. Many other
86 struct LLVMOpInfoSymbol1 SubtractSymbol;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm-c/
Disassembler.h 60 * expression is "AddSymbol - SubtractSymbol + Offset". For some Darwin targets
62 * SubtractSymbol can be link edited independent of each other. Many other
86 struct LLVMOpInfoSymbol1 SubtractSymbol;
  /external/llvm/tools/llvm-objdump/
MachODump.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp 487 if (SymbolicOp.SubtractSymbol.Present) {
488 if (SymbolicOp.SubtractSymbol.Name) {
489 StringRef Name(SymbolicOp.SubtractSymbol.Name);
493 Sub = MCConstantExpr::Create(SymbolicOp.SubtractSymbol.Value, *Ctx);
    [all...]

Completed in 2391 milliseconds