Home
last modified time | relevance | path

Searched refs:GLOBAL_FUNCTION_DATA (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesFormat.h245 enum { GLOBAL_FUNCTION_DATA = 1 }; enumerator
248 GLOBAL_FUNCTION_DATA, // record ID
H A DAPINotesWriter.cpp266 BLOCK_RECORD(global_function_block, GLOBAL_FUNCTION_DATA); in writeBlockInfoBlock()
H A DAPINotesReader.cpp1590 case global_function_block::GLOBAL_FUNCTION_DATA: { in readGlobalFunctionBlock()