Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndexDiscovery.cpp69 static void handleMethodOverloadList(ArrayRef<uint8_t> Content, in handleMethodOverloadList() argument
209 static void handleFieldList(ArrayRef<uint8_t> Content, in handleFieldList() argument
265 handlePointer(ArrayRef<uint8_t> Content,SmallVectorImpl<TiReference> & Refs) handlePointer() argument
274 discoverTypeIndices(ArrayRef<uint8_t> Content,TypeLeafKind Kind,SmallVectorImpl<TiReference> & Refs) discoverTypeIndices() argument
360 discoverTypeIndices(ArrayRef<uint8_t> Content,SymbolKind Kind,SmallVectorImpl<TiReference> & Refs) discoverTypeIndices() argument
[all...]
/freebsd/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.h38 std::optional<yaml::BinaryRef> Content; global() member
H A DMinidumpYAML.h99 yaml::BinaryRef Content; member
149 yaml::BinaryRef Content; member
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyldChecker.h82 MemoryRegionInfo(ArrayRef<char> Content,JITTargetAddress TargetAddress) MemoryRegionInfo() argument
97 setContent(ArrayRef<char> Content) setContent() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dppc64.h66 ArrayRef<char> Content; global() member
75 ArrayRef<char> Content = pickStub() local
85 ArrayRef<char> Content = pickStub() local
93 ArrayRef<char> Content = isLE ? PointerJumpStubNoTOCContent_little pickStub() local
[all...]
H A DJITLink.h179 Block(Section &Parent, ArrayRef<char> Content, orc::ExecutorAddr Address, in Block()
198 Block(Section &Parent, MutableArrayRef<char> Content, in Block()
248 void setContent(ArrayRef<char> Content) { in setContent()
1113 Block &createContentBlock(Section &Parent, ArrayRef<char> Content, in createContentBlock()
1137 auto Content = allocateBuffer(ContentSize); variable
1239 Symbol &addAnonymousSymbol(Block &Content, orc::ExecutorAddrDiff Offset, in addAnonymousSymbol()
1249 Symbol &addDefinedSymbol(Block &Content, orc::ExecutorAddrDiff Offset, in addDefinedSymbol()
1376 void makeDefined(Symbol &Sym, Block &Content, orc::ExecutorAddrDiff Offset, in makeDefined()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmObject.cpp22 Section NewSection, std::unique_ptr<MemoryBuffer> &&Content) { in addSectionWithOwnedContents()
/freebsd/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/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSectCreate.cpp25 auto Content = G->allocateContent( in materialize() local
H A DIndirectionUtils.cpp370 auto Content = ArrayRef(SymStartInBlock, SymSize); in addFunctionPointerRelocationsToCurrentSymbol() local
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp154 llvm::SmallString<64> Content; in VAPrintf() local
169 llvm::SmallString<64> Content; in VAFormatf() local
183 llvm::SmallString<64> Content; in VAError() local
202 llvm::SmallString<64> Content; in Warning() local
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DHost.cpp1460 StringRef Content = P ? P->getBuffer() : ""; in getHostCPUName() local
1466 StringRef Content = P ? P->getBuffer() : ""; in getHostCPUName() local
1472 StringRef Content = P ? P->getBuffer() : ""; in getHostCPUName() local
1603 StringRef Content = P ? P->getBuffer() : ""; in getHostCPUName() local
1660 StringRef Content = P ? P->getBuffer() : ""; in getHostCPUName() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFileBuilder.h78 std::unique_ptr<MemoryBuffer> Content; member
/freebsd/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/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DDwarfCFIEHPrinter.h112 Expected<ArrayRef<uint8_t>> Content = Obj.getSegmentContents(*EHFramePHdr); in printEHFrameHdr() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DIssueHash.cpp173 static llvm::SmallString<32> GetMD5HashOfContent(StringRef Content) { in GetMD5HashOfContent()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXContainerGlobals.cpp110 Module &M, Constant *Content, StringRef Name, StringRef SectionName) { in buildContainerGlobal()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObject.cpp20 Section(StringRef SegName,StringRef SectName,StringRef Content) Section() argument
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp183 static void printErrorContentToStream(const Diagnostics::ErrorContent &Content, in printErrorContentToStream()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.h365 SmallVector<StringRef, 16> Content; variable
H A DBreakableToken.cpp222 StringRef Content = Token.TokenText.substr(2).ltrim(); in switchesFormatting() local
450 static bool mayReflowContent(StringRef Content) { in mayReflowContent()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp456 ArrayRef<uint8_t> Content = *ContentsOrErr; in android_relas() local
770 ArrayRef<uint8_t> Content = *ContentsOrErr; in decodeBBAddrMapImpl() local
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DCodeCompletion.cpp356 llvm::StringRef Content, unsigned Line, in codeComplete()

123