Home
last modified time | relevance | path

Searched refs:RawType (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp45 const IPDBRawSymbol &RawType = SymbolType->getRawSymbol(); in getTypeLength() local
47 return RawType.getLength(); in getTypeLength()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1242 const Metadata *RawType = getRawType(); in getSizeInBits() local
1243 while (RawType) { in getSizeInBits()
1245 if (auto *T = dyn_cast<DIType>(RawType)) in getSizeInBits()
1249 if (auto *DT = dyn_cast<DIDerivedType>(RawType)) { in getSizeInBits()
1251 RawType = DT->getRawBaseType(); in getSizeInBits()
/openbsd/gnu/llvm/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp929 const IPDBRawSymbol &RawType = SymbolType->getRawSymbol(); in getTypeLength() local
931 return RawType.getLength(); in getTypeLength()