OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LibraryInfo
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
PassManagerBuilder.cpp
187
LibraryInfo
= nullptr;
216
delete
LibraryInfo
;
306
// Add
LibraryInfo
if we have some.
307
if (
LibraryInfo
)
308
FPM.add(new TargetLibraryInfoWrapperPass(*
LibraryInfo
));
707
// Add
LibraryInfo
if we have some.
708
if (
LibraryInfo
)
709
MPM.add(new TargetLibraryInfoWrapperPass(*
LibraryInfo
));
1159
if (
LibraryInfo
)
1160
PM.add(new TargetLibraryInfoWrapperPass(*
LibraryInfo
));
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
PassManagerBuilder.h
138
///
LibraryInfo
- Specifies information about the runtime library for the
141
TargetLibraryInfoImpl *
LibraryInfo
;
/src/external/apache2/llvm/dist/llvm/lib/LTO/
LTOBackend.cpp
316
PMB.
LibraryInfo
= new TargetLibraryInfoImpl(Triple(TM->getTargetTriple()));
318
PMB.
LibraryInfo
->disableAllFunctions();
ThinLTOCodeGenerator.cpp
240
PMB.
LibraryInfo
= new TargetLibraryInfoImpl(TM.getTargetTriple());
242
PMB.
LibraryInfo
->disableAllFunctions();
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAG.h
425
Pass *PassPtr, const TargetLibraryInfo *
LibraryInfo
,
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp
1142
Pass *PassPtr, const TargetLibraryInfo *
LibraryInfo
,
1151
LibInfo =
LibraryInfo
;
Completed in 50 milliseconds
Indexes created Sat Aug 08 00:24:54 UTC 2026