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

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
UDTLayout.h 39 uint32_t Size, bool IsElided);
53 bool isElided() const { return IsElided; }
70 bool IsElided = false;
117 bool IsElided);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
UDTLayout.cpp 51 bool IsElided)
54 IsElided(IsElided) {
107 uint32_t Size, bool IsElided)
108 : LayoutItemBase(Parent, &Sym, Name, OffsetInParent, Size, IsElided) {
281 if (!Child->isElided()) {

Completed in 1574 milliseconds