OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getGlobalValue
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/CodeGen/
ELF.h
56
//
getGlobalValue
- If this is a global value which originated the
58
const GlobalValue *
getGlobalValue
() const {
ELFCodeEmitter.cpp
107
EW.AddPendingGlobalSymbol(MR.
getGlobalValue
());
ELFWriter.cpp
318
const GlobalValue *GV = GblSym->
getGlobalValue
();
792
const GlobalValue *G = MR.
getGlobalValue
();
[
all
...]
/external/llvm/include/llvm/CodeGen/
MachineRelocation.h
278
///
getGlobalValue
- If this is a global value reference, return the
280
GlobalValue *
getGlobalValue
() const {
/external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp
855
ResultPtr = getPointerToGlobal(MR.
getGlobalValue
(),
[
all
...]
/frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.cpp
[
all
...]
Completed in 284 milliseconds