Home
last modified time | relevance | path

Searched defs:NameSection (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h235 struct NameSection : CustomSection { struct
236 NameSection() : CustomSection("name") {} in NameSection() argument
238 static bool classof(const Section *S) { in classof()
243 std::vector<NameEntry> FunctionNames;
244 std::vector<NameEntry> GlobalNames;
245 std::vector<NameEntry> DataSegmentNames;
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp70 auto NameSection = getInstrProfSection(Obj, IPSK_covname); in get() local