Home
last modified time | relevance | path

Searched defs:getNameCount (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DNameHashTable.h34 uint32_t getNameCount() const { return NameCount; } in getNameCount() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DPDBStringTable.cpp24 uint32_t PDBStringTable::getNameCount() const { return NameCount; } in getNameCount() function in PDBStringTable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAcceleratorTable.h449 uint32_t getNameCount() const { return Hdr.NameCount; } in getNameCount() function