Searched defs:plt (Results 1 – 12 of 12) sorted by relevance
/llvm-project/llvm/utils/llvm-locstats/ |
H A D | llvm-locstats.py | 21 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 D | llvm-mca-compare.py | 304 import matplotlib.pyplot as plt namespace 435 import matplotlib.pyplot as plt namespace
|
/llvm-project/libc/AOR_v20.02/math/tools/ |
H A D | plot.py | 10 import matplotlib.pyplot as plt namespace
|
/llvm-project/openmp/runtime/tools/ |
H A D | summarizeStats.py | 10 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 D | SATestBenchmark.py | 143 from matplotlib import pyplot as plt unknown
|
/llvm-project/lld/ELF/Arch/ |
H A D | SystemZ.cpp | 207 uint64_t plt = ctx.in.plt->getVA(); in writePltHeader() local [all...] |
H A D | AArch64.cpp | 296 uint64_t plt = in.plt->getVA(); writePltHeader() local 950 uint64_t plt = in.plt->getVA(); writePltHeader() local [all...] |
H A D | X86_64.cpp | 436 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 D | Mips.cpp | 261 uint64_t plt = in.plt->getVA(); writePltHeader() local
|
/llvm-project/lldb/examples/python/ |
H A D | gdbremote.py | 1492 import matplotlib.pyplot as plt namespace
|
/llvm-project/lld/ELF/ |
H A D | Relocations.cpp | 912 addPltEntry(PltSection & plt,GotPltSection & gotPlt,RelocationBaseSection & rel,RelType type,Symbol & sym) addPltEntry() argument [all...] |
H A D | SyntheticSections.h | 1502 std::unique_ptr<PltSection> plt; global() member
|