Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DMangler.cpp36 SmallString<256> TmpData; in getNameWithPrefixImpl() local
37 StringRef Name = GVName.toStringRef(TmpData); in getNameWithPrefixImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1655 SmallString<256> TmpData; in SelectSectionForGlobal() local
1656 getMangler().getNameWithPrefix(TmpData, GO, /*CannotUsePrivateLabel=*/true); in SelectSectionForGlobal()
1657 return getContext().getCOFFSection(Name, Characteristics, Kind, TmpData, in SelectSectionForGlobal()