OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ifuncs
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/verify-uselistorder/
verify-uselistorder.cpp
192
for (const GlobalIFunc &IF : M.
ifuncs
())
203
for (const GlobalIFunc &IF : M.
ifuncs
())
474
for (GlobalIFunc &IF : M.
ifuncs
())
485
for (GlobalIFunc &IF : M.
ifuncs
())
/src/external/apache2/llvm/dist/llvm/lib/IR/
Module.cpp
421
return concat<GlobalValue>(functions(), globals(), aliases(),
ifuncs
());
425
return concat<const GlobalValue>(functions(), globals(), aliases(),
ifuncs
());
543
for (GlobalIFunc &GIF :
ifuncs
())
AsmWriter.cpp
157
for (const GlobalIFunc &I : M->
ifuncs
()) {
313
for (const GlobalIFunc &I : M->
ifuncs
())
320
for (const GlobalIFunc &I : M->
ifuncs
())
1002
for (const GlobalIFunc &I : TheModule->
ifuncs
()) {
2869
// Output all
ifuncs
.
2871
for (const GlobalIFunc &GI : M->
ifuncs
())
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp
118
for (const GlobalIFunc &I : M.
ifuncs
())
168
for (const GlobalIFunc &I : M.
ifuncs
())
339
for (const GlobalIFunc &I : M.
ifuncs
())
346
for (const GlobalIFunc &I : M.
ifuncs
())
380
// Enumerate the
ifuncs
.
381
for (const GlobalIFunc &GIF : M.
ifuncs
())
400
for (const GlobalIFunc &GIF : M.
ifuncs
())
BitcodeWriter.cpp
1436
for (const GlobalIFunc &I : M.
ifuncs
()) {
4784
for (const GlobalIFunc &I : M.
ifuncs
()) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
GlobalDCE.cpp
341
// Compute direct dependencies of
ifuncs
.
342
for (GlobalIFunc &GIF : M.
ifuncs
()) {
344
// Externally visible
ifuncs
are needed.
395
// The fourth pass drops targets of
ifuncs
which are dead...
397
for (GlobalIFunc &GIF : M.
ifuncs
())
LowerTypeTests.cpp
360
for (auto &GIS : concat<GlobalIndirectSymbol>(M.aliases(), M.
ifuncs
())) {
/src/sys/arch/arm/broadcom/
bcm2835_intr.c
328
struct fdtbus_interrupt_controller_func *
ifuncs
;
local
366
ifuncs
= &bcm2836mpicu_fdt_funcs;
402
ifuncs
= &bcm2835icu_fdt_funcs;
405
error = fdtbus_register_interrupt_controller(self, phandle,
ifuncs
);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SplitModule.cpp
259
for (GlobalIFunc &GIF : M.
ifuncs
())
ModuleUtils.cpp
282
for (auto &IF : M->
ifuncs
())
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Module.h
77
/// The type for the list of
ifuncs
.
183
IFuncListType IFuncList; ///< The
IFuncs
in the module
569
/// Get the Module's list of
ifuncs
(constant).
571
/// Get the Module's list of
ifuncs
.
666
iterator_range<ifunc_iterator>
ifuncs
() {
function in class:llvm::Module
669
iterator_range<const_ifunc_iterator>
ifuncs
() const {
function in class:llvm::Module
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp
1843
for (const auto &IFunc : M.
ifuncs
())
Completed in 154 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026