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/Script/
H A DInputToken.h26 File, enumerator in enum:mcld::InputToken::Type
/frameworks/compile/mclinker/include/mcld/MC/
H A DSymbolCategory.h130 File, enumerator in enum:mcld::SymbolCategory::Category::Type
/frameworks/compile/slang/
H A Dslang.cpp318 const clang::FileEntry *File = mFileMgr->getFile(InputFile); local
319 if (File) {
320 mSourceMgr->setMainFileID(mSourceMgr->createFileID(File,
H A Dslang_rs.cpp246 bool SlangRS::IsRSHeaderFile(const char *File) { argument
248 if (::strcmp(File, #name "." RS_HEADER_SUFFIX) == 0) \
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h53 File = 4, enumerator in enum:mcld::ResolveInfo::Type
273 static const uint32_t file_flag = File << TYPE_OFFSET;

Completed in 58 milliseconds