Home
last modified time | relevance | path

Searched refs:StringRef (Results 1 – 7 of 7) sorted by relevance

/bionic/tools/versioner/src/
DUtils.cpp85 llvm::StringRef StripPrefix(llvm::StringRef string, llvm::StringRef prefix) { in StripPrefix()
DUtils.h93 llvm::StringRef StripPrefix(llvm::StringRef string, llvm::StringRef prefix);
DPreprocessor.cpp450 llvm::StringRef path = ent->fts_path; in preprocessHeaders()
461 llvm::StringRef parent_path = llvm::sys::path::parent_path(dst_path); in preprocessHeaders()
476 llvm::StringRef file_path = file_it.first; in preprocessHeaders()
497 llvm::StringRef rel_path = file_path.substr(src_dir.size(), file_path.size() - src_dir.size()); in preprocessHeaders()
DSymbolDatabase.cpp54 Expected<StringRef> symbolNameOrError = symbol.getName(); in getSymbols()
DDeclarationDatabase.cpp148 llvm::StringRef annotation = attr->getAnnotation(); in VisitDeclaratorDecl()
154 llvm::SmallVector<llvm::StringRef, 2> fragments; in VisitDeclaratorDecl()
DDriver.cpp80 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance&, llvm::StringRef) override { in CreateASTConsumer() argument
Dversioner.cpp143 auto new_end = std::remove_if(headers.begin(), headers.end(), [&arch](llvm::StringRef header) { in collectRequirements()