Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DModInfo.h34 uint16_t getTypeServerIndex() const;
/external/llvm/lib/DebugInfo/PDB/Raw/
DModInfo.cpp93 uint16_t ModInfo::getTypeServerIndex() const { in getTypeServerIndex() function in ModInfo
/external/llvm/tools/llvm-pdbdump/
DLLVMOutputStyle.cpp473 P.printNumber("Type Server Index", Modi.Info.getTypeServerIndex()); in dumpDbiStream()