OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getSymbolGV
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Object/
IRObjectFile.h
39
GlobalValue *
getSymbolGV
(DataRefImpl Symb);
40
const GlobalValue *
getSymbolGV
(DataRefImpl Symb) const {
41
return const_cast<IRObjectFile *>(this)->
getSymbolGV
(Symb);
/external/llvm/include/llvm/LTO/
LTOModule.h
151
const GlobalValue *
getSymbolGV
(uint32_t index) {
/external/llvm/lib/Object/
IRObjectFile.cpp
247
GlobalValue *IRObjectFile::
getSymbolGV
(DataRefImpl Symb) { return getGV(Symb); }
Completed in 642 milliseconds