HomeSort by relevance Sort by last modified time
    Searched refs:isIndirectSymbol (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineRelocation.h 226 /// isIndirectSymbol - Return true if this relocation is the address an
228 bool isIndirectSymbol() const {
281 assert((isGlobalValue() || isIndirectSymbol()) &&
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITEmitter.cpp 859 } else if (MR.isIndirectSymbol()) {
    [all...]

Completed in 499 milliseconds