Searched refs:internalize (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DRemarkStringTable.h59 void internalize(Remark &R);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DRemarkStringTable.cpp41 void StringTable::internalize(Remark &R) { function in class:StringTable
H A DRemarkLinker.cpp54 StrTab.internalize(*Remark);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/
H A Dbuild_symbolizer.sh178 $OPT -internalize -internalize-public-api-list=${SYMBOLIZER_API_LIST} all.bc -o opt.bc
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h282 void internalize(Module &Module, ModuleSummaryIndex &Index,
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp131 clEnumValN(THININTERNALIZE, "internalize",
581 return internalize();
747 void internalize() { function in class:thinlto::ThinLTOProcessing
755 errs() << "Warning: -internalize will not perform without "
770 ThinGenerator.internalize(*TheModule, *Index, *Input);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp802 void ThinLTOCodeGenerator::internalize(Module &TheModule, function in class:ThinLTOCodeGenerator

Completed in 85 milliseconds