Home
last modified time | relevance | path

Searched refs:VFileNI (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumInjectedSources.cpp64 StringRef Ret = cantFail(Strings.getStringForID(Entry.VFileNI), in getVirtualFileName()
74 cantFail(Strings.getStringForID(Entry.VFileNI), in getCode()
H A DInjectedSourceStream.cpp57 auto VName = Strings.getStringForID(Entry.second.VFileNI); in reload()
H A DPDBFileBuilder.cpp193 Entry.VFileNI = IS.VNameIndex; in finalizeMsfLayout()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawTypes.h338 support::ulittle32_t VFileNI; // String table index of virtual file name. member