HomeSort by relevance Sort by last modified time
    Searched refs:StringMap (Results 101 - 125 of 1367) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
StringSet.h 10 // StringSet - A set-like wrapper for the StringMap.
17 #include "llvm/ADT/StringMap.h"
21 /// StringSet - A wrapper for StringMap that provides set-like functionality.
23 class StringSet : public llvm::StringMap<char, AllocatorTy> {
24 typedef llvm::StringMap<char, AllocatorTy> base;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
StringSet.h 10 // StringSet - A set-like wrapper for the StringMap.
17 #include "llvm/ADT/StringMap.h"
26 /// StringSet - A wrapper for StringMap that provides set-like functionality.
28 class StringSet : public StringMap<char, AllocatorTy> {
29 using base = StringMap<char, AllocatorTy>;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
StringSet.h 10 // StringSet - A set-like wrapper for the StringMap.
17 #include "llvm/ADT/StringMap.h"
26 /// StringSet - A wrapper for StringMap that provides set-like functionality.
28 class StringSet : public StringMap<char, AllocatorTy> {
29 using base = StringMap<char, AllocatorTy>;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
StringSet.h 10 // StringSet - A set-like wrapper for the StringMap.
17 #include "llvm/ADT/StringMap.h"
26 /// StringSet - A wrapper for StringMap that provides set-like functionality.
28 class StringSet : public StringMap<char, AllocatorTy> {
29 using base = StringMap<char, AllocatorTy>;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
StringSet.h 10 // StringSet - A set-like wrapper for the StringMap.
17 #include "llvm/ADT/StringMap.h"
26 /// StringSet - A wrapper for StringMap that provides set-like functionality.
28 class StringSet : public StringMap<char, AllocatorTy> {
29 using base = StringMap<char, AllocatorTy>;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
StringSet.h 10 // StringSet - A set-like wrapper for the StringMap.
17 #include "llvm/ADT/StringMap.h"
26 /// StringSet - A wrapper for StringMap that provides set-like functionality.
28 class StringSet : public StringMap<char, AllocatorTy> {
29 using base = StringMap<char, AllocatorTy>;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
StringSet.h 10 // StringSet - A set-like wrapper for the StringMap.
17 #include "llvm/ADT/StringMap.h"
26 /// StringSet - A wrapper for StringMap that provides set-like functionality.
28 class StringSet : public StringMap<char, AllocatorTy> {
29 using base = StringMap<char, AllocatorTy>;
  /external/clang/lib/StaticAnalyzer/Frontend/
FrontendActions.cpp 21 ParseModelFileAction::ParseModelFileAction(llvm::StringMap<Stmt *> &Bodies)
ModelInjector.h 29 #include "llvm/ADT/StringMap.h"
69 llvm::StringMap<Stmt *> Bodies;
  /external/llvm/include/llvm/Support/
Host.h 17 #include "llvm/ADT/StringMap.h"
70 bool getHostCPUFeatures(StringMap<bool> &Features);
  /external/swiftshader/third_party/LLVM/include/llvm/
DebugInfoProbe.h 18 #include "llvm/ADT/StringMap.h"
49 StringMap<DebugInfoProbe *> Probes;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Host.h 17 #include "llvm/ADT/StringMap.h"
72 bool getHostCPUFeatures(StringMap<bool> &Features);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
DebugStringTableSubsection.h 13 #include "llvm/ADT/StringMap.h"
78 StringMap<uint32_t>::const_iterator begin() const { return Strings.begin(); }
80 StringMap<uint32_t>::const_iterator end() const { return Strings.end(); }
83 StringMap<uint32_t> Strings;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
DebugStringTableSubsection.h 13 #include "llvm/ADT/StringMap.h"
78 StringMap<uint32_t>::const_iterator begin() const { return Strings.begin(); }
80 StringMap<uint32_t>::const_iterator end() const { return Strings.end(); }
83 StringMap<uint32_t> Strings;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
DebugStringTableSubsection.h 13 #include "llvm/ADT/StringMap.h"
76 StringMap<uint32_t>::const_iterator begin() const { return Strings.begin(); }
78 StringMap<uint32_t>::const_iterator end() const { return Strings.end(); }
81 StringMap<uint32_t> Strings;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
DebugStringTableSubsection.h 13 #include "llvm/ADT/StringMap.h"
76 StringMap<uint32_t>::const_iterator begin() const { return Strings.begin(); }
78 StringMap<uint32_t>::const_iterator end() const { return Strings.end(); }
81 StringMap<uint32_t> Strings;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
DebugStringTableSubsection.h 13 #include "llvm/ADT/StringMap.h"
76 StringMap<uint32_t>::const_iterator begin() const { return Strings.begin(); }
78 StringMap<uint32_t>::const_iterator end() const { return Strings.end(); }
81 StringMap<uint32_t> Strings;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
DebugStringTableSubsection.h 13 #include "llvm/ADT/StringMap.h"
76 StringMap<uint32_t>::const_iterator begin() const { return Strings.begin(); }
78 StringMap<uint32_t>::const_iterator end() const { return Strings.end(); }
81 StringMap<uint32_t> Strings;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
DebugStringTableSubsection.h 13 #include "llvm/ADT/StringMap.h"
78 StringMap<uint32_t>::const_iterator begin() const { return Strings.begin(); }
80 StringMap<uint32_t>::const_iterator end() const { return Strings.end(); }
83 StringMap<uint32_t> Strings;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
DebugStringTableSubsection.h 13 #include "llvm/ADT/StringMap.h"
78 StringMap<uint32_t>::const_iterator begin() const { return Strings.begin(); }
80 StringMap<uint32_t>::const_iterator end() const { return Strings.end(); }
83 StringMap<uint32_t> Strings;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
DebugStringTableSubsection.h 13 #include "llvm/ADT/StringMap.h"
76 StringMap<uint32_t>::const_iterator begin() const { return Strings.begin(); }
78 StringMap<uint32_t>::const_iterator end() const { return Strings.end(); }
81 StringMap<uint32_t> Strings;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
DebugStringTableSubsection.h 13 #include "llvm/ADT/StringMap.h"
76 StringMap<uint32_t>::const_iterator begin() const { return Strings.begin(); }
78 StringMap<uint32_t>::const_iterator end() const { return Strings.end(); }
81 StringMap<uint32_t> Strings;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
DebugStringTableSubsection.h 13 #include "llvm/ADT/StringMap.h"
76 StringMap<uint32_t>::const_iterator begin() const { return Strings.begin(); }
78 StringMap<uint32_t>::const_iterator end() const { return Strings.end(); }
81 StringMap<uint32_t> Strings;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
DebugStringTableSubsection.h 13 #include "llvm/ADT/StringMap.h"
76 StringMap<uint32_t>::const_iterator begin() const { return Strings.begin(); }
78 StringMap<uint32_t>::const_iterator end() const { return Strings.end(); }
81 StringMap<uint32_t> Strings;
  /external/llvm/include/llvm/ProfileData/
SampleProfWriter.h 43 std::error_code write(const StringMap<FunctionSamples> &ProfileMap) {
73 writeHeader(const StringMap<FunctionSamples> &ProfileMap) = 0;
82 void computeSummary(const StringMap<FunctionSamples> &ProfileMap);
95 writeHeader(const StringMap<FunctionSamples> &ProfileMap) override {
120 writeHeader(const StringMap<FunctionSamples> &ProfileMap) override;

Completed in 537 milliseconds

1 2 3 45 6 7 8 91011>>