Home
last modified time | relevance | path

Searched refs:StringRef (Results 1 – 8 of 8) 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.cpp440 llvm::StringRef path = ent->fts_path; in preprocessHeaders()
451 llvm::StringRef parent_path = llvm::sys::path::parent_path(dst_path); in preprocessHeaders()
466 llvm::StringRef file_path = file_it.first; in preprocessHeaders()
487 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.cpp79 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()
/bionic/tests/
Ddlfcn_test.cpp1563 llvm::StringRef data; in validate_compatibility_of_native_library()