OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WasmDebugName
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
Wasm.h
154
ArrayRef<wasm::
WasmDebugName
> debugNames() const { return DebugNames; }
289
std::vector<wasm::
WasmDebugName
> DebugNames;
/src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
Wasm.h
214
struct
WasmDebugName
{
/src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
wasm2yaml.cpp
67
for (const llvm::wasm::
WasmDebugName
&Name : Obj.debugNames()) {
/src/external/apache2/llvm/dist/llvm/lib/Object/
WasmObjectFile.cpp
407
DebugNames.push_back(wasm::
WasmDebugName
{nameType, Index, Name});
Completed in 63 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026