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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCContext.cpp 491 MCSectionWasm *MCContext::getWasmSection(const Twine &Section, SectionKind K,
500 return getWasmSection(Section, K, GroupSym, UniqueID, BeginSymName);
503 MCSectionWasm *MCContext::getWasmSection(const Twine &Section, SectionKind Kind,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCContext.h 458 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K) {
459 return getWasmSection(Section, K, nullptr);
462 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K,
464 return getWasmSection(Section, K, "", ~0, BeginSymName);
467 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K,
469 return getWasmSection(Section, K, Group, UniqueID, nullptr);
472 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K,
476 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
WasmObjectFile.cpp     [all...]

Completed in 101 milliseconds