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.cpp63 StringRef Ret = cantFail(Strings.getStringForID(Entry.VFileNI), in getVirtualFileName()
73 cantFail(Strings.getStringForID(Entry.VFileNI), in getCode()
H A DInjectedSourceStream.cpp57 auto VName = Strings.getStringForID(Entry.second.VFileNI); in reload()
H A DPDBFileBuilder.cpp192 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