HomeSort by relevance Sort by last modified time
    Searched defs:BaseName (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileWrapper.cpp 139 char* BaseName = 0;
157 BaseName = ExeName + Idx + 1;
164 if (BaseName != 0 && !strcmp("oprofiled", BaseName)) {
  /external/clang/utils/TableGen/
ClangASTNodesEmitter.cpp 46 std::string baseName(Record &R) {
76 std::string BaseName = macroName(Base->getName());
93 << BaseName << "(Type, Base)\n";
98 << R->getName() << ", " << baseName(*Base) << "))\n";
101 << baseName(*Base) << ")\n";
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 169 StringRef BaseName = F->getName();
170 if (BaseName[0] == '\1')
171 return (void*)Dyld.getSymbolLoadAddress(BaseName.substr(1));
173 + BaseName).str());
  /external/chromium/base/
file_path.cc 115 // of the file name. The position is relative to BaseName(), not value().
222 base = current.BaseName();
229 base = current.BaseName();
231 ret_val.push_back(current.BaseName().value());
291 // libgen's dirname and basename aren't guaranteed to be thread-safe and aren't
320 // path_ is somewhere else, trim the basename.
331 FilePath FilePath::BaseName() const {
355 FilePath base(BaseName());
381 StringType base = BaseName().value();
412 StringType base = BaseName().value()
    [all...]
  /external/clang/lib/Driver/
Driver.cpp     [all...]
  /external/clang/lib/AST/
ItaniumMangle.cpp     [all...]

Completed in 223 milliseconds