HomeSort by relevance Sort by last modified time
    Searched defs:ConstantVal (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineRelocation.h 54 /// ConstantVal - A field that may be used by the target relocation type.
55 intptr_t ConstantVal;
89 Result.ConstantVal = cst;
109 Result.ConstantVal = cst;
126 Result.ConstantVal = cst;
146 Result.ConstantVal = cst;
165 Result.ConstantVal = cst;
184 Result.ConstantVal = cst;
210 return ConstantVal;
217 ConstantVal = val
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.h 51 t_Constant, // Value in ConstantVal.
64 Constant *ConstantVal;

Completed in 272 milliseconds