HomeSort by: relevance | last modified time | path
    Searched refs:cfiFunctionDecls (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ModuleSummaryIndex.h 1091 std::set<std::string> CfiFunctionDecls;
1299 std::set<std::string> &cfiFunctionDecls() { return CfiFunctionDecls; }
1300 const std::set<std::string> &cfiFunctionDecls() const { return CfiFunctionDecls; }
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
LowerTypeTests.cpp 1555 ExportSummary->cfiFunctionDecls().insert(std::string(F->getName()));
1845 else if (ImportSummary->cfiFunctionDecls().count(
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
LTO.cpp 85 const std::set<GlobalValue::GUID> &CfiFunctionDecls) {
192 // Members of CfiFunctionDefs and CfiFunctionDecls that are referenced or
203 if (CfiFunctionDecls.count(ValueGUID))
1182 std::set<GlobalValue::GUID> CfiFunctionDecls;
1199 for (auto &Name : CombinedIndex.cfiFunctionDecls())
1200 CfiFunctionDecls.insert(
1235 CfiFunctionDecls);
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 4316 if (!Index.cfiFunctionDecls().empty()) {
4317 for (auto &S : Index.cfiFunctionDecls()) {
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 6538 std::set<std::string> &CfiFunctionDecls = TheIndex.cfiFunctionDecls();
6540 CfiFunctionDecls.insert(

Completed in 26 milliseconds