Home
last modified time | relevance | path

Searched refs:data_symbol (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/test/MC/WebAssembly/
Ddata-symbol-in-text-section.ll2 ; CHECK: data symbols must live in a data section: data_symbol
7 @data_symbol = constant [1024 x i32] zeroinitializer, section ".text", align 16
11 …%0 = load i32, i32* getelementptr inbounds ([1024 x i32], [1024 x i32]* @data_symbol, i32 0, i32 1…
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionDeclMap.cpp1434 const Symbol *data_symbol = in FindExternalVisibleDecls() local
1444 if (data_symbol) { in FindExternalVisibleDecls()
1451 AddOneGenericVariable(context, *data_symbol); in FindExternalVisibleDecls()