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

  /external/llvm/include/llvm/IR/
DebugInfo.h 80 bool addGlobalVariable(DIGlobalVariable *DIG);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DebugInfo.h 92 bool addGlobalVariable(DIGlobalVariableExpression *DIG);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DebugInfo.h 92 bool addGlobalVariable(DIGlobalVariableExpression *DIG);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DebugInfo.h 92 bool addGlobalVariable(DIGlobalVariableExpression *DIG);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DebugInfo.h 92 bool addGlobalVariable(DIGlobalVariableExpression *DIG);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DebugInfo.h 92 bool addGlobalVariable(DIGlobalVariableExpression *DIG);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DebugInfo.h 92 bool addGlobalVariable(DIGlobalVariableExpression *DIG);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DebugInfo.h 92 bool addGlobalVariable(DIGlobalVariableExpression *DIG);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DebugInfo.h 92 bool addGlobalVariable(DIGlobalVariableExpression *DIG);
  /external/llvm/lib/IR/
DebugInfo.cpp 57 if (addGlobalVariable(DIG)) {
209 bool DebugInfoFinder::addGlobalVariable(DIGlobalVariable *DIG) {
  /external/swiftshader/third_party/LLVM/lib/Analysis/
DebugInfo.cpp 966 if (addGlobalVariable(DIG)) {
1081 /// addGlobalVariable - Add global variable into GVs.
1082 bool DebugInfoFinder::addGlobalVariable(DIGlobalVariable DIG) {
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DebugInfo.h 816 /// addGlobalVariable - Add global variable into GVs.
817 bool addGlobalVariable(DIGlobalVariable DIG);

Completed in 124 milliseconds