Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiStream.h88 Expected<StringRef> getECName(uint32_t NI) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DDbiStream.cpp227 Expected<StringRef> DbiStream::getECName(uint32_t NI) const { in getECName() function in DbiStream
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp559 Err(Stream.getECName(Desc.getPdbFilePathNameIndex())); in dumpModules()
561 Err(Stream.getECName(Desc.getSourceFileNameIndex())); in dumpModules()