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

  /external/deqp-deps/SPIRV-Tools/include/spirv-tools/
linker.hpp 27 class LinkerOptions {
29 LinkerOptions()
89 const LinkerOptions& options = LinkerOptions());
93 const LinkerOptions& options = LinkerOptions());
  /external/swiftshader/third_party/SPIRV-Tools/include/spirv-tools/
linker.hpp 27 class LinkerOptions {
29 LinkerOptions()
89 const LinkerOptions& options = LinkerOptions());
93 const LinkerOptions& options = LinkerOptions());
  /external/clang/include/clang/Frontend/
CodeGenOptions.h 154 std::vector<std::string> LinkerOptions;
  /external/llvm/include/llvm/MC/
MCAssembler.h 112 std::vector<std::vector<std::string>> LinkerOptions;
359 return LinkerOptions;
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 474 MDNode *LinkerOptions = nullptr;
496 LinkerOptions = cast<MDNode>(Val);
501 if (LinkerOptions) {
502 for (const auto &Option : LinkerOptions->operands()) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCAssembler.h 117 std::vector<std::vector<std::string>> LinkerOptions;
386 return LinkerOptions;

Completed in 226 milliseconds