/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeIndexDiscovery.cpp | 69 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 D | ArchiveYAML.h | 48 std::optional<yaml::BinaryRef> Content; member 54 std::optional<yaml::BinaryRef> Content; member
|
H A D | OffloadYAML.h | 38 std::optional<yaml::BinaryRef> Content; global() member
|
H A D | MinidumpYAML.h | 99 yaml::BinaryRef Content; member 149 yaml::BinaryRef Content; member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/ |
H A D | RuntimeDyldChecker.h | 82 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 D | ppc64.h | 66 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 D | JITLink.h | 179 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 D | WasmObject.cpp | 22 Section NewSection, std::unique_ptr<MemoryBuffer> &&Content) { in addSectionWithOwnedContents()
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/ |
H A D | AllTUsExecution.h | 59 void mapVirtualFile(StringRef FilePath, StringRef Content) override { in mapVirtualFile()
|
H A D | StandaloneExecution.h | 76 void mapVirtualFile(StringRef FilePath, StringRef Content) override { in mapVirtualFile()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | SectCreate.cpp | 25 auto Content = G->allocateContent( in materialize() local
|
H A D | IndirectionUtils.cpp | 370 auto Content = ArrayRef(SymStartInBlock, SymSize); in addFunctionPointerRelocationsToCurrentSymbol() local
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | Log.cpp | 154 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 D | Host.cpp | 1460 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 D | PDBFileBuilder.h | 78 std::unique_ptr<MemoryBuffer> Content; member
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
H A D | Markup.cpp | 129 StringRef Content = Element.Text.drop_front(3).drop_back(3); in parseElement() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | DwarfCFIEHPrinter.h | 112 Expected<ArrayRef<uint8_t>> Content = Obj.getSegmentContents(*EHFramePHdr); in printEHFrameHdr() local
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | IssueHash.cpp | 173 static llvm::SmallString<32> GetMD5HashOfContent(StringRef Content) { in GetMD5HashOfContent()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXContainerGlobals.cpp | 110 Module &M, Constant *Content, StringRef Name, StringRef SectionName) { in buildContainerGlobal()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
H A D | MachOObject.cpp | 20 Section(StringRef SegName,StringRef SectName,StringRef Content) Section() argument
|
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
H A D | Diagnostics.cpp | 183 static void printErrorContentToStream(const Diagnostics::ErrorContent &Content, in printErrorContentToStream()
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | BreakableToken.h | 365 SmallVector<StringRef, 16> Content; variable
|
H A D | BreakableToken.cpp | 222 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 D | ELF.cpp | 456 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 D | CodeCompletion.cpp | 356 llvm::StringRef Content, unsigned Line, in codeComplete()
|