Searched refs:stem (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/MC/
H A DSearchDirs.cpp106 if (file == entry.path()->stem().native()) {
120 if (file == entry.path()->stem().native() &&
171 if (file == entry.path()->stem().native()) {
185 if (file == entry.path()->stem().native() &&
H A DCommandAction.cpp36 pBuilder.createNode<InputTree::Positional>(path().stem().native(), path());
273 pBuilder.createNode<InputTree::Positional>(path.stem().native(), path);
/frameworks/compile/mclinker/include/mcld/Support/
H A DPath.h82 Path stem() const;
/frameworks/compile/mclinker/lib/Support/
H A DPath.cpp174 Path Path::stem() const { function in class:mcld::sys::fs::Path
/frameworks/compile/slang/
H A Dllvm-rs-cc.cpp87 // The build system wants the .d file name stem to be exactly the same as
241 const std::string Argv0 = llvm::sys::path::stem(argv[0]);
/frameworks/compile/mclinker/tools/mcld/
H A DMain.cpp150 std::string name(mcld::sys::fs::Path(prog_name).stem().native());

Completed in 852 milliseconds