HomeSort by: relevance | last modified time | path
    Searched defs:getUdtKind (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeTypeUDT.cpp 51 if (getUdtKind() != PDB_UdtType::Union)
55 dumpSymbolField(OS, "udtKind", getUdtKind(), Indent);
109 PDB_UdtType NativeTypeUDT::getUdtKind() const {
111 return UnmodifiedType->getUdtKind();
NativeRawSymbol.cpp 404 PDB_UdtType NativeRawSymbol::getUdtKind() const {
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
DIARawSymbol.cpp 933 PDB_UdtType DIARawSymbol::getUdtKind() const {

Completed in 18 milliseconds