OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ModPath
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ModuleSummaryIndex.h
391
void setModulePath(StringRef
ModPath
) { ModulePath =
ModPath
; }
1387
uint64_t getModuleId(const StringRef
ModPath
) const {
1388
return ModulePathStringTable.lookup(
ModPath
).first;
1392
const ModuleHash &getModuleHash(const StringRef
ModPath
) const {
1393
auto It = ModulePathStringTable.find(
ModPath
);
1421
ModuleInfo *addModule(StringRef
ModPath
, uint64_t ModId,
1423
return &*ModulePathStringTable.insert({
ModPath
, {ModId, Hash}}).first;
1426
/// Return module entry for module with the given \p
ModPath
.
1427
ModuleInfo *getModule(StringRef
ModPath
) {
[
all
...]
/src/external/apache2/llvm/dist/llvm/tools/llvm-lto/
llvm-lto.cpp
494
for (auto &
ModPath
: Index.modulePaths()) {
495
const auto &Filename =
ModPath
.first();
/src/external/apache2/llvm/dist/llvm/lib/IR/
AsmWriter.cpp
1082
for (auto &
ModPath
: TheIndex->modulePaths())
1083
ModuleIdToPathMap[
ModPath
.second.first] =
ModPath
.first();
2915
for (auto &
ModPath
: TheIndex->modulePaths())
2916
moduleVec[Machine.getModulePathSlot(
ModPath
.first())] = std::make_pair(
2919
ModPath
.second.first == -1u ? RegularLTOModuleName
2920
: (std::string)std::string(
ModPath
.first()),
2921
ModPath
.second.second);
/src/external/apache2/llvm/dist/clang/lib/Frontend/
CompilerInstance.cpp
1787
ModuleBuildStack
ModPath
= getSourceManager().getModuleBuildStack();
1788
ModuleBuildStack::iterator Pos =
ModPath
.begin(), PosEnd =
ModPath
.end();
Completed in 37 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026