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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 223 /// addConstantValue - Add constant value entry in variable DIE.
224 bool addConstantValue(DIE *Die, const MachineOperand &MO, DIType Ty);
225 bool addConstantValue(DIE *Die, const ConstantInt *CI, bool Unsigned);
DwarfCompileUnit.cpp 485 /// addConstantValue - Add constant value entry in variable DIE.
486 bool CompileUnit::addConstantValue(DIE *Die, const MachineOperand &MO,
532 /// addConstantValue - Add constant value entry in variable DIE.
533 bool CompileUnit::addConstantValue(DIE *Die, const ConstantInt *CI,
    [all...]
  /external/webkit/Source/JavaScriptCore/bytecompiler/
BytecodeGenerator.h 477 RegisterID* addConstantValue(JSValue);
BytecodeGenerator.cpp     [all...]

Completed in 52 milliseconds