Searched defs:File (Results 1 - 5 of 5) sorted by relevance
/frameworks/compile/libbcc/include/bcc/Support/ |
H A D | File.h | 48 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 D | InputToken.h | 22 enum Type { Unknown, File, NameSpec }; enumerator in enum:mcld::InputToken::Type
|
/frameworks/compile/mclinker/include/mcld/MC/ |
H A D | SymbolCategory.h | 126 enum Type { File, Local, LocalDyn, Common, Dynamic, Regular }; enumerator in enum:mcld::SymbolCategory::Category::Type
|
/frameworks/compile/mclinker/include/mcld/LD/ |
H A D | ResolveInfo.h | 54 File = 4, enumerator in enum:mcld::ResolveInfo::Type 247 static const uint32_t file_flag = File << TYPE_OFFSET;
|
/frameworks/compile/slang/ |
H A D | slang.cpp | 281 const clang::FileEntry *File = mFileMgr->getFile(InputFile); local 282 if (File) { 283 mSourceMgr->setMainFileID(mSourceMgr->createFileID(File, 566 bool Slang::IsRSHeaderFile(const char *File) { argument 568 if (::strcmp(File, #name "." RS_HEADER_SUFFIX) == 0) \
|
Completed in 278 milliseconds