Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineRelocation.h69 bool GOTRelative : 1; // Should this relocation be relative to the GOT? variable
93 Result.GOTRelative = GOTrelative;
113 Result.GOTRelative = GOTrelative;
130 Result.GOTRelative = false;
150 Result.GOTRelative = GOTrelative;
169 Result.GOTRelative = false;
188 Result.GOTRelative = false;
259 return GOTRelative; in isGOTRelative()