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 90 /// DebugInfoNames - This is a storage for names that are
92 llvm::BumpPtrAllocator DebugInfoNames;
CGDebugInfo.cpp 145 char *StrPtr = DebugInfoNames.Allocate<char>(NS.size());
168 char *StrPtr = DebugInfoNames.Allocate<char>(OS.tell());
177 char *StrPtr = DebugInfoNames.Allocate<char>(SName.size());
213 char *StrPtr = DebugInfoNames.Allocate<char>(Length);
286 char *CompDirnamePtr = DebugInfoNames.Allocate<char>(CWD.size());
312 char *FilenamePtr = DebugInfoNames.Allocate<char>(MainFileName.length());
318 char *SplitDwarfPtr = DebugInfoNames.Allocate<char>(SplitDwarfFile.length());
    [all...]

Completed in 131 milliseconds