Home
last modified time | relevance | path

Searched defs:getSymbolGV (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/Object/
DIRObjectFile.h41 const GlobalValue *getSymbolGV(DataRefImpl Symb) const { in getSymbolGV() function
/external/llvm/include/llvm/LTO/legacy/
DLTOModule.h149 const GlobalValue *getSymbolGV(uint32_t index) { in getSymbolGV() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/LTO/legacy/
DLTOModule.h149 const GlobalValue *getSymbolGV(uint32_t index) { in getSymbolGV() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
DLTOModule.h151 const GlobalValue *getSymbolGV(uint32_t index) { in getSymbolGV() function
/external/llvm/lib/Object/
DIRObjectFile.cpp259 GlobalValue *IRObjectFile::getSymbolGV(DataRefImpl Symb) { return getGV(Symb); } in getSymbolGV() function in IRObjectFile