Searched defs:File (Results 1 - 6 of 6) 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.h104 File, enumerator in enum:mcld::SymbolCategory::Category::Type
/frameworks/compile/llvm-ndk-cc/
H A DCompiler.cpp232 const clang::FileEntry *File = mFileMgr->getFile(InputFile); local
233 if (File)
234 mSourceMgr->createMainFileID(File);
/frameworks/compile/slang/
H A Dslang.cpp313 const clang::FileEntry *File = mFileMgr->getFile(InputFile); local
314 if (File)
315 mSourceMgr->createMainFileID(File);
H A Dslang_rs.cpp251 bool SlangRS::IsRSHeaderFile(const char *File) { argument
253 if (::strcmp(File, #name "."RS_HEADER_SUFFIX) == 0) \
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h56 File = 4, enumerator in enum:mcld::ResolveInfo::Type
255 static const uint32_t file_flag = File << TYPE_OFFSET;

Completed in 97 milliseconds