Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DModInfo.h40 uint32_t getSourceFileNameIndex() const;
/external/llvm/lib/DebugInfo/PDB/Raw/
DModInfo.cpp109 uint32_t ModInfo::getSourceFileNameIndex() const { in getSourceFileNameIndex() function in ModInfo
/external/llvm/tools/llvm-pdbdump/
DLLVMOutputStyle.cpp467 P.printNumber("Source File Name Idx", Modi.Info.getSourceFileNameIndex()); in dumpDbiStream()