Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiModuleDescriptor.h36 uint16_t getTypeServerIndex() const;
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DModInfo.h34 uint16_t getTypeServerIndex() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DDbiModuleDescriptor.cpp47 uint16_t DbiModuleDescriptor::getTypeServerIndex() const { in getTypeServerIndex() function in DbiModuleDescriptor
/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()