Searched refs:pFlags (Results 1 - 11 of 11) sorted by relevance

/frameworks/compile/libbcc/lib/Support/
H A DInputFile.cpp23 InputFile::InputFile(const std::string &pFilename, unsigned pFlags) argument
24 : super(pFilename, pFlags) { }
H A DOutputFile.cpp27 OutputFile::OutputFile(const std::string &pFilename, unsigned pFlags) argument
28 : super(pFilename, pFlags) { }
H A DFileBase.cpp47 unsigned pFlags)
53 // Process pFlags
55 if (pFlags & kBinary) {
59 if (pFlags & kTruncate) {
63 if (pFlags & kAppend) {
67 if (pFlags & kDeleteOnClose) {
45 FileBase(const std::string &pFilename, unsigned pOpenFlags, unsigned pFlags) argument
/frameworks/compile/libbcc/include/bcc/Support/
H A DInputFile.h28 InputFile(const std::string &pFilename, unsigned pFlags = 0);
H A DOutputFile.h32 OutputFile(const std::string &pFilename, unsigned pFlags = 0);
H A DFile.h50 File(const std::string &pFilename, unsigned pFlags) argument
51 : FileBase(pFilename, FileAttribute<OpenMode>::kOpenFlags, pFlags) { }
H A DFileBase.h103 // pOpenFlags is the 2nd argument to the POSIX open(). pFlags are the flags to
106 FileBase(const std::string &pFilename, unsigned pOpenFlags, unsigned pFlags);
/frameworks/compile/mclinker/lib/Support/
H A Draw_ostream.cpp39 llvm::sys::fs::OpenFlags pFlags)
40 : llvm::raw_fd_ostream(pFilename, pErrorCode, pFlags),
37 raw_fd_ostream(const char* pFilename, std::error_code& pErrorCode, llvm::sys::fs::OpenFlags pFlags) argument
/frameworks/compile/mclinker/include/mcld/Support/
H A Draw_ostream.h32 llvm::sys::fs::OpenFlags pFlags = llvm::sys::fs::F_None);
H A DFileSystem.h102 int pFlags,
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp1044 MipsAbiFlags& pFlags) {
1052 if (!MipsAbiFlags::fillBySection(pInput, **it, pFlags))
1054 if (!MipsAbiFlags::isCompatible(pInput, pElfFlags, pFlags))
1060 pFlags = pElfFlags;
1043 getAbiFlags(const Input& pInput, uint64_t elfFlags, bool& hasFlags, MipsAbiFlags& pFlags) argument

Completed in 1088 milliseconds