HomeSort by relevance Sort by last modified time
    Searched refs:getOrEmitGlobalVariable (Results 1 - 16 of 16) sorted by null

  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JIT.h 151 /// getOrEmitGlobalVariable - Return the address of the specified global
154 void *getOrEmitGlobalVariable(const GlobalVariable *GV);
JITDwarfEmitter.cpp 458 JCE->emitInt32((intptr_t)Jit.getOrEmitGlobalVariable(GV));
460 JCE->emitInt64((intptr_t)Jit.getOrEmitGlobalVariable(GV));
JIT.cpp 717 /// getOrEmitGlobalVariable - Return the address of the specified global
720 void *JIT::getOrEmitGlobalVariable(const GlobalVariable *GV) {
JITEmitter.cpp 704 return TheJIT->getOrEmitGlobalVariable(GV);
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 384 /// getOrEmitGlobalVariable - Return the address of the specified global
390 virtual void *getOrEmitGlobalVariable(const GlobalVariable *GV) {
  /external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
ExecutionEngine.h 332 /// getOrEmitGlobalVariable - Return the address of the specified global
335 virtual void *getOrEmitGlobalVariable(const GlobalVariable *GV) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 395 /// getOrEmitGlobalVariable - Return the address of the specified global
401 virtual void *getOrEmitGlobalVariable(const GlobalVariable *GV) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 395 /// getOrEmitGlobalVariable - Return the address of the specified global
401 virtual void *getOrEmitGlobalVariable(const GlobalVariable *GV) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 395 /// getOrEmitGlobalVariable - Return the address of the specified global
401 virtual void *getOrEmitGlobalVariable(const GlobalVariable *GV) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 395 /// getOrEmitGlobalVariable - Return the address of the specified global
401 virtual void *getOrEmitGlobalVariable(const GlobalVariable *GV) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 395 /// getOrEmitGlobalVariable - Return the address of the specified global
401 virtual void *getOrEmitGlobalVariable(const GlobalVariable *GV) {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 395 /// getOrEmitGlobalVariable - Return the address of the specified global
401 virtual void *getOrEmitGlobalVariable(const GlobalVariable *GV) {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 395 /// getOrEmitGlobalVariable - Return the address of the specified global
401 virtual void *getOrEmitGlobalVariable(const GlobalVariable *GV) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 395 /// getOrEmitGlobalVariable - Return the address of the specified global
401 virtual void *getOrEmitGlobalVariable(const GlobalVariable *GV) {
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
ExecutionEngine.cpp 804 Result = PTOGV(getOrEmitGlobalVariable(const_cast<GlobalVariable*>(GV)));
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp     [all...]

Completed in 110 milliseconds