Home
last modified time | relevance | path

Searched defs:Content (Results 1 – 25 of 56) sorted by relevance

123

/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndexDiscovery.cpp69 static void handleMethodOverloadList(ArrayRef<uint8_t> Content, in handleMethodOverloadList()
209 static void handleFieldList(ArrayRef<uint8_t> Content, in handleFieldList()
265 static void handlePointer(ArrayRef<uint8_t> Content, in handlePointer()
274 static void discoverTypeIndices(ArrayRef<uint8_t> Content, TypeLeafKind Kind, in discoverTypeIndices()
360 static bool discoverTypeIndices(ArrayRef<uint8_t> Content, SymbolKind Kind, in discoverTypeIndices()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DArchiveYAML.h48 std::optional<yaml::BinaryRef> Content; member
54 std::optional<yaml::BinaryRef> Content; member
H A DOffloadYAML.h37 std::optional<yaml::BinaryRef> Content; member
H A DMinidumpYAML.h99 yaml::BinaryRef Content; member
149 yaml::BinaryRef Content; member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyldChecker.h86 MemoryRegionInfo(ArrayRef<char> Content, JITTargetAddress TargetAddress, in MemoryRegionInfo()
102 void setContent(ArrayRef<char> Content) { in setContent()
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmObject.cpp22 Section NewSection, std::unique_ptr<MemoryBuffer> &&Content) { in addSectionWithOwnedContents()
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/
H A DAllTUsExecution.h59 void mapVirtualFile(StringRef FilePath, StringRef Content) override { in mapVirtualFile()
H A DStandaloneExecution.h76 void mapVirtualFile(StringRef FilePath, StringRef Content) override { in mapVirtualFile()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dppc64.h89 ArrayRef<char> Content; member
98 ArrayRef<char> Content = in pickStub() local
109 ArrayRef<char> Content = in pickStub() local
118 ArrayRef<char> Content = isLE ? PointerJumpStubNoTOCContent_little in pickStub() local
H A DJITLink.h178 Block(Section & Parent,ArrayRef<char> Content,orc::ExecutorAddr Address,uint64_t Alignment,uint64_t AlignmentOffset) Block() argument
197 Block(Section & Parent,MutableArrayRef<char> Content,orc::ExecutorAddr Address,uint64_t Alignment,uint64_t AlignmentOffset) Block() argument
247 setContent(ArrayRef<char> Content) setContent() argument
1102 createContentBlock(Section & Parent,ArrayRef<char> Content,orc::ExecutorAddr Address,uint64_t Alignment,uint64_t AlignmentOffset) createContentBlock() argument
1126 auto Content = allocateBuffer(ContentSize); global() variable
1228 addAnonymousSymbol(Block & Content,orc::ExecutorAddrDiff Offset,orc::ExecutorAddrDiff Size,bool IsCallable,bool IsLive) addAnonymousSymbol() argument
1238 addDefinedSymbol(Block & Content,orc::ExecutorAddrDiff Offset,StringRef Name,orc::ExecutorAddrDiff Size,Linkage L,Scope S,bool IsCallable,bool IsLive) addDefinedSymbol() argument
1365 makeDefined(Symbol & Sym,Block & Content,orc::ExecutorAddrDiff Offset,orc::ExecutorAddrDiff Size,Linkage L,Scope S,bool IsLive) makeDefined() argument
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp153 llvm::SmallString<64> Content; VAPrintf() local
168 llvm::SmallString<64> Content; VAFormatf() local
182 llvm::SmallString<64> Content; VAError() local
201 llvm::SmallString<64> Content; Warning() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/TargetParser/
H A DHost.cpp1422 StringRef Content = P ? P->getBuffer() : ""; getHostCPUName() local
1428 StringRef Content = P ? P->getBuffer() : ""; getHostCPUName() local
1434 StringRef Content = P ? P->getBuffer() : ""; getHostCPUName() local
1551 StringRef Content = P ? P->getBuffer() : ""; getHostCPUName() local
1607 StringRef Content = P ? P->getBuffer() : ""; getHostCPUName() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderAnalysis.cpp40 bool isDontIncludeMeHeader(StringRef Content) { in isDontIncludeMeHeader()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFileBuilder.h78 std::unique_ptr<MemoryBuffer> Content; member
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DMarkup.cpp129 StringRef Content = Element.Text.drop_front(3).drop_back(3); in parseElement() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DDwarfCFIEHPrinter.h112 Expected<ArrayRef<uint8_t>> Content = Obj.getSegmentContents(*EHFramePHdr); in printEHFrameHdr() local
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DIssueHash.cpp173 static llvm::SmallString<32> GetMD5HashOfContent(StringRef Content) { in GetMD5HashOfContent()
/freebsd-src/contrib/llvm-project/clang/lib/Rewrite/
H A DRewriter.cpp263 const SrcMgr::ContentCache *Content = in InsertText() local
367 const SrcMgr::ContentCache *Content = in IncreaseIndentation() local
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObject.cpp21 Section::Section(StringRef SegName, StringRef SectName, StringRef Content) in Section()
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp400 ArrayRef<uint8_t> Content = *ContentsOrErr; android_relas() local
699 ArrayRef<uint8_t> Content = *ContentsOrErr; decodeBBAddrMapImpl() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp183 static void printErrorContentToStream(const Diagnostics::ErrorContent &Content, in printErrorContentToStream()
/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.h368 SmallVector<StringRef, 16> Content; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp226 auto Content = Sect.getContents(); readMachOHeader() local
/freebsd-src/contrib/llvm-project/clang/lib/Interpreter/
H A DCodeCompletion.cpp356 llvm::StringRef Content, unsigned Line, in codeComplete() argument
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp369 auto Content = ArrayRef(SymStartInBlock, SymSize); addFunctionPointerRelocationsToCurrentSymbol() local

123