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

  /external/clang/lib/CodeGen/
CGDebugInfo.h 92 /// DebugInfoNames - This is a storage for names that are
94 llvm::BumpPtrAllocator DebugInfoNames;
CGDebugInfo.cpp 188 char *StrPtr = DebugInfoNames.Allocate<char>(NS.size());
218 char *StrPtr = DebugInfoNames.Allocate<char>(OS.tell());
227 char *StrPtr = DebugInfoNames.Allocate<char>(SName.size());
263 char *StrPtr = DebugInfoNames.Allocate<char>(Length);
336 char *CompDirnamePtr = DebugInfoNames.Allocate<char>(CWD.size());
362 char *FilenamePtr = DebugInfoNames.Allocate<char>(MainFileName.length());
368 char *SplitDwarfPtr = DebugInfoNames.Allocate<char>(SplitDwarfFile.length());
    [all...]

Completed in 520 milliseconds