OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:materializeValueFor
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Transforms/Utils/
ValueMapper.h
44
///
materializeValueFor
- The client should implement this method if they
47
virtual Value *
materializeValueFor
(Value *V) = 0;
/external/llvm/lib/Transforms/Utils/
ValueMapper.cpp
37
if (Value *NewV = Materializer->
materializeValueFor
(const_cast<Value*>(V)))
/external/llvm/lib/Linker/
LinkModules.cpp
376
Value *
materializeValueFor
(Value *V) override;
537
Value *ValueMaterializerTy::
materializeValueFor
(Value *V) {
[
all
...]
Completed in 584 milliseconds