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

  /external/llvm/include/llvm/IR/
GVMaterializer.h 41 virtual bool isDematerializable(const GlobalValue *GV) const = 0;
GlobalValue.h 307 bool isDematerializable() const;
316 /// lazily. If !isDematerializable(), this method is a noop.
Module.h 464 bool isDematerializable(const GlobalValue *GV) const;
472 /// lazily. If !isDematerializable(), this method is a noop.
  /external/llvm/lib/IR/
Globals.cpp 34 bool GlobalValue::isDematerializable() const {
35 return getParent() && getParent()->isDematerializable(this);
Module.cpp 387 bool Module::isDematerializable(const GlobalValue *GV) const {
389 return Materializer->isDematerializable(GV);
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.h 243 virtual bool isDematerializable(const GlobalValue *GV) const;
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.h 238 virtual bool isDematerializable(const GlobalValue *GV) const;
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.h 244 bool isDematerializable(const GlobalValue *GV) const override;
BitcodeReader.cpp     [all...]

Completed in 492 milliseconds