Searched defs:File (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/libbcc/include/bcc/Support/
H A DFile.h48 class File : public FileBase { class in namespace:bcc
50 File(const std::string &pFilename, unsigned pFlags) function in class:bcc::File
/frameworks/compile/mclinker/include/mcld/MC/
H A DSymbolCategory.h133 File, enumerator in enum:mcld::SymbolCategory::Category::Type
/frameworks/compile/slang/
H A Dslang.cpp324 const clang::FileEntry *File = mFileMgr->getFile(InputFile); local
325 if (File)
326 mSourceMgr->createMainFileID(File);
H A Dslang_rs.cpp247 bool SlangRS::IsRSHeaderFile(const char *File) { argument
249 if (::strcmp(File, #name "."RS_HEADER_SUFFIX) == 0) \
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h55 File = 4, enumerator in enum:mcld::ResolveInfo::Type
262 static const uint32_t file_flag = File << TYPE_OFFSET;

Completed in 4362 milliseconds