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

  /external/llvm/include/llvm/MC/
MCCodeGenInfo.h 23 /// RelocationModel - Relocation model: static, pic, etc.
25 Reloc::Model RelocationModel;
40 Reloc::Model getRelocationModel() const { return RelocationModel; }
  /external/clang/include/clang/Frontend/
CodeGenOptions.h 119 std::string RelocationModel;
145 RelocationModel = "pic";

Completed in 40 milliseconds