Home
last modified time | relevance | path

Searched refs:FileContents (Results 1 – 7 of 7) sorted by relevance

/external/compiler-rt/test/asan/TestCases/Linux/
Dnohugepage_test.cc28 char FileContents[1 << 16]; variable
31 FileContents[0] = 0; in FileToString()
34 char *p = FileContents; in FileToString()
35 ssize_t size = sizeof(FileContents) - 1; in FileToString()
49 } while (size > 0 && res < sizeof(FileContents)); in FileToString()
51 FileContents[res] = 0; in FileToString()
57 char *s = strstr(FileContents, "2008fff7000-10007fff8000"); in ReadShadowRss()
/external/clang/unittests/AST/
DExternalASTSourceTest.cpp47 StringRef FileContents) { in testExternalASTSource() argument
53 "test.cc", MemoryBuffer::getMemBuffer(FileContents).release()); in testExternalASTSource()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DIRSymtab.cpp331 static Expected<FileContents> upgrade(ArrayRef<BitcodeModule> BMs) { in upgrade()
332 FileContents FC; in upgrade()
362 Expected<FileContents> irsymtab::readBitcode(const BitcodeFileContents &BFC) { in readBitcode()
382 FileContents FC; in readBitcode()
DIRObjectFile.cpp146 Expected<irsymtab::FileContents> FCOrErr = irsymtab::readBitcode(*BFCOrErr); in readIRSymtab()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
Dllvm-rc.cpp112 std::unique_ptr<MemoryBuffer> FileContents = std::move(*File); in main() local
113 StringRef Contents = FileContents->getBuffer(); in main()
/external/clang/lib/Format/
DSortJavaScriptImports.cpp125 FileContents(Env.getSourceManager().getBufferData(Env.getFileID())) {} in JavaScriptImportSorter()
208 StringRef FileContents; member in clang::format::JavaScriptImportSorter
235 return FileContents.substr(SM.getFileOffset(Begin), in getSourceText()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DIRSymtab.h347 struct FileContents { struct
353 Expected<FileContents> readBitcode(const BitcodeFileContents &BFC); argument