OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_undefines
(Results
1 - 2
of
2
) sorted by null
/external/llvm/tools/lto/
LTOModule.h
54
// _defines and
_undefines
only needed to disambiguate tentative definitions
56
llvm::StringMap<NameAndAttributes>
_undefines
;
member in struct:LTOModule
LTOModule.cpp
335
_undefines
.GetOrCreateValue(superclassName);
374
_undefines
.GetOrCreateValue(targetclassName);
395
_undefines
.GetOrCreateValue(targetclassName);
539
NameAndAttributes &info =
_undefines
[entry.getKey().data()];
575
_undefines
.GetOrCreateValue(name);
610
_undefines
.GetOrCreateValue(name);
892
for (StringMap<NameAndAttributes>::iterator u =
_undefines
.begin(),
893
e =
_undefines
.end(); u != e; ++u) {
Completed in 40 milliseconds