HomeSort by: relevance | last modified time | path
    Searched refs:ObjFileName (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
DbiModuleDescriptor.cpp 30 if (auto EC = Reader.readCString(Info.ObjFileName))
78 StringRef DbiModuleDescriptor::getObjFileName() const { return ObjFileName; }
82 uint32_t O = ObjFileName.str().size() + 1;
DbiModuleDescriptorBuilder.cpp 54 ObjFileName = std::string(Name);
112 uint32_t O = ObjFileName.size() + 1;
153 if (auto EC = ModiWriter.writeCString(ObjFileName))
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
DbiModuleDescriptorBuilder.h 109 StringRef getObjFileName() const { return ObjFileName; }
144 std::string ObjFileName;
DbiModuleDescriptor.h 52 StringRef ObjFileName;
  /src/external/apache2/llvm/dist/clang/tools/clang-scan-deps/
ClangScanDeps.cpp 199 SmallString<128> ObjFileName(SrcFile);
200 llvm::sys::path::replace_extension(ObjFileName, "o");
201 return std::string(ObjFileName.str());

Completed in 59 milliseconds