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

  /external/llvm/include/llvm/
GVMaterializer.h 40 /// isDematerializable - True if GV has been materialized and can be
42 virtual bool isDematerializable(const GlobalValue *GV) const = 0;
  /external/llvm/lib/IR/
Globals.cpp 33 bool GlobalValue::isDematerializable() const {
34 return getParent() && getParent()->isDematerializable(this);
Module.cpp 400 bool Module::isDematerializable(const GlobalValue *GV) const {
402 return Materializer->isDematerializable(GV);
  /external/llvm/include/llvm/IR/
GlobalValue.h 252 /// isDematerializable - Returns true if this function was loaded from a
255 bool isDematerializable() const;
264 /// materialized lazily. If !isDematerializable(), this method is a noop.
Module.h 446 /// isDematerializable - Returns true if this GV was loaded from this Module's
448 bool isDematerializable(const GlobalValue *GV) const;
456 /// materialized lazily. If !isDematerializable(), this method is a noop.
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.h 213 virtual bool isDematerializable(const GlobalValue *GV) const;
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.h 207 virtual bool isDematerializable(const GlobalValue *GV) const;
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.h 220 virtual bool isDematerializable(const GlobalValue *GV) const;
BitcodeReader.cpp     [all...]

Completed in 147 milliseconds