Home
last modified time | relevance | path

Searched refs:CommonChunk (Results 51 – 75 of 113) sorted by relevance

12345

/dports/devel/llvm90/llvm-9.0.1.src/tools/lld/COFF/
H A DChunks.h425 class CommonChunk : public NonSectionChunk {
427 CommonChunk(const COFFSymbolRef sym);
H A DSymbolTable.cpp467 const coff_symbol_generic *sym, CommonChunk *c) { in addCommon()
H A DInputFiles.cpp518 auto *c = make<CommonChunk>(sym); in createDefined()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lld/COFF/
H A DChunks.h432 class CommonChunk : public NonSectionChunk {
434 CommonChunk(const COFFSymbolRef sym);
/dports/devel/llvm12/llvm-project-12.0.1.src/lld/COFF/
H A DChunks.h432 class CommonChunk : public NonSectionChunk {
434 CommonChunk(const COFFSymbolRef sym);
/dports/devel/llvm10/llvm-10.0.1.src/tools/lld/COFF/
H A DChunks.h421 class CommonChunk : public NonSectionChunk {
423 CommonChunk(const COFFSymbolRef sym);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lld/COFF/
H A DChunks.h434 class CommonChunk : public NonSectionChunk {
436 CommonChunk(const COFFSymbolRef sym);
H A DChunks.cpp702 CommonChunk::CommonChunk(const COFFSymbolRef s) : sym(s) { in CommonChunk() function in lld::coff::CommonChunk
710 uint32_t CommonChunk::getOutputCharacteristics() const { in getOutputCharacteristics()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lld/COFF/
H A DChunks.h436 class CommonChunk : public NonSectionChunk {
438 CommonChunk(const COFFSymbolRef sym);
H A DChunks.cpp701 CommonChunk::CommonChunk(const COFFSymbolRef s) : sym(s) { in CommonChunk() function in lld::coff::CommonChunk
709 uint32_t CommonChunk::getOutputCharacteristics() const { in getOutputCharacteristics()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lld/COFF/
H A DChunks.h422 class CommonChunk : public NonSectionChunk {
424 CommonChunk(const COFFSymbolRef sym);
H A DSymbolTable.cpp684 const coff_symbol_generic *sym, CommonChunk *c) { in addCommon()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lld/COFF/
H A DChunks.h436 class CommonChunk : public NonSectionChunk {
438 CommonChunk(const COFFSymbolRef sym);
H A DChunks.cpp701 CommonChunk::CommonChunk(const COFFSymbolRef s) : sym(s) { in CommonChunk() function in lld::coff::CommonChunk
709 uint32_t CommonChunk::getOutputCharacteristics() const { in getOutputCharacteristics()
/dports/devel/llvm13/llvm-project-13.0.1.src/lld/COFF/
H A DChunks.h436 class CommonChunk : public NonSectionChunk {
438 CommonChunk(const COFFSymbolRef sym);
H A DChunks.cpp701 CommonChunk::CommonChunk(const COFFSymbolRef s) : sym(s) { in CommonChunk() function in lld::coff::CommonChunk
709 uint32_t CommonChunk::getOutputCharacteristics() const { in getOutputCharacteristics()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/COFF/
H A DChunks.cpp701 CommonChunk::CommonChunk(const COFFSymbolRef s) : sym(s) { in CommonChunk() function in lld::coff::CommonChunk
709 uint32_t CommonChunk::getOutputCharacteristics() const { in getOutputCharacteristics()
/dports/audio/mctoolame-decoder/mctoolamed-01a/
H A Dcommon.c381 CommonChunk CommChunk; in aiff_read_headers()
597 sizeof (Chunk) + sizeof (CommonChunk) + sizeof (SoundDataChunk), in aiff_seek_to_sound_data()
620 CommonChunk CommChunk; in aiff_write_headers()
/dports/audio/libaiff/libaiff-5.0/
H A Daifx.c45 CommonChunk p; in init_aifx()
H A Dlibaiff.c585 CommonChunk c; in AIFF_SetAudioFormat()
863 CommonChunk c; in AIFF_EndWritingSamples()
/dports/audio/mctoolame-encoder/mctoolame-01a/
H A Dcommon.c612 CommonChunk CommChunk; in aiff_read_headers()
817 CommonChunk CommChunk; in aiff_write_headers()
/dports/devel/llvm70/llvm-7.0.1.src/tools/lld/COFF/
H A DSymbolTable.cpp331 const coff_symbol_generic *Sym, CommonChunk *C) { in addCommon()
H A DInputFiles.cpp362 auto *C = make<CommonChunk>(Sym); in createDefined()
/dports/devel/llvm80/llvm-8.0.1.src/tools/lld/COFF/
H A DInputFiles.cpp383 auto *C = make<CommonChunk>(Sym); in createDefined()
H A DSymbolTable.cpp420 const coff_symbol_generic *Sym, CommonChunk *C) { in addCommon()

12345