OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COFFUniquingMap
(Results
1 - 6
of
6
) sorted by null
/external/swiftshader/third_party/LLVM/lib/MC/
MCContext.cpp
39
COFFUniquingMap
= 0;
55
delete (COFFUniqueMapTy*)
COFFUniquingMap
;
227
if (
COFFUniquingMap
== 0)
228
COFFUniquingMap
= new COFFUniqueMapTy();
229
COFFUniqueMapTy &Map = *(COFFUniqueMapTy*)
COFFUniquingMap
;
/external/llvm/lib/MC/
MCContext.cpp
99
COFFUniquingMap
.clear();
402
auto IterBool =
COFFUniquingMap
.insert(std::make_pair(T, nullptr));
429
auto Iter =
COFFUniquingMap
.find(T);
430
if (Iter ==
COFFUniquingMap
.end())
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCContext.cpp
107
COFFUniquingMap
.clear();
437
auto IterBool =
COFFUniquingMap
.insert(std::make_pair(T, nullptr));
464
auto Iter =
COFFUniquingMap
.find(T);
465
if (Iter ==
COFFUniquingMap
.end())
/external/swiftshader/third_party/LLVM/include/llvm/MC/
MCContext.h
113
void *MachOUniquingMap, *ELFUniquingMap, *
COFFUniquingMap
;
/external/llvm/include/llvm/MC/
MCContext.h
221
std::map<COFFSectionKey, MCSectionCOFF *>
COFFUniquingMap
;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCContext.h
252
std::map<COFFSectionKey, MCSectionCOFF *>
COFFUniquingMap
;
Completed in 647 milliseconds