reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ObjectYAML/WasmYAML.h
  190     return S->Type == wasm::WASM_SEC_CUSTOM;
  266     return S->Type == wasm::WASM_SEC_TYPE;
  276     return S->Type == wasm::WASM_SEC_IMPORT;
  286     return S->Type == wasm::WASM_SEC_FUNCTION;
  296     return S->Type == wasm::WASM_SEC_TABLE;
  306     return S->Type == wasm::WASM_SEC_MEMORY;
  316     return S->Type == wasm::WASM_SEC_GLOBAL;
  326     return S->Type == wasm::WASM_SEC_EVENT;
  336     return S->Type == wasm::WASM_SEC_EXPORT;
  346     return S->Type == wasm::WASM_SEC_START;
  356     return S->Type == wasm::WASM_SEC_ELEM;
  366     return S->Type == wasm::WASM_SEC_CODE;
  376     return S->Type == wasm::WASM_SEC_DATA;
  386     return S->Type == wasm::WASM_SEC_DATACOUNT;
include/llvm/Support/YAMLTraits.h
  802     if ( matchEnumScalar(Str, outputting() && Val == static_cast<T>(ConstVal)) ) {
  803       Val = ConstVal;
lib/ObjectYAML/WasmYAML.cpp
  165     SectionType = Section->Type;