OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MangledDeclNames
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
TargetInfo.h
65
const llvm::MapVector<GlobalDecl, StringRef> &
MangledDeclNames
) const {}
CodeGenModule.cpp
789
getTargetCodeGenInfo().emitTargetMetadata(*this,
MangledDeclNames
);
1307
MangledDeclNames
[OtherGD.getCanonicalDecl()] = Result.first->first();
1334
auto FoundName =
MangledDeclNames
.find(CanonicalGD);
1335
if (FoundName !=
MangledDeclNames
.end())
1364
return
MangledDeclNames
[CanonicalGD] = Result.first->first();
6087
for (auto &I :
MangledDeclNames
) {
CodeGenModule.h
404
llvm::MapVector<GlobalDecl, StringRef>
MangledDeclNames
;
TargetInfo.cpp
9882
&
MangledDeclNames
) const override;
10064
const llvm::MapVector<GlobalDecl, StringRef> &
MangledDeclNames
) const {
10065
// Warning, new
MangledDeclNames
may be appended within this loop.
10068
for (unsigned I = 0; I !=
MangledDeclNames
.size(); ++I) {
10069
auto Val = *(
MangledDeclNames
.begin() + I);
Completed in 47 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026