Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DInfoStream.h49 ArrayRef<PdbRaw_FeatureSig> getFeatureSignatures() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DInfoStream.cpp122 ArrayRef<PdbRaw_FeatureSig> InfoStream::getFeatureSignatures() const { in getFeatureSignatures() function in InfoStream
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DYAMLOutputStyle.cpp161 Obj.PdbStream->Features = InfoS.getFeatureSignatures(); in dumpPDBStream()