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

  /external/llvm/lib/DebugInfo/CodeView/
FieldListRecordBuilder.cpp 76 assert(Record.getVFTableOffset() >= 0);
77 Builder.writeInt32(Record.getVFTableOffset());
79 assert(Record.getVFTableOffset() == -1);
TypeTableBuilder.cpp 285 assert(Method.getVFTableOffset() >= 0);
286 Builder.writeInt32(Method.getVFTableOffset());
288 assert(Method.getVFTableOffset() == -1);
TypeDumper.cpp 379 W->printHex("VFTableOffset", M.getVFTableOffset());
551 W->printHex("VFTableOffset", Method.getVFTableOffset());
TypeRecord.cpp 277 if (Method.isIntroducingVirtual() && Method.getVFTableOffset() < 0)
301 if (Method.isIntroducingVirtual() && Method.getVFTableOffset() < 0)
  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 907 int32_t getVFTableOffset() const { return VFTableOffset; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 669 int32_t getVFTableOffset() const { return VFTableOffset; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 669 int32_t getVFTableOffset() const { return VFTableOffset; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 669 int32_t getVFTableOffset() const { return VFTableOffset; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 669 int32_t getVFTableOffset() const { return VFTableOffset; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 669 int32_t getVFTableOffset() const { return VFTableOffset; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 669 int32_t getVFTableOffset() const { return VFTableOffset; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 669 int32_t getVFTableOffset() const { return VFTableOffset; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 669 int32_t getVFTableOffset() const { return VFTableOffset; }

Completed in 71 milliseconds