Home
last modified time | relevance | path

Searched defs:NameRef (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerDeclContext.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DMemoryBuffer.cpp80 StringRef NameRef = Alloc.Name.toStringRef(NameBuf); in operator new() local
168 StringRef NameRef = Filename.toStringRef(NameBuf); in getFileOrSTDIN() local
320 StringRef NameRef = BufferName.toStringRef(NameBuf); in getNewUninitMemBuffer() local
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp858 ArrayRef<char> NameRef(Name, XCOFF::NameSize); in writeSymbolName() local
913 ArrayRef<char> NameRef(Name, XCOFF::AuxFileEntNameSize); in writeAuxFileSymName() local
1079 ArrayRef<char> NameRef(Sec->Name, XCOFF::NameSize); in writeSectionHeader() local
H A DMCContext.cpp215 StringRef NameRef = Name.toStringRef(NameSV); in getOrCreateSymbol() local
415 StringRef NameRef = Name.toStringRef(NameSV); in lookupSymbol() local
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DXCOFFEmitter.cpp92 ArrayRef<char> NameRef(Name, XCOFF::NameSize); in writeName() local
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp257 void InstrProfCorrelatorImpl<IntPtrT>::addDataProbe(uint64_t NameRef, in addDataProbe()
H A DInstrProfWriter.cpp960 for (auto &NameRef : Trace.FunctionNameRefs) in writeImpl() local
1165 for (auto &NameRef : Trace.FunctionNameRefs) in writeTextTemporalProfTraceData() local
H A DInstrProfReader.cpp1438 const uint64_t NameRef = in readHeader() local
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachineC.cpp76 StringRef NameRef = Name; in LLVMGetTargetFromName() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h460 StringRef getName(uint64_t NameRef) const { in getName()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp465 StringRef NameRef = Iter->first(); in addDefinedSymbol() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h1162 uint64_t NameRef = getFuncNameRef<FuncRecordTy, Endian>(Record); in getFuncNameViaRef() local
1213 IntPtrT NameRef = getFuncNameRef<Endian>(); in getFuncName() local
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp535 ArrayRef<UTF16> NameRef, std::vector<std::vector<UTF16>> &StringTable) { in addNameChild()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp264 StringRef NameRef = Name.toStringRef(NameData); in getNamedMetadata() local
H A DValue.cpp332 StringRef NameRef = NeedNewName ? NewName.toStringRef(NameData) : ""; in setNameImpl() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp398 const StringSet<> &Names, DWARFDie Die, StringRef NameRef, raw_ostream &OS, in filterByName()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp614 NameRefType NameRef = CFR->template getFuncNameRef<Endian>(); in insertFunctionRecordIfNeeded() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp1399 StringRef NameRef = Name.toStringRef(Buffer); in EmitAndRegisterVariableArrayDimensions() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2989 for (auto &NameRef : Traces[i].FunctionNameRefs) in showInstrProfile() local