OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StringMap
(Results
26 - 50
of
256
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXAsmPrinter.h
19
#include "llvm/ADT/
StringMap
.h"
52
StringMap
<unsigned> SourceIdMap;
/frameworks/compile/slang/
slang_rs_export_element.h
24
#include "llvm/ADT/
StringMap
.h"
49
typedef llvm::
StringMap
<const ElementInfo*> ElementInfoMapTy;
/external/llvm/include/llvm/TableGen/
SetTheory.h
52
#include "llvm/ADT/
StringMap
.h"
98
StringMap
<std::unique_ptr<Operator>> Operators;
101
StringMap
<std::unique_ptr<Expander>> Expanders;
/external/swiftshader/third_party/LLVM/utils/TableGen/
SetTheory.h
50
#include "llvm/ADT/
StringMap
.h"
92
StringMap
<Operator*> Operators;
95
StringMap
<Expander*> Expanders;
/external/llvm/include/llvm/ADT/
StringMap.h
1
//===---
StringMap
.h - String Hash table map interface ----------*- C++ -*-===//
10
// This file defines the
StringMap
class.
41
/// StringMapImpl - This is the base class of
StringMap
that is shared among
118
/// a
StringMap
. It contains the Value itself and the key: the string length
212
///
StringMap
- This is an unconventional map that is specialized for handling
217
class
StringMap
: public StringMapImpl {
223
StringMap
() : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))) {}
224
explicit
StringMap
(unsigned InitialSize)
227
explicit
StringMap
(AllocatorTy A)
230
StringMap
(unsigned InitialSize, AllocatorTy A
[
all
...]
/external/swiftshader/third_party/LLVM/unittests/ADT/
StringMapTest.cpp
1
//===- llvm/unittest/ADT/StringMapMap.cpp -
StringMap
unit tests ----------===//
11
#include "llvm/ADT/
StringMap
.h"
20
StringMap
<uint32_t> testMap;
53
StringMap
<uint32_t>::iterator it = testMap.begin();
84
const
StringMap
<uint32_t>& constTestMap = testMap;
156
for (
StringMap
<uint32_t>::iterator it = testMap.begin();
189
StringMap
<uint32_t>::value_type* entry =
190
StringMap
<uint32_t>::value_type::Create(
201
StringMap
<uint32_t>::value_type::Create(
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h
19
#include "llvm/ADT/
StringMap
.h"
49
StringMap
<sys::MemoryBlock> Functions;
53
StringMap
<uint8_t*> SymbolTable;
115
StringMap
<RelocationList> Relocations;
RuntimeDyld.cpp
48
StringMap
<uint8_t*>::iterator i = SymbolTable.begin();
49
StringMap
<uint8_t*>::iterator e = SymbolTable.end();
/external/swiftshader/third_party/LLVM/lib/Support/
DynamicLibrary.cpp
16
#include "llvm/ADT/
StringMap
.h"
25
static llvm::
StringMap
<void *> *ExplicitSymbols = 0;
49
ExplicitSymbols = new llvm::
StringMap
<void*>();
133
StringMap
<void *>::iterator i = ExplicitSymbols->find(symbolName);
/external/clang/lib/Tooling/
FileMatchTrie.cpp
15
#include "llvm/ADT/
StringMap
.h"
110
llvm::
StringMap
<FileMatchTrieNode>::const_iterator MatchingChild =
138
llvm::
StringMap
<FileMatchTrieNode>::const_iterator Except) const {
145
for (llvm::
StringMap
<FileMatchTrieNode>::const_iterator
159
llvm::
StringMap
<FileMatchTrieNode> Children;
/external/llvm/include/llvm/
PassRegistry.h
22
#include "llvm/ADT/
StringMap
.h"
47
typedef
StringMap
<const PassInfo *> StringMapType;
/external/llvm/include/llvm/ProfileData/
InstrProfWriter.h
37
StringMap
<ProfilingData> FunctionData;
/external/llvm/lib/LTO/
ThinLTOCodeGenerator.cpp
130
static
StringMap
<MemoryBufferRef>
132
StringMap
<MemoryBufferRef> ModuleMap;
149
StringMap
<MemoryBufferRef> &ModuleMap,
332
StringMap
<MemoryBufferRef> &ModuleMap, TargetMachine &TM,
396
StringMap
<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>>
521
StringMap
<GVSummaryMapTy> ModuleToDefinedGVSummaries;
525
StringMap
<FunctionImporter::ImportMapTy> ImportLists(ModuleCount);
526
StringMap
<FunctionImporter::ExportSetTy> ExportLists(ModuleCount);
531
StringMap
<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> ResolvedODR;
549
StringMap
<GVSummaryMapTy> ModuleToDefinedGVSummaries(ModuleCount)
[
all
...]
/external/llvm/lib/Target/Hexagon/
HexagonTargetMachine.h
28
mutable
StringMap
<std::unique_ptr<HexagonSubtarget>> SubtargetMap;
/external/llvm/lib/Target/NVPTX/
NVVMReflect.cpp
16
// * the
StringMap
passed to the pass's constructor, and
25
#include "llvm/ADT/
StringMap
.h"
53
StringMap
<int> VarMap;
57
NVVMReflect() : NVVMReflect(
StringMap
<int>()) {}
59
NVVMReflect(const
StringMap
<int> &Mapping)
74
FunctionPass *llvm::createNVVMReflectPass(const
StringMap
<int> &Mapping) {
/external/llvm/lib/Target/WebAssembly/
WebAssemblyTargetMachine.h
26
mutable
StringMap
<std::unique_ptr<WebAssemblySubtarget>> SubtargetMap;
/external/llvm/lib/Target/X86/
X86TargetMachine.h
29
mutable
StringMap
<std::unique_ptr<X86Subtarget>> SubtargetMap;
/external/clang/include/clang/Basic/
FileSystemStatCache.h
19
#include "llvm/ADT/
StringMap
.h"
116
llvm::
StringMap
<FileData, llvm::BumpPtrAllocator> StatCalls;
118
typedef llvm::
StringMap
<FileData, llvm::BumpPtrAllocator>::const_iterator
/external/clang/include/clang/Frontend/
PCHContainerOperations.h
14
#include "llvm/ADT/
StringMap
.h"
93
llvm::
StringMap
<std::unique_ptr<PCHContainerWriter>> Writers;
94
llvm::
StringMap
<std::unique_ptr<PCHContainerReader>> Readers;
/external/llvm/lib/Target/AMDGPU/
AMDGPUTargetMachine.h
61
mutable
StringMap
<std::unique_ptr<R600Subtarget>> SubtargetMap;
80
mutable
StringMap
<std::unique_ptr<SISubtarget>> SubtargetMap;
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
StringMap.h
1
//===---
StringMap
.h - String Hash table map interface ----------*- C++ -*-===//
10
// This file defines the
StringMap
class.
30
/// various datatypes in a
stringmap
to allow them to be initialized when an
51
/// StringMapImpl - This is the base class of
StringMap
that is shared among
117
/// a
StringMap
. It contains the Value itself and the key: the string length
234
///
StringMap
- This is an unconventional map that is specialized for handling
239
class
StringMap
: public StringMapImpl {
243
StringMap
() : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))) {}
244
explicit
StringMap
(unsigned InitialSize)
247
explicit
StringMap
(AllocatorTy A
[
all
...]
/frameworks/rs/rsov/compiler/
Context.h
23
#include "llvm/ADT/
StringMap
.h"
119
llvm::
StringMap
<uint32_t> mVarNameToSlot;
121
llvm::
StringMap
<uint32_t> mForEachNameToSlot;
/external/llvm/lib/Support/
SpecialCaseList.cpp
142
for (
StringMap
<
StringMap
<std::string>>::const_iterator I = Regexps.begin(),
145
for (
StringMap
<std::string>::const_iterator II = I->second.begin(),
160
StringMap
<
StringMap
<Entry> >::const_iterator I = Entries.find(Section);
162
StringMap
<Entry>::const_iterator II = I->second.find(Category);
DynamicLibrary.cpp
19
#include "llvm/ADT/
StringMap
.h"
27
static llvm::ManagedStatic<llvm::
StringMap
<void *> > ExplicitSymbols;
116
StringMap
<void *>::iterator i = ExplicitSymbols->find(symbolName);
/external/swiftshader/third_party/LLVM/tools/lto/
LTOModule.h
20
#include "llvm/ADT/
StringMap
.h"
107
typedef llvm::
StringMap
<uint8_t> StringSet;
119
llvm::
StringMap
<NameAndAttributes> _undefines;
Completed in 1315 milliseconds
1
2
3
4
5
6
7
8
9
10
11