Home
last modified time | relevance | path

Searched refs:FileTable (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/common/
Ddwarf_line_to_module.h145 typedef std::map<uint32, Module::File *> FileTable; typedef
170 FileTable files_;
/external/clang/lib/Lex/
DPTHLexer.cpp483 const unsigned char *FileTable = in Create() local
486 if (!(FileTable > BufBeg && FileTable < BufEnd)) { in Create()
491 std::unique_ptr<PTHFileLookup> FL(PTHFileLookup::Create(FileTable, BufBeg)); in Create()