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

  /external/llvm/unittests/Transforms/IPO/
WholeProgramDevirt.cpp 18 VTableBits VT1;
23 VTableBits VT2;
63 VTableBits VT1;
66 VTableBits VT2;
  /external/llvm/include/llvm/Transforms/IPO/
WholeProgramDevirt.h 85 struct VTableBits {
104 // The VTableBits for the vtable.
105 VTableBits *Bits;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/IPO/
WholeProgramDevirt.h 85 struct VTableBits {
104 // The VTableBits for the vtable.
105 VTableBits *Bits;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/IPO/
WholeProgramDevirt.h 85 struct VTableBits {
104 // The VTableBits for the vtable.
105 VTableBits *Bits;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/IPO/
WholeProgramDevirt.h 85 struct VTableBits {
104 // The VTableBits for the vtable.
105 VTableBits *Bits;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/IPO/
WholeProgramDevirt.h 85 struct VTableBits {
104 // The VTableBits for the vtable.
105 VTableBits *Bits;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/IPO/
WholeProgramDevirt.h 85 struct VTableBits {
104 // The VTableBits for the vtable.
105 VTableBits *Bits;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/IPO/
WholeProgramDevirt.h 85 struct VTableBits {
104 // The VTableBits for the vtable.
105 VTableBits *Bits;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/IPO/
WholeProgramDevirt.h 85 struct VTableBits {
104 // The VTableBits for the vtable.
105 VTableBits *Bits;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/IPO/
WholeProgramDevirt.h 85 struct VTableBits {
104 // The VTableBits for the vtable.
105 VTableBits *Bits;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/IPO/
WholeProgramDevirt.h 85 struct VTableBits {
104 // The VTableBits for the vtable.
105 VTableBits *Bits;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/IPO/
WholeProgramDevirt.h 85 struct VTableBits {
104 // The VTableBits for the vtable.
105 VTableBits *Bits;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/IPO/
WholeProgramDevirt.h 85 struct VTableBits {
104 // The VTableBits for the vtable.
105 VTableBits *Bits;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/IPO/
WholeProgramDevirt.h 85 struct VTableBits {
104 // The VTableBits for the vtable.
105 VTableBits *Bits;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/IPO/
WholeProgramDevirt.h 85 struct VTableBits {
104 // The VTableBits for the vtable.
105 VTableBits *Bits;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/IPO/
WholeProgramDevirt.h 85 struct VTableBits {
104 // The VTableBits for the vtable.
105 VTableBits *Bits;
  /external/llvm/lib/Transforms/IPO/
WholeProgramDevirt.cpp 267 std::vector<VTableBits> &Bits,
287 void rebuildGlobal(VTableBits &B);
323 std::vector<VTableBits> &Bits,
325 DenseMap<GlobalVariable *, VTableBits *> GVToBits;
334 VTableBits *&BitsPtr = GVToBits[&GV];
613 void DevirtModule::rebuildGlobal(VTableBits &B) {
801 std::vector<VTableBits> Bits;
839 for (VTableBits &B : Bits)

Completed in 425 milliseconds