OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isDematerializable
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/IR/
Globals.cpp
33
bool GlobalValue::
isDematerializable
() const {
34
return getParent() && getParent()->
isDematerializable
(this);
Module.cpp
395
bool Module::
isDematerializable
(const GlobalValue *GV) const {
397
return Materializer->
isDematerializable
(GV);
/external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
[
all
...]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp
[
all
...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp
[
all
...]
Completed in 2970 milliseconds