Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptor.cpp30 if (auto EC = Reader.readCString(Info.ObjFileName)) in initialize()
78 StringRef DbiModuleDescriptor::getObjFileName() const { return ObjFileName; } in getObjFileName()
82 uint32_t O = ObjFileName.str().size() + 1; in getRecordLength()
H A DDbiModuleDescriptorBuilder.cpp54 ObjFileName = std::string(Name); in setObjFileName()
112 uint32_t O = ObjFileName.size() + 1; in calculateSerializedLength()
153 if (auto EC = ModiWriter.writeCString(ObjFileName)) in commit()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.h109 StringRef getObjFileName() const { return ObjFileName; } in getObjFileName()
144 std::string ObjFileName; variable
H A DDbiModuleDescriptor.h52 StringRef ObjFileName; variable
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp199 SmallString<128> ObjFileName(SrcFile); in getObjFilePath() local
200 llvm::sys::path::replace_extension(ObjFileName, "o"); in getObjFilePath()
201 return std::string(ObjFileName.str()); in getObjFilePath()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/PDB/
H A DDbiStream.rst192 char ObjFileName[];
254 - **ObjFileName** - The object file name. In the case of an module that is