Home
last modified time | relevance | path

Searched refs:TmpData (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/IR/
H A DMangler.cpp36 SmallString<256> TmpData; in getNameWithPrefixImpl() local
37 StringRef Name = GVName.toStringRef(TmpData); in getNameWithPrefixImpl()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1701 SmallString<256> TmpData; in SelectSectionForGlobal() local
1702 getMangler().getNameWithPrefix(TmpData, GO, /*CannotUsePrivateLabel=*/true); in SelectSectionForGlobal()
1703 return getContext().getCOFFSection(Name, Characteristics, Kind, TmpData, in SelectSectionForGlobal()