Home
last modified time | relevance | path

Searched refs:getSourceFileNameIndex (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiModuleDescriptor.h42 uint32_t getSourceFileNameIndex() const;
DDbiStreamBuilder.h71 Expected<uint32_t> getSourceFileNameIndex(StringRef FileName);
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DModInfo.h40 uint32_t getSourceFileNameIndex() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DDbiModuleDescriptor.cpp76 uint32_t DbiModuleDescriptor::getSourceFileNameIndex() const { in getSourceFileNameIndex() function in DbiModuleDescriptor
DDbiStreamBuilder.cpp112 Expected<uint32_t> DbiStreamBuilder::getSourceFileNameIndex(StringRef File) { in getSourceFileNameIndex() function in DbiStreamBuilder
/external/llvm/lib/DebugInfo/PDB/Raw/
DModInfo.cpp109 uint32_t ModInfo::getSourceFileNameIndex() const { in getSourceFileNameIndex() function in ModInfo
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp561 Err(Stream.getECName(Desc.getSourceFileNameIndex())); in dumpModules()
564 Desc.getSourceFileNameIndex(), SrcFilePath); in dumpModules()
/external/llvm/tools/llvm-pdbdump/
DLLVMOutputStyle.cpp467 P.printNumber("Source File Name Idx", Modi.Info.getSourceFileNameIndex()); in dumpDbiStream()