HomeSort by relevance Sort by last modified time
    Searched refs:StringMap (Results 126 - 150 of 256) sorted by null

1 2 3 4 56 7 8 91011

  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCMissingSuperCallChecker.cpp 78 mutable llvm::StringMap<llvm::SmallSet<Selector, 16> > SelectorsForClass;
  /external/llvm/include/llvm/LTO/legacy/
LTOModule.h 18 #include "llvm/ADT/StringMap.h"
56 StringMap<NameAndAttributes> _undefines;
  /external/llvm/include/llvm/MC/
MCCodeView.h 18 #include "llvm/ADT/StringMap.h"
184 StringMap<unsigned> StringTable;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.h 18 #include "llvm/ADT/StringMap.h"
235 typedef StringMap<DataArray, BumpPtrAllocator &> StringEntries;
DwarfAccelTable.cpp 74 for (StringMap<DataArray>::iterator EI = Entries.begin(), EE = Entries.end();
268 for (StringMap<DataArray>::const_iterator EI = Entries.begin(),
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.h 146 StringMap<uint64_t> GOTSymbolOffsets;
RuntimeDyldImpl.h 18 #include "llvm/ADT/StringMap.h"
218 typedef StringMap<SymbolTableEntry> RTDyldSymbolTable;
267 StringMap<RelocationList> ExternalSymbolRelocations;
  /external/llvm/tools/dsymutil/
DebugMap.cpp 73 StringMap<SymbolMapping>::const_iterator Sym = Symbols.find(SymbolName);
216 StringMap<uint64_t> SymbolAddresses;
MachODebugMapParser.cpp 49 StringMap<uint64_t> MainBinarySymbolAddresses;
57 StringMap<Optional<uint64_t>> CurrentObjectAddresses;
  /external/llvm/utils/TableGen/
PseudoLoweringEmitter.cpp 14 #include "llvm/ADT/StringMap.h"
169 StringMap<unsigned> SourceOperands;
179 StringMap<unsigned>::iterator SourceOp =
CodeGenRegisters.h 492 StringMap<CodeGenRegister*> RegistersByName;
593 const StringMap<CodeGenRegister*> &getRegistersByName() {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.h 25 #include "llvm/ADT/StringMap.h"
212 StringMap<unsigned> SourceIdMap;
216 StringMap<std::pair<MCSymbol*, unsigned> > StringPool;
  /external/clang/lib/CodeGen/
CodeGenModule.h 34 #include "llvm/ADT/StringMap.h"
326 typedef llvm::StringMap<llvm::TrackingVH<llvm::Constant> > ReplacementsTy;
359 llvm::StringMap<GlobalDecl, llvm::BumpPtrAllocator> Manglings;
365 llvm::StringMap<llvm::Constant*> AnnotationStrings;
367 llvm::StringMap<llvm::GlobalVariable *> CFConstantStringMap;
    [all...]
  /external/clang/include/clang/Frontend/
ASTUnit.h 31 #include "llvm/ADT/StringMap.h"
272 llvm::StringMap<PreambleFileHash> FilesInPreamble;
361 llvm::StringMap<unsigned> &getCachedCompletionTypes() {
390 llvm::StringMap<unsigned> CachedCompletionTypes;
    [all...]
  /external/llvm/tools/llvm-profdata/
llvm-profdata.cpp 178 StringMap<FunctionSamples> ProfileMap;
195 StringMap<FunctionSamples> &Profiles = Reader->getProfiles();
196 for (StringMap<FunctionSamples>::iterator I = Profiles.begin(),
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenDAGPatterns.h 21 #include "llvm/ADT/StringMap.h"
499 StringMap<SmallVector<TreePatternNode*,1> > NamedNodes;
537 const StringMap<SmallVector<TreePatternNode*,1> > &getNamedNodesMap() {
568 bool InferAllTypes(const StringMap<SmallVector<TreePatternNode*,1> >
  /external/clang/include/clang/Basic/
TargetInfo.h 27 #include "llvm/ADT/StringMap.h"
805 virtual bool initFeatureMap(llvm::StringMap<bool> &Features,
840 virtual void setFeatureEnabled(llvm::StringMap<bool> &Features,
    [all...]
Module.h 27 #include "llvm/ADT/StringMap.h"
79 llvm::StringMap<unsigned> SubModuleIndex;
  /external/llvm/include/llvm/ExecutionEngine/Orc/
IndirectionUtils.h 210 typedef StringMap<std::pair<TargetAddress, JITSymbolFlags>> StubInitsMap;
328 StringMap<std::pair<StubKey, JITSymbolFlags>> StubIndexes;
  /external/llvm/lib/Support/
CommandLine.cpp 26 #include "llvm/ADT/StringMap.h"
449 const StringMap<Option *> &OptionsMap,
463 for (StringMap<Option *>::const_iterator it = OptionsMap.begin(),
601 const StringMap<Option *> &OptionsMap) {
603 StringMap<Option *>::const_iterator OMI = OptionsMap.find(Name);
627 const StringMap<Option *> &OptionsMap) {
    [all...]
  /external/llvm/tools/llvm-config/
llvm-config.cpp 21 #include "llvm/ADT/StringMap.h"
76 const StringMap<AvailableComponent *> &ComponentMap,
149 StringMap<AvailableComponent *> ComponentMap;
  /external/clang/include/clang/AST/
CommentSema.h 21 #include "llvm/ADT/StringMap.h"
56 llvm::StringMap<TParamCommandComment *> TemplateParameterDocs;
  /external/clang/include/clang/Driver/
Driver.h 18 #include "llvm/ADT/StringMap.h"
209 mutable llvm::StringMap<ToolChain *> ToolChains;
  /external/clang/include/clang/Tooling/
Tooling.h 43 #include "llvm/ADT/StringMap.h"
273 llvm::StringMap<StringRef> MappedFileContents;
  /external/clang/unittests/ASTMatchers/
ASTMatchersInternalTest.cpp 105 llvm::StringMap<llvm::TimeRecord> Records;

Completed in 1151 milliseconds

1 2 3 4 56 7 8 91011