OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ModulePath
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
FunctionImport.h
157
StringRef
ModulePath
, const ModuleSummaryIndex &Index,
166
StringRef
ModulePath
, const ModuleSummaryIndex &Index,
197
/// \p
ModulePath
.
207
StringRef
ModulePath
,
212
/// Emit into \p OutputFilename the files module \p
ModulePath
will import from.
214
StringRef
ModulePath
, StringRef OutputFilename,
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
FunctionImport.cpp
227
Summary->
modulePath
() != CallerModulePath) {
328
RefSummary->
modulePath
() != Summary.
modulePath
();
335
auto ILI = ImportList[RefSummary->
modulePath
()].insert(VI.getGUID());
345
(*ExportLists)[RefSummary->
modulePath
()].insert(VI);
473
Summary.
modulePath
(), Reason, VI.getGUID());
518
auto ExportModulePath = ResolvedCalleeSummary->
modulePath
();
674
auto IsReadOrWriteOnlyVar = [&](StringRef
ModulePath
, const ValueInfo &VI) {
676
Index.findSummaryInModule(VI,
ModulePath
));
783
StringRef
ModulePath
,
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/LTO/
LTO.cpp
378
recordNewLinkage(S->
modulePath
(), VI.getGUID(), S->linkage());
433
if (isExported(S->
modulePath
(), VI)) {
1248
StringRef
ModulePath
= BM.getModuleIdentifier();
1249
assert(ModuleToDefinedGVSummaries.count(
ModulePath
));
1251
ModuleToDefinedGVSummaries.find(
ModulePath
)->second;
1349
StringRef
ModulePath
= BM.getModuleIdentifier();
1351
getThinLTOOutputFile(std::string(
ModulePath
), OldPrefix, NewPrefix);
1357
gatherImportedSummariesForModule(
ModulePath
, ModuleToDefinedGVSummaries,
1368
EC = EmitImportsFiles(
ModulePath
, NewModulePath + ".imports",
1375
OnWrite(std::string(
ModulePath
));
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
BitcodeReader.h
119
Error readSummary(ModuleSummaryIndex &CombinedIndex, StringRef
ModulePath
,
/src/external/apache2/llvm/dist/llvm/lib/IR/
ModuleSummaryIndex.cpp
148
StringRef
ModulePath
, GVSummaryMapTy &GVSummaryMap) const {
157
if (Summary->
modulePath
() !=
ModulePath
)
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ModuleSummaryIndex.h
361
StringRef
ModulePath
;
391
void setModulePath(StringRef ModPath) {
ModulePath
= ModPath; }
394
StringRef
modulePath
() const { return
ModulePath
; }
1345
return Summary->
modulePath
() == ModuleId;
1495
void collectDefinedFunctionsForModule(StringRef
ModulePath
,
1506
ModuleToDefinedGVSummaries[Summary->
modulePath
()][GUID] = Summary.get();
/src/external/apache2/llvm/dist/llvm/tools/gold/
gold-plugin.cpp
979
static void writeEmptyDistributedBuildOutputs(const std::string &
ModulePath
,
984
getThinLTOOutputFile(
ModulePath
, OldPrefix, NewPrefix);
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
806
StringRef
ModulePath
;
815
StringRef
ModulePath
, unsigned ModuleId);
5720
StringRef
ModulePath
, unsigned ModuleId)
5722
ModulePath
(
ModulePath
), ModuleId(ModuleId) {}
5725
TheIndex.addModule(
ModulePath
, ModuleId);
5730
return TheIndex.getModule(
ModulePath
);
6316
auto AliaseeInModule = TheIndex.findSummaryInModule(AliaseeVI,
ModulePath
);
6456
auto AliaseeInModule = TheIndex.findSummaryInModule(AliaseeVI, AS->
modulePath
());
6574
SmallString<128>
ModulePath
;
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp
8652
StringRef
ModulePath
;
8666
parseModuleReference(
ModulePath
) ||
8713
FS->setModulePath(
ModulePath
);
8729
StringRef
ModulePath
;
8742
parseModuleReference(
ModulePath
) ||
8770
GS->setModulePath(
ModulePath
);
8788
StringRef
ModulePath
;
8795
parseModuleReference(
ModulePath
) ||
8812
AS->setModulePath(
ModulePath
);
8818
auto Summary = Index->findSummaryInModule(AliaseeVI,
ModulePath
);
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
LLParser.h
341
bool parseModuleReference(StringRef &
ModulePath
);
Completed in 76 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026