OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getListOwner
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/IR/
SymbolTableListTraitsImpl.h
32
ValueSymbolTable *OldST = getSymTab(
getListOwner
());
38
ValueSymbolTable *NewST = getSymTab(
getListOwner
());
44
ListTy &ItemList = getList(
getListOwner
());
66
ItemParentClass *Owner =
getListOwner
();
78
if (ValueSymbolTable *ST = getSymTab(
getListOwner
()))
87
ItemParentClass *NewIP =
getListOwner
(), *OldIP = L2.
getListOwner
();
/external/llvm/include/llvm/IR/
SymbolTableListTraits.h
81
///
getListOwner
- Return the object that owns this list. If this is a list
83
ItemParentClass *
getListOwner
() {
Completed in 187 milliseconds