Home
last modified time | relevance | path

Searched refs:BinaryAttrs (Results 1 – 8 of 8) sorted by relevance

/llvm-project/llvm/include/llvm/TextAPI/
H A DRecordsSlice.h143 struct BinaryAttrs { struct
161 BinaryAttrs &getBinaryAttrs();
194 std::unique_ptr<BinaryAttrs> BA{nullptr};
H A DInterfaceFile.h408 void setFromBinaryAttrs(const RecordsSlice::BinaryAttrs &BA,
/llvm-project/clang/include/clang/InstallAPI/
H A DMachO.h43 using BinaryAttrs = llvm::MachO::RecordsSlice::BinaryAttrs; variable
H A DContext.h29 BinaryAttrs BA;
H A DDylibVerifier.h100 const BinaryAttrs &ProvidedBA,
/llvm-project/llvm/lib/TextAPI/
H A DRecordsSlice.cpp290 RecordsSlice::BinaryAttrs &RecordsSlice::getBinaryAttrs() { in getBinaryAttrs()
292 BA = std::make_unique<BinaryAttrs>(); in getBinaryAttrs()
H A DInterfaceFile.cpp363 void InterfaceFile::setFromBinaryAttrs(const RecordsSlice::BinaryAttrs &BA, in setFromBinaryAttrs()
/llvm-project/clang/lib/InstallAPI/
H A DDylibVerifier.cpp812 const BinaryAttrs &ProvidedBA, in verifyBinaryAttrs()
826 const BinaryAttrs &BinInfo = RS->getBinaryAttrs(); in verifyBinaryAttrs()
862 const BinaryAttrs &DylibBA = (*Dylib.begin())->getBinaryAttrs(); in verifyBinaryAttrs()