Home
last modified time | relevance | path

Searched refs:METADATA_FN_NODE (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DLLVMBitCodes.h139 METADATA_FN_NODE = 9, // FN_NODE: [n x (type num, value num)] enumerator
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp273 case bitc::METADATA_FN_NODE: return "METADATA_FN_NODE"; in GetCodeName()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp564 unsigned MDCode = N->isFunctionLocal() ? bitc::METADATA_FN_NODE : in WriteMDNode()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp1094 case bitc::METADATA_FN_NODE: in ParseMetadata()