Home
last modified time | relevance | path

Searched refs:isGV (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELF.h47 isGV, // The Source.GV field is valid. enumerator
53 bool isGlobalValue() const { return SourceType == isGV; } in isGlobalValue()
59 assert(SourceType == isGV && "This is not a global value"); in getGlobalValue()
78 Sym->SourceType = isGV; in getGV()
123 Sym->SourceType = isGV; in getUndefGV()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineRelocation.h41 isGV, // The Target.GV field is valid. enumerator
91 Result.AddrType = isGV;
223 return AddrType == isGV; in isGlobalValue()