HomeSort by relevance Sort by last modified time
    Searched refs:GlobalValue (Results 201 - 225 of 236) sorted by null

1 2 3 4 5 6 7 8910

  /external/llvm/bindings/ocaml/llvm/
llvm.mli 73 {!set_linkage}. See [llvm::GlobalValue::LinkageTypes]. *)
94 {!set_visibility}. See [llvm::GlobalValue::VisibilityTypes]. *)
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 259 GlobalValue::PrivateLinkage, StrConst, "");
365 new GlobalVariable(M, IRB.getInt32Ty(), true, GlobalValue::WeakODRLinkage,
368 new GlobalVariable(M, IRB.getInt32Ty(), true, GlobalValue::WeakODRLinkage,
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMExpandPseudoInsts.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp     [all...]
LoopIdiomRecognize.cpp     [all...]
SCCP.cpp 166 /// GlobalValue - If we are tracking any values for the contents of a global
    [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp 187 llvm::GlobalValue *RefTemp =
190 llvm::GlobalValue::InternalLinkage,
    [all...]
CodeGenFunction.h     [all...]
CGExprAgg.cpp     [all...]
CGExprConstant.cpp 929 llvm::GlobalValue::InternalLinkage,
    [all...]
CGObjC.cpp     [all...]
  /external/llvm/lib/IR/
Constants.cpp 24 #include "llvm/IR/GlobalValue.h"
305 if (UC == 0 || isa<GlobalValue>(UC))
331 if (const GlobalValue *GV = dyn_cast<GlobalValue>(this)) {
370 if (isa<GlobalValue>(C)) return false; // Cannot remove this
    [all...]
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp 76 const GlobalValue *GV = MO.getGlobal();
  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 345 GlobalValue::InternalLinkage,
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 112 Function *Func = Function::Create(FuncTy, GlobalValue::ExternalLinkage,
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
TargetLowering.cpp     [all...]
  /external/llvm/include/llvm-c/
Core.h 1025 macro(GlobalValue) \
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 598 const GlobalValue *GV = cast<GlobalAddressSDNode>(Op)->getGlobal();
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 668 const GlobalValue *GV = cast<GlobalAddressSDNode>(Op)->getGlobal();
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 2378 milliseconds

1 2 3 4 5 6 7 8910