Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DWasm.h139 ArrayRef<wasm::WasmFunctionName> debugNames() const { return DebugNames; } in debugNames() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dwasm2yaml.cpp56 for (const llvm::wasm::WasmFunctionName &Func: Obj.debugNames()) { in dumpCustomSection()