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

  /external/llvm/include/llvm/IR/
Value.h 50 typedef StringMapEntry<Value*> ValueName;
75 ValueName *Name;
215 ValueName *getValueName() const { return Name; }
216 void setValueName(ValueName *VN) { Name = VN; }
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 958 SmallString<128> ValueName;
979 if (ConvertToString(Record, 1, ValueName))
    [all...]
  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp 179 /// ValueName - The name of the value this class represents; for a token this
182 std::string ValueName;
287 return ValueName < RHS.ValueName;
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 983 SmallString<128> ValueName;
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h 427 IN PWSTR ValueName,
    [all...]

Completed in 286 milliseconds