Home
last modified time | relevance | path

Searched refs:getObjFileName (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeCompilandSymbol.cpp52 return std::string(Module.getObjFileName()); in getLibraryName()
H A DDbiModuleDescriptor.cpp78 StringRef DbiModuleDescriptor::getObjFileName() const { return ObjFileName; } in getObjFileName() function in DbiModuleDescriptor
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleDescriptor.h44 StringRef getObjFileName() const;
H A DDbiModuleDescriptorBuilder.h109 StringRef getObjFileName() const { return ObjFileName; } in getObjFileName() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp224 DMI.Obj = MI.getObjFileName(); in dumpDbiStream()
H A DDumpOutputStyle.cpp605 P.formatLine("Obj: `{0}`: ", Desc.getObjFileName()); in dumpModules()