Searched refs:RealPath (Results 1 - 9 of 9) sorted by relevance

/frameworks/compile/mclinker/lib/Support/
H A DRealPath.cpp1 //===- RealPath.cpp -------------------------------------------------------===//
9 #include "mcld/Support/RealPath.h"
15 // RealPath
16 RealPath::RealPath() function in class:RealPath
20 RealPath::RealPath(const RealPath::ValueType* s ) function in class:RealPath
25 RealPath::RealPath(cons function in class:RealPath
30 RealPath::RealPath(const Path& pPath) function in class:RealPath
[all...]
H A DAndroid.mk15 RealPath.cpp \
/frameworks/compile/mclinker/include/mcld/Support/
H A DRealPath.h1 //===- RealPath.h ---------------------------------------------------------===//
21 /** \class RealPath
25 class RealPath : public Path class in namespace:mcld::sys::fs
32 RealPath();
33 explicit RealPath(const ValueType* s );
34 explicit RealPath(const StringType &s );
35 explicit RealPath(const Path& pPath);
37 ~RealPath();
39 RealPath& assign(const Path& pPath);
55 struct less<mcld::sys::fs::RealPath>
[all...]
H A DDerivedPositionDependentOptions.h17 #include "mcld/Support/RealPath.h"
29 sys::fs::RealPath m_Path;
/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLDOutput.h21 #include <mcld/Support/RealPath.h>
H A DMCLDOptions.h18 #include <mcld/Support/RealPath.h>
233 sys::fs::RealPath m_Sysroot;
/frameworks/compile/mclinker/lib/CodeGen/
H A DLLVMTargetMachine.cpp13 #include <mcld/Support/RealPath.h>
363 pLinkerOpt->info().output().setPath(sys::fs::RealPath(pOutputFilename));
/frameworks/compile/mclinker/lib/MC/
H A DMCLDDriver.cpp20 #include <mcld/Support/RealPath.h>
/frameworks/compile/mclinker/tools/llvm-mcld/
H A Dllvm-mcld.cpp15 #include <mcld/Support/RealPath.h>

Completed in 155 milliseconds