Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.h76 void setObjFileName(StringRef Name);
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.cpp57 void DbiModuleDescriptorBuilder::setObjFileName(StringRef Name) { in setObjFileName() function in DbiModuleDescriptorBuilder
/openbsd-src/gnu/llvm/lld/COFF/
H A DPDB.cpp1084 file->moduleDBI->setObjFileName(objName); in createModuleDBI()
1530 firstMod.setObjFileName(libPath); in addImportFilesToPDB()
1537 mod->setObjFileName(libPath); in addImportFilesToPDB()
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp839 ModiBuilder.setObjFileName(MI.Obj); in yamlToPdb()