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 226 /// addConstantValue - Add constant value entry in variable DIE.
227 bool addConstantValue(DIE *Die, const MachineOperand &MO, DIType Ty);
228 bool addConstantValue(DIE *Die, const ConstantInt *CI, bool Unsigned);
DwarfCompileUnit.cpp 480 /// addConstantValue - Add constant value entry in variable DIE.
481 bool CompileUnit::addConstantValue(DIE *Die, const MachineOperand &MO,
527 /// addConstantValue - Add constant value entry in variable DIE.
528 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 713 milliseconds