OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SymbolTableListTraits
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
SymbolTableListTraits.h
1
//===- llvm/
SymbolTableListTraits
.h - Traits for iplist ---------*- C++ -*-===//
66
class
SymbolTableListTraits
: public ilist_alloc_traits<ValueSubClass> {
73
SymbolTableListTraits
() = default;
99
void transferNodesFromList(
SymbolTableListTraits
&L2, iterator first,
115
: public iplist_impl<simple_ilist<T>,
SymbolTableListTraits
<T>> {};
/src/external/apache2/llvm/dist/llvm/lib/IR/
Module.cpp
37
#include "llvm/IR/
SymbolTableListTraits
.h"
63
// Explicit instantiations of
SymbolTableListTraits
since some of the methods
65
template class llvm::
SymbolTableListTraits
<Function>;
66
template class llvm::
SymbolTableListTraits
<GlobalVariable>;
67
template class llvm::
SymbolTableListTraits
<GlobalAlias>;
68
template class llvm::
SymbolTableListTraits
<GlobalIFunc>;
BasicBlock.cpp
40
// Explicit instantiation of
SymbolTableListTraits
since some of the methods
42
template class llvm::
SymbolTableListTraits
<Instruction>;
Function.cpp
56
#include "llvm/IR/
SymbolTableListTraits
.h"
75
// Explicit instantiations of
SymbolTableListTraits
since some of the methods
77
template class llvm::
SymbolTableListTraits
<BasicBlock>;
Completed in 18 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026