HomeSort by relevance Sort by last modified time
    Searched refs:SplitDwarfFile (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Frontend/
CodeGenOptions.h 110 std::string SplitDwarfFile;
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 317 std::string SplitDwarfFile = CGM.getCodeGenOpts().SplitDwarfFile;
318 char *SplitDwarfPtr = DebugInfoNames.Allocate<char>(SplitDwarfFile.length());
319 memcpy(SplitDwarfPtr, SplitDwarfFile.c_str(), SplitDwarfFile.length());
320 StringRef SplitDwarfFilename(SplitDwarfPtr, SplitDwarfFile.length());
    [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 318 Opts.SplitDwarfFile = Args.getLastArgValue(OPT_split_dwarf_file);
    [all...]

Completed in 80 milliseconds