Searched refs:m_Path (Results 1 - 14 of 14) sorted by relevance

/frameworks/compile/mclinker/lib/MC/
H A DMCLDDirectory.cpp24 Directory::m_Path.assign(pName);
26 if (!Directory::m_Path.empty())
27 m_bInSysroot = ('=' == Directory::m_Path.native()[0]);
29 Directory::m_Path.m_append_separator_if_needed();
31 Directory::m_Path.native().erase(Directory::m_Path.native().begin());
38 Directory::m_Path.assign(pName);
40 if (!Directory::m_Path.empty())
41 m_bInSysroot = ('=' == Directory::m_Path.native()[0]);
43 Directory::m_Path
[all...]
H A DInput.cpp21 m_Path(),
33 m_Path(),
48 m_Path(pPath),
64 m_Path(pPath),
H A DCommandAction.cpp26 : InputAction(pPosition), m_Path(pPath) {
80 : InputAction(pPosition), m_Path(pPath) {
/frameworks/compile/mclinker/include/mcld/
H A DBitcodeOption.h30 void setPath(const sys::fs::Path& pPath) { m_Path = pPath; }
32 const sys::fs::Path& getPath() const { return m_Path; }
39 sys::fs::Path m_Path; member in class:mcld::BitcodeOption
/frameworks/compile/mclinker/lib/Script/
H A DSearchDirCmd.cpp21 m_Path(pPath)
31 mcld::outs() << "SEARCH_DIR ( " << m_Path << " )\n";
36 pModule.getScript().directories().insert(m_Path);
/frameworks/compile/mclinker/lib/Support/
H A DDirectory.cpp36 : m_Path(),
47 : m_Path(pPath),
53 if (m_Path == dot_path)
54 detail::get_pwd(m_Path);
55 m_Path.m_append_separator_if_needed();
60 : m_Path(pCopy.m_Path),
81 assign(pCopy.m_Path, pCopy.m_FileStatus, pCopy.m_SymLinkStatus);
92 m_Path = pPath;
93 if (m_Path
[all...]
H A DToolOutputFile.cpp29 : Keep(false), m_Path(pPath) {
31 if ("-" != m_Path.native())
32 llvm::sys::RemoveFileOnSignal(m_Path.native());
40 if (!Keep && "_" != m_Path.native()) {
42 llvm::sys::fs::remove(m_Path.native(), Existed);
47 if ("_" != m_Path.native())
48 llvm::sys::DontRemoveFileOnSignal(m_Path.native());
H A DFileHandle.cpp29 : m_Path(),
93 m_Path = pPath;
141 m_Path.native().clear();
/frameworks/compile/mclinker/include/mcld/Script/
H A DSearchDirCmd.h40 std::string m_Path; member in class:mcld::SearchDirCmd
/frameworks/compile/mclinker/include/mcld/MC/
H A DInput.h71 { return m_Path; }
74 { m_Path = pPath; }
132 sys::fs::Path m_Path; member in class:mcld::Input
H A DCommandAction.h32 const sys::fs::Path& path() const { return m_Path; }
37 sys::fs::Path m_Path; member in class:mcld::InputFileAction
63 const sys::fs::Path& path() const { return m_Path; }
68 sys::fs::Path m_Path; member in class:mcld::BitcodeAction
/frameworks/compile/mclinker/include/mcld/Support/
H A DToolOutputFile.h64 sys::fs::Path m_Path; member in class:mcld::ToolOutputFile::CleanupInstaller
H A DFileHandle.h101 { return m_Path; }
131 sys::fs::Path m_Path; member in class:mcld::FileHandle
H A DDirectory.h74 { return m_Path; }
86 mcld::sys::fs::Path m_Path; member in class:mcld::sys::fs::Directory

Completed in 129 milliseconds