Searched refs:DebugName (Results 1 – 6 of 6) sorted by relevance
165 SmallString<64> DebugName; in emitNodeNames() local166 raw_svector_ostream SS(DebugName); in emitNodeNames()168 NameOffsets.push_back(NameTable.GetOrAddStringOffset(DebugName)); in emitNodeNames()
1098 for (const auto &DebugName : WOF->debugNames()) { in lookupAllocatableSection() local1099 if (DebugName.Type != wasm::NameType::DATA_SEGMENT || in lookupAllocatableSection()1100 DebugName.Name != Name) in lookupAllocatableSection()1102 if (DebugName.Index >= WOF->dataSegments().size()) in lookupAllocatableSection()1104 auto &Segment = WOF->dataSegments()[DebugName.Index]; in lookupAllocatableSection()
406 StringRef DebugName; // from the "name" section member
322 bool getGNUDebuglinkContents(const ObjectFile *Obj, std::string &DebugName, in getGNUDebuglinkContents() argument343 DebugName = DebugNameStr; in getGNUDebuglinkContents()
565 F.DebugName = Name; in parseNameSection()
1296 StringRef Name = Function.DebugName; in addMissingWasmCodeSymbols()