HomeSort by relevance Sort by last modified time
    Searched defs:ConstantIndex (Results 1 - 25 of 31) sorted by null

1 2

  /external/llvm/tools/llvm-readobj/
StackMapPrinter.h 31 unsigned ConstantIndex = 0;
33 OS << "\n #" << ++ConstantIndex << ": " << C.getValue();
60 case StackMapParserT::LocationKind::ConstantIndex:
61 OS << "ConstantIndex #" << Loc.getConstantIndex() << " ("
  /external/llvm/include/llvm/CodeGen/
StackMaps.h 138 ConstantIndex
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
StackMaps.h 203 ConstantIndex
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
StackMaps.h 203 ConstantIndex
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
StackMaps.h 203 ConstantIndex
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
StackMaps.h 203 ConstantIndex
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
StackMaps.h 203 ConstantIndex
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
StackMaps.h 203 ConstantIndex
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
StackMaps.h 203 ConstantIndex
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
StackMaps.h 203 ConstantIndex
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
StackMaps.h 203 ConstantIndex
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
StackMaps.h 203 ConstantIndex
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
StackMaps.h 203 ConstantIndex
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
StackMaps.h 203 ConstantIndex
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
StackMaps.h 197 ConstantIndex
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
StackMaps.h 197 ConstantIndex
  /external/llvm/include/llvm/Object/
StackMapParser.h 100 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5
126 /// Get the constant-index for this location. (Kind must be ConstantIndex).
128 assert(getKind() == LocationKind::ConstantIndex &&
360 ConstantAccessor getConstant(unsigned ConstantIndex) const {
362 getConstantOffset(ConstantIndex));
430 std::size_t getConstantOffset(unsigned ConstantIndex) const {
431 return ConstantsListOffset + ConstantIndex * ConstantSize;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
StackMapParser.h 105 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5
131 /// Get the constant-index for this location. (Kind must be ConstantIndex).
133 assert(getKind() == LocationKind::ConstantIndex &&
365 ConstantAccessor getConstant(unsigned ConstantIndex) const {
367 getConstantOffset(ConstantIndex));
435 std::size_t getConstantOffset(unsigned ConstantIndex) const {
436 return ConstantsListOffset + ConstantIndex * ConstantSize;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
StackMapParser.h 104 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5
129 /// Get the constant-index for this location. (Kind must be ConstantIndex).
131 assert(getKind() == LocationKind::ConstantIndex &&
359 ConstantAccessor getConstant(unsigned ConstantIndex) const {
361 getConstantOffset(ConstantIndex));
428 std::size_t getConstantOffset(unsigned ConstantIndex) const {
429 return ConstantsListOffset + ConstantIndex * ConstantSize;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Object/
StackMapParser.h 104 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5
129 /// Get the constant-index for this location. (Kind must be ConstantIndex).
131 assert(getKind() == LocationKind::ConstantIndex &&
359 ConstantAccessor getConstant(unsigned ConstantIndex) const {
361 getConstantOffset(ConstantIndex));
428 std::size_t getConstantOffset(unsigned ConstantIndex) const {
429 return ConstantsListOffset + ConstantIndex * ConstantSize;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Object/
StackMapParser.h 104 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5
129 /// Get the constant-index for this location. (Kind must be ConstantIndex).
131 assert(getKind() == LocationKind::ConstantIndex &&
359 ConstantAccessor getConstant(unsigned ConstantIndex) const {
361 getConstantOffset(ConstantIndex));
428 std::size_t getConstantOffset(unsigned ConstantIndex) const {
429 return ConstantsListOffset + ConstantIndex * ConstantSize;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Object/
StackMapParser.h 104 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5
129 /// Get the constant-index for this location. (Kind must be ConstantIndex).
131 assert(getKind() == LocationKind::ConstantIndex &&
359 ConstantAccessor getConstant(unsigned ConstantIndex) const {
361 getConstantOffset(ConstantIndex));
428 std::size_t getConstantOffset(unsigned ConstantIndex) const {
429 return ConstantsListOffset + ConstantIndex * ConstantSize;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Object/
StackMapParser.h 104 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5
129 /// Get the constant-index for this location. (Kind must be ConstantIndex).
131 assert(getKind() == LocationKind::ConstantIndex &&
359 ConstantAccessor getConstant(unsigned ConstantIndex) const {
361 getConstantOffset(ConstantIndex));
428 std::size_t getConstantOffset(unsigned ConstantIndex) const {
429 return ConstantsListOffset + ConstantIndex * ConstantSize;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Object/
StackMapParser.h 104 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5
129 /// Get the constant-index for this location. (Kind must be ConstantIndex).
131 assert(getKind() == LocationKind::ConstantIndex &&
359 ConstantAccessor getConstant(unsigned ConstantIndex) const {
361 getConstantOffset(ConstantIndex));
428 std::size_t getConstantOffset(unsigned ConstantIndex) const {
429 return ConstantsListOffset + ConstantIndex * ConstantSize;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
StackMapParser.h 105 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5
131 /// Get the constant-index for this location. (Kind must be ConstantIndex).
133 assert(getKind() == LocationKind::ConstantIndex &&
365 ConstantAccessor getConstant(unsigned ConstantIndex) const {
367 getConstantOffset(ConstantIndex));
435 std::size_t getConstantOffset(unsigned ConstantIndex) const {
436 return ConstantsListOffset + ConstantIndex * ConstantSize;

Completed in 2599 milliseconds

1 2