Home
last modified time | relevance | path

Searched defs:plt (Results 1 – 12 of 12) sorted by relevance

/llvm-project/llvm/utils/llvm-locstats/
H A Dllvm-locstats.py21 def init_plot(plt): argument
30 def finish_plot(plt): argument
140 from matplotlib import pyplot as plt global() unknown
171 from matplotlib import pyplot as plt global() unknown
[all...]
/llvm-project/llvm/utils/
H A Dllvm-mca-compare.py304 import matplotlib.pyplot as plt namespace
435 import matplotlib.pyplot as plt namespace
/llvm-project/libc/AOR_v20.02/math/tools/
H A Dplot.py10 import matplotlib.pyplot as plt namespace
/llvm-project/openmp/runtime/tools/
H A DsummarizeStats.py10 from matplotlib import pyplot as plt global() unknown
205 multiAppBarChartSettings(ax, plt, index, width, n, tmp, s) global() argument
[all...]
/llvm-project/clang/utils/analyzer/
H A DSATestBenchmark.py143 from matplotlib import pyplot as plt unknown
/llvm-project/lld/ELF/Arch/
H A DSystemZ.cpp207 uint64_t plt = ctx.in.plt->getVA(); in writePltHeader() local
[all...]
H A DAArch64.cpp296 uint64_t plt = in.plt->getVA(); writePltHeader() local
950 uint64_t plt = in.plt->getVA(); writePltHeader() local
[all...]
H A DX86_64.cpp436 uint64_t plt = in.ibtPlt ? in.ibtPlt->getVA() : in.plt->getVA(); writePltHeader() local
1166 uint64_t plt = in.plt->getVA(); writePltHeader() local
[all...]
H A DMips.cpp261 uint64_t plt = in.plt->getVA(); writePltHeader() local
/llvm-project/lldb/examples/python/
H A Dgdbremote.py1492 import matplotlib.pyplot as plt namespace
/llvm-project/lld/ELF/
H A DRelocations.cpp912 addPltEntry(PltSection & plt,GotPltSection & gotPlt,RelocationBaseSection & rel,RelType type,Symbol & sym) addPltEntry() argument
[all...]
H A DSyntheticSections.h1502 std::unique_ptr<PltSection> plt; global() member