OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StringMap
(Results
51 - 75
of
256
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/external/clang/include/clang/Lex/
Pragma.h
18
#include "llvm/ADT/
StringMap
.h"
93
llvm::
StringMap
<PragmaHandler*> Handlers;
/external/clang/include/clang/Serialization/
GlobalModuleIndex.h
22
#include "llvm/ADT/
StringMap
.h"
110
llvm::
StringMap
<unsigned> UnresolvedModules;
/external/clang/include/clang/StaticAnalyzer/Core/
CheckerRegistry.h
134
mutable llvm::
StringMap
<size_t> Packages;
/external/clang/include/clang/Tooling/
JSONCompilationDatabase.h
21
#include "llvm/ADT/
StringMap
.h"
117
llvm::
StringMap
<std::vector<CompileCommandRef>> IndexByFile;
/external/clang/unittests/Tooling/
QualTypeNamesTest.cpp
16
llvm::
StringMap
<std::string> ExpectedQualTypeNames;
/external/llvm/include/llvm/IR/
ValueSymbolTable.h
17
#include "llvm/ADT/
StringMap
.h"
47
typedef
StringMap
<Value*> ValueMap;
/external/llvm/include/llvm/Support/
StringPool.h
32
#include "llvm/ADT/
StringMap
.h"
55
typedef
StringMap
<PooledString> table_t;
/external/llvm/include/llvm/TableGen/
StringToOffsetTable.h
15
#include "llvm/ADT/
StringMap
.h"
26
StringMap
<unsigned> StringOffset;
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h
58
StringMap
<const DIE *> GlobalNames;
61
StringMap
<const DIE *> GlobalTypes;
221
const
StringMap
<const DIE *> &getGlobalNames() const { return GlobalNames; }
222
const
StringMap
<const DIE *> &getGlobalTypes() const { return GlobalTypes; }
/external/llvm/lib/Target/AArch64/
AArch64TargetMachine.h
27
mutable
StringMap
<std::unique_ptr<AArch64Subtarget>> SubtargetMap;
/external/llvm/lib/Target/PowerPC/
PPCTargetMachine.h
34
mutable
StringMap
<std::unique_ptr<PPCSubtarget>> SubtargetMap;
/external/swiftshader/third_party/LLVM/include/llvm/Support/
StringPool.h
32
#include "llvm/ADT/
StringMap
.h"
56
typedef
StringMap
<PooledString> table_t;
GCOV.h
19
#include "llvm/ADT/
StringMap
.h"
198
StringMap
<GCOVLines *> Lines;
219
StringMap
<LineCounts> LineInfo;
/external/swiftshader/third_party/LLVM/include/llvm/
ValueSymbolTable.h
18
#include "llvm/ADT/
StringMap
.h"
46
typedef
StringMap
<Value*> ValueMap;
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h
20
#include "llvm/ADT/
StringMap
.h"
61
StringMap
<DIE*> Globals;
65
StringMap
<DIE*> GlobalTypes;
82
const
StringMap
<DIE*> &getGlobals() const { return Globals; }
83
const
StringMap
<DIE*> &getGlobalTypes() const { return GlobalTypes; }
/external/swiftshader/third_party/LLVM/tools/lto/
LTOCodeGenerator.h
20
#include "llvm/ADT/
StringMap
.h"
57
typedef llvm::
StringMap
<uint8_t> StringSet;
/external/swiftshader/third_party/LLVM/utils/TableGen/
StringToOffsetTable.h
14
#include "llvm/ADT/
StringMap
.h"
25
StringMap
<unsigned> StringOffset;
/external/swiftshader/third_party/LLVM/utils/FileCheck/
FileCheck.cpp
29
#include "llvm/ADT/
StringMap
.h"
88
/// The VariableTable
StringMap
provides the current values of filecheck
91
StringMap
<StringRef> &VariableTable) const;
96
const
StringMap
<StringRef> &VariableTable) const;
106
const
StringMap
<StringRef> &VariableTable) const;
283
StringMap
<StringRef> &VariableTable) const {
307
StringMap
<StringRef>::iterator it =
348
const
StringMap
<StringRef> &VariableTable) const {
366
const
StringMap
<StringRef> &VariableTable) const{
372
StringMap
<StringRef>::const_iterator it = VariableTable.find(Var)
[
all
...]
/external/llvm/utils/FileCheck/
FileCheck.cpp
21
#include "llvm/ADT/
StringMap
.h"
148
/// The VariableTable
StringMap
provides the current values of filecheck
151
StringMap
<StringRef> &VariableTable) const;
156
const
StringMap
<StringRef> &VariableTable) const;
171
const
StringMap
<StringRef> &VariableTable) const;
406
StringMap
<StringRef> &VariableTable) const {
436
StringMap
<StringRef>::iterator it =
476
const
StringMap
<StringRef> &VariableTable) const {
494
const
StringMap
<StringRef> &VariableTable) const{
513
StringMap
<StringRef>::const_iterator it = VariableTable.find(Var)
[
all
...]
/external/clang/include/clang/ASTMatchers/
ASTMatchFinder.h
46
#include "llvm/ADT/
StringMap
.h"
125
Profiling(llvm::
StringMap
<llvm::TimeRecord> &Records)
129
llvm::
StringMap
<llvm::TimeRecord> &Records;
/external/clang/include/clang/Basic/
FileManager.h
24
#include "llvm/ADT/
StringMap
.h"
143
llvm::
StringMap
<DirectoryEntry*, llvm::BumpPtrAllocator> SeenDirEntries;
149
llvm::
StringMap
<FileEntry*, llvm::BumpPtrAllocator> SeenFileEntries;
/external/clang/lib/StaticAnalyzer/Core/
CheckerRegistry.cpp
48
const llvm::
StringMap
<size_t> &packageSizes,
70
llvm::
StringMap
<size_t>::const_iterator packageSize =
/external/llvm/include/llvm/ProfileData/
SampleProfReader.h
211
#include "llvm/ADT/
StringMap
.h"
282
StringMap
<FunctionSamples> &getProfiles() { return Profiles; }
307
StringMap
<FunctionSamples> Profiles;
/external/llvm/lib/Target/AMDGPU/Utils/
AMDKernelCodeTUtils.cpp
34
static
StringMap
<int> createIndexMap(const ArrayRef<StringRef> &a) {
35
StringMap
<int> map;
/external/llvm/lib/Transforms/IPO/
FunctionImport.cpp
270
StringMap
<FunctionImporter::ExportSetTy> *ExportLists = nullptr) {
339
StringMap
<FunctionImporter::ExportSetTy> *ExportLists = nullptr) {
379
const
StringMap
<GVSummaryMapTy> &ModuleToDefinedGVSummaries,
380
StringMap
<FunctionImporter::ImportMapTy> &ImportLists,
381
StringMap
<FunctionImporter::ExportSetTy> &ExportLists) {
438
const
StringMap
<GVSummaryMapTy> &ModuleToDefinedGVSummaries,
439
const
StringMap
<FunctionImporter::ImportMapTy> &ImportLists,
464
const
StringMap
<FunctionImporter::ImportMapTy> &ImportLists) {
Completed in 1291 milliseconds
1
2
3
4
5
6
7
8
9
10
11