Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSDNodeInfoEmitter.cpp165 SmallString<64> DebugName; in emitNodeNames() local
166 raw_svector_ostream SS(DebugName); in emitNodeNames()
168 NameOffsets.push_back(NameTable.GetOrAddStringOffset(DebugName)); in emitNodeNames()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp1098 for (const auto &DebugName : WOF->debugNames()) { in lookupAllocatableSection() local
1099 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h406 StringRef DebugName; // from the "name" section member
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp322 bool getGNUDebuglinkContents(const ObjectFile *Obj, std::string &DebugName, in getGNUDebuglinkContents() argument
343 DebugName = DebugNameStr; in getGNUDebuglinkContents()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp565 F.DebugName = Name; in parseNameSection()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1296 StringRef Name = Function.DebugName; in addMissingWasmCodeSymbols()