Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DWasm.h143 StringRef DebugName; // from the "name" section member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp277 bool getGNUDebuglinkContents(const ObjectFile *Obj, std::string &DebugName, in getGNUDebuglinkContents() argument
301 DebugName = DebugNameStr; in getGNUDebuglinkContents()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp389 getDefinedFunction(Index).DebugName = Name; in parseNameSection()