Searched refs:HasMDLocation (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.h64 bool HasMDLocation; member in class:llvm_2_9::ValueEnumerator
118 bool hasMDLocation() const { return HasMDLocation; }
H A DValueEnumerator.cpp36 : HasMDString(false), HasMDLocation(false) {
280 HasMDLocation |= isa<MDLocation>(MD);
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.h64 bool HasMDLocation; member in class:llvm_2_9_func::ValueEnumerator
118 bool hasMDLocation() const { return HasMDLocation; }
H A DValueEnumerator.cpp36 : HasMDString(false), HasMDLocation(false) {
280 HasMDLocation |= isa<MDLocation>(MD);
/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.h67 bool HasMDLocation; member in class:llvm_3_2::ValueEnumerator
121 bool hasMDLocation() const { return HasMDLocation; }
H A DValueEnumerator.cpp36 : HasMDString(false), HasMDLocation(false) {
280 HasMDLocation |= isa<MDLocation>(MD);

Completed in 48 milliseconds