HomeSort by: relevance | last modified time | path
    Searched defs:ModuleId (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
SampleProfileProbe.cpp 398 auto ModuleId = getUniqueModuleId(&M);
407 SampleProfileProber ProbeManager(F, ModuleId);
ThinLTOBitcodeWriter.cpp 37 // changing visibility and appending the given ModuleId.
38 void promoteInternals(Module &ExportM, Module &ImportM, StringRef ModuleId,
58 std::string NewName = (Name + ModuleId).str();
88 void promoteTypeIds(Module &M, StringRef ModuleId) {
97 std::string NewName = (Twine(LocalToGlobal.size()) + ModuleId).str();
228 std::string ModuleId = getUniqueModuleId(&M);
229 if (ModuleId.empty()) {
246 promoteTypeIds(M, ModuleId);
345 promoteInternals(*MergedM, M, ModuleId, CfiFunctions);
346 promoteInternals(M, *MergedM, ModuleId, CfiFunctions)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 810 unsigned ModuleId;
815 StringRef ModulePath, unsigned ModuleId);
5720 StringRef ModulePath, unsigned ModuleId)
5722 ModulePath(ModulePath), ModuleId(ModuleId) {}
5725 TheIndex.addModule(ModulePath, ModuleId);
6385 uint64_t ModuleId = Record[1];
6438 FS->setModulePath(ModuleIdMap[ModuleId]);
6447 uint64_t ModuleId = Record[1];
6453 AS->setModulePath(ModuleIdMap[ModuleId]);
    [all...]

Completed in 73 milliseconds