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;
GlobalValue.h 243 /// isDematerializable - Returns true if this function was loaded from a
246 bool isDematerializable() const;
255 /// materialized lazily. If !isDematerializable(), this method is a noop.
Module.h 449 /// isDematerializable - Returns true if this GV was loaded from this Module's
451 bool isDematerializable(const GlobalValue *GV) const;
459 /// materialized lazily. If !isDematerializable(), this method is a noop.
  /external/llvm/lib/VMCore/
Globals.cpp 32 bool GlobalValue::isDematerializable() const {
33 return getParent() && getParent()->isDematerializable(this);
Module.cpp 402 bool Module::isDematerializable(const GlobalValue *GV) const {
404 return Materializer->isDematerializable(GV);
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.h 208 virtual bool isDematerializable(const GlobalValue *GV) const;
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.h 206 virtual bool isDematerializable(const GlobalValue *GV) const;
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.h 199 virtual bool isDematerializable(const GlobalValue *GV) const;
BitcodeReader.cpp     [all...]

Completed in 1766 milliseconds