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

/frameworks/compile/mclinker/lib/MC/
H A DSearchDirs.cpp114 if (file == entry.path()->stem().native() ) {
128 if (file == entry.path()->stem().native() &&
181 if (file == entry.path()->stem().native() ) {
195 if (file == entry.path()->stem().native() &&
H A DCommandAction.cpp31 pBuilder.createNode<InputTree::Positional>(path().stem().native(), path());
279 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.cpp190 Path Path::stem() const function in class:Path
/frameworks/compile/mclinker/tools/mcld/lib/
H A DTripleOptions.cpp55 std::string ProgName(mcld::sys::fs::Path(pProgName).stem().native());
/frameworks/compile/slang/
H A Dllvm-rs-cc.cpp80 // The build system wants the .d file name stem to be exactly the same as
223 Argv0 = llvm::sys::path::stem(ArgVector[0]);

Completed in 414 milliseconds