Home
last modified time | relevance | path

Searched refs:RecordsSlice (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/TextAPI/
H A DRecordsSlice.cpp22 Record *RecordsSlice::addRecord(StringRef Name, SymbolFlags Flags, in addRecord()
48 ObjCContainerRecord *RecordsSlice::findContainer(bool IsIVar, in findContainer()
67 GlobalRecord *RecordsSlice::findGlobal(StringRef Name, in findGlobal()
95 ObjCCategoryRecord *RecordsSlice::findObjCCategory(StringRef ClassToExtend, in findObjCCategory()
105 ObjCIVarRecord *RecordsSlice::findObjCIVar(bool IsScopedName, in findObjCIVar()
153 ObjCInterfaceRecord *RecordsSlice::addObjCInterface(StringRef Name, in addObjCInterface()
189 ObjCCategoryRecord *RecordsSlice::addObjCCategory(StringRef ClassToExtend, in addObjCCategory()
230 ObjCIVarRecord *RecordsSlice::addObjCIVar(ObjCContainerRecord *Container, in addObjCIVar()
239 StringRef RecordsSlice::copyString(StringRef String) { in copyString()
251 RecordsSlice::BinaryAttrs &RecordsSlice::getBinaryAttrs() { in getBinaryAttrs()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp143 static Error readMachOHeader(MachOObjectFile *Obj, RecordsSlice &Slice) { in readMachOHeader()
247 static Error readSymbols(MachOObjectFile *Obj, RecordsSlice &Slice, in readSymbols()
332 static Error load(MachOObjectFile *Obj, RecordsSlice &Slice, in load()
367 Results.emplace_back(std::make_shared<RecordsSlice>(RecordsSlice({T}))); in readFile()
408 Results.emplace_back(std::make_shared<RecordsSlice>(RecordsSlice({T}))); in readFile()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DRecordsSlice.h28 class RecordsSlice {
30 RecordsSlice(const llvm::Triple &T) : TargetTriple(T), TAPITarget(T) {} in RecordsSlice() function
193 using Records = llvm::SmallVector<std::shared_ptr<RecordsSlice>, 4>;
H A DRecord.h28 class RecordsSlice; variable
93 friend class RecordsSlice; variable