Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeCompilandSymbol.cpp50 return std::string(Module.getObjFileName()); in getLibraryName()
H A DDbiModuleDescriptor.cpp77 StringRef DbiModuleDescriptor::getObjFileName() const { return ObjFileName; }
78 StringRef DbiModuleDescriptor::getObjFileName() const { return ObjFileName; } getObjFileName() function in DbiModuleDescriptor
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleDescriptor.h44 StringRef getObjFileName() const;
H A DDbiModuleDescriptorBuilder.h107 StringRef getObjFileName() const { return ObjFileName; } in getObjFileName() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp224 DMI.Obj = MI.getObjFileName(); in dumpDbiStream()
H A DDumpOutputStyle.cpp495 P.formatLine("Obj: `{0}`: ", Desc.getObjFileName()); in dumpModules()